]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/rte_vhost.h
net/hns3: fix flow director rule residue on malloc failure
[dpdk.git] / lib / librte_vhost / rte_vhost.h
index 4ff9daae7ada8bfcc61a00364436ec2adb22e93d..010f1608695eedeb2d0251e3fbbe6ea873ec28b7 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
 
 #define RTE_VHOST_USER_CLIENT          (1ULL << 0)
 #define RTE_VHOST_USER_NO_RECONNECT    (1ULL << 1)
-#define RTE_VHOST_USER_DEQUEUE_ZERO_COPY       (1ULL << 2)
+#define RTE_VHOST_USER_RESERVED_1      (1ULL << 2)
 #define RTE_VHOST_USER_IOMMU_SUPPORT   (1ULL << 3)
 #define RTE_VHOST_USER_POSTCOPY_SUPPORT                (1ULL << 4)
 /* support mbuf with external buffer attached */