net/virtio: fix link status always being up
[dpdk.git] / drivers / net / virtio / virtio_pci.h
index 0362acd..e7290d7 100644 (file)
@@ -253,6 +253,7 @@ struct virtio_hw {
        uint64_t    req_guest_features;
        uint64_t    guest_features;
        uint32_t    max_queue_pairs;
+       uint16_t    started;
        uint16_t        max_mtu;
        uint16_t    vtnet_hdr_size;
        uint8_t     vlan_strip;