X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fdevices%2Fvirtio%2Fvirtio.h;h=079223d233ec76b61f9363dca2114b17c449ab18;hb=73e7f427e8865b0af71740c5ecfa55c7ee78dbd1;hp=cb97df8712189ce7b2008e35c64139c624bb830e;hpb=545d9eaeff62af74b6c1d2c27e6067f40685af93;p=vpp.git diff --git a/src/vnet/devices/virtio/virtio.h b/src/vnet/devices/virtio/virtio.h index cb97df87121..079223d233e 100644 --- a/src/vnet/devices/virtio/virtio.h +++ b/src/vnet/devices/virtio/virtio.h @@ -103,8 +103,17 @@ typedef struct u64 features, remote_features; virtio_if_type_t type; + u16 tx_ring_sz; + u16 rx_ring_sz; u8 *host_if_name; u8 *net_ns; + u8 *host_bridge; + u8 host_mac_addr[6]; + ip4_address_t host_ip4_addr; + u8 host_ip4_prefix_len; + ip6_address_t host_ip6_addr; + u8 host_ip6_prefix_len; + int ifindex; } virtio_if_t;