X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fdevices%2Fvirtio%2Fvirtio.api;h=9e81b35c1756ae4d5ca53816ffe78d20d339c28e;hb=bbd6b746e09cc4ae4239173081d95349e0263759;hp=3a40fa9a9529b6922967b89b6d3bb4add9435e66;hpb=423fbb1deaed9db9eb662d4b7407fb7274cb8e90;p=vpp.git diff --git a/src/vnet/devices/virtio/virtio.api b/src/vnet/devices/virtio/virtio.api index 3a40fa9a952..9e81b35c175 100644 --- a/src/vnet/devices/virtio/virtio.api +++ b/src/vnet/devices/virtio/virtio.api @@ -22,8 +22,7 @@ option version = "1.0.0"; 0-15 domain, 16-23 bus, 24-28 slot, 29-31 function @param use_random_mac - let the system generate a unique mac address @param mac_address - mac addr to assign to the interface if use_radom not set - @param tx_ring_sz - the number of entries of TX ring - @param rx_ring_sz - the number of entries of RX ring + @param gso_enabled - enable gso feature if available, 1 to enable @param features - the virtio features which driver should negotiate with device */ define virtio_pci_create @@ -33,6 +32,7 @@ define virtio_pci_create u32 pci_addr; u8 use_random_mac; u8 mac_address[6]; + u8 gso_enabled; u64 features; };