X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvpp%2Fapi%2Fcustom_dump.c;h=622bd66a02c4cc30ecb970ef7a36a1d5b8bf402e;hb=43b512cac;hp=5f6ba063bacff55c064d87344a4c02715c3644b7;hpb=eecdf93aeaf59e65dfeb57cdeae75ff9675d9c0f;p=vpp.git diff --git a/src/vpp/api/custom_dump.c b/src/vpp/api/custom_dump.c index 5f6ba063bac..622bd66a02c 100644 --- a/src/vpp/api/custom_dump.c +++ b/src/vpp/api/custom_dump.c @@ -612,10 +612,6 @@ static void *vl_api_virtio_pci_create_t_print if (memcmp (mp->mac_address, null_mac, 6)) s = format (s, "mac-address %U ", format_ethernet_address, mp->mac_address); - if (mp->tx_ring_sz) - s = format (s, "tx-ring-size %u ", ntohs (mp->tx_ring_sz)); - if (mp->rx_ring_sz) - s = format (s, "rx-ring-size %u ", ntohs (mp->rx_ring_sz)); if (mp->features) s = format (s, "features 0x%llx ", clib_net_to_host_u64 (mp->features)); FINISH;