net/sfc: implement port representor link update
[dpdk.git] / drivers / net / virtio / virtio.h
index 525e2da..e78b2e4 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 {