]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/vhost.h
net/dpaa2: support queue info routines
[dpdk.git] / lib / librte_vhost / vhost.h
index 2b49b8470d37cae62a72b3f88daca3e97a29424b..8c01cee42b372d10461ad7055fdde2fdf1f0b10b 100644 (file)
@@ -34,6 +34,8 @@
 #define VIRTIO_DEV_BUILTIN_VIRTIO_NET 4
 /* Used to indicate that the device has its own data path and configured */
 #define VIRTIO_DEV_VDPA_CONFIGURED 8
+/* Used to indicate that the feature negotiation failed */
+#define VIRTIO_DEV_FEATURES_FAILED 16
 
 /* Backend value set by guest. */
 #define VIRTIO_DEV_STOPPED -1