]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/virtio/virtio.h
net/mlx5: enhance flow dump
[dpdk.git] / drivers / net / virtio / virtio.h
index 525e2dad4cf998dfda31f6bdbd8d94d0a26c31c0..e78b2e429e09b5971f7552a459789dcf9a7b58fe 100644 (file)
@@ -192,6 +192,7 @@ struct virtio_hw {
        uint16_t max_queue_pairs;
        uint64_t req_guest_features;
        struct virtnet_ctl *cvq;
+       bool use_va;
 };
 
 struct virtio_ops {