]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost/main.h
examples/vhost: support vhost async data path
[dpdk.git] / examples / vhost / main.h
index 7cba0edbff786ea3202644ccab9bfa734349e725..4317b6ae815079888090935d9e6484c00fe42912 100644 (file)
@@ -51,6 +51,7 @@ struct vhost_dev {
        uint64_t features;
        size_t hdr_len;
        uint16_t nr_vrings;
+       uint16_t nr_async_pkts;
        struct rte_vhost_memory *mem;
        struct device_statistics stats;
        TAILQ_ENTRY(vhost_dev) global_vdev_entry;