]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
uapi: update vdpa.h
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 9 Jan 2023 21:21:53 +0000 (13:21 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 9 Jan 2023 21:21:53 +0000 (13:21 -0800)
Upstream 6.2-rc3

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
vdpa/include/uapi/linux/vdpa.h

index 056185228efe998c704a9ee00df133cae8bbe8ea..e319fa750a49c4cf4dacd84f8487a92212a550f0 100644 (file)
@@ -53,11 +53,9 @@ enum vdpa_attr {
        VDPA_ATTR_DEV_VENDOR_ATTR_NAME,         /* string */
        VDPA_ATTR_DEV_VENDOR_ATTR_VALUE,        /* u64 */
 
+       /* virtio features that are provisioned to the vDPA device */
        VDPA_ATTR_DEV_FEATURES,                 /* u64 */
 
-       /* virtio features that are supported by the vDPA device */
-       VDPA_ATTR_VDPA_DEV_SUPPORTED_FEATURES,  /* u64 */
-
        /* new attributes must be added above here */
        VDPA_ATTR_MAX,
 };