examples/pipeline: fix build
[dpdk.git] / lib / vhost / vhost.h
index 8726752..14235aa 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 {