virtio: remove configurable queue size support
[vpp.git] / src / vnet / devices / virtio / virtio.api
index cb67296..3a40fa9 100644 (file)
@@ -33,8 +33,6 @@ define virtio_pci_create
   u32 pci_addr;
   u8 use_random_mac;
   u8 mac_address[6];
-  u16 tx_ring_sz; /* optional, default is 256 entries, must be power of 2 */
-  u16 rx_ring_sz; /* optional, default is 256 entries, must be power of 2 */
   u64 features;
 };