]> git.droids-corp.org - dpdk.git/blobdiff - lib/vhost/vhost.h
examples/pipeline: fix build
[dpdk.git] / lib / vhost / vhost.h
index 872675207e3e091035a62e90f2efcf248d8c6e80..14235aaf8148dff9f7c6290562d82e5be085a253 100644 (file)
@@ -136,6 +136,8 @@ struct virtqueue_stats {
        uint64_t guest_notifications;
        uint64_t iotlb_hits;
        uint64_t iotlb_misses;
+       uint64_t inflight_submitted;
+       uint64_t inflight_completed;
 };
 
 /**
@@ -197,6 +199,7 @@ struct async_inflight_info {
        struct rte_mbuf *mbuf;
        uint16_t descs; /* num of descs inflight */
        uint16_t nr_buffers; /* num of buffers inflight for packed ring */
+       struct virtio_net_hdr nethdr;
 };
 
 struct vhost_async {