X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp%2Fapi%2Fcustom_dump.c;h=524ad368c89ab0458dc36be8a9fa14d6f9796ed5;hb=97d54ed43eb69f6ea731c02305ebe0ca0b1a5cc4;hp=94a868e03532d0d222a7e2a9952e66d5293a1db7;hpb=3a9f11e6d93c9839c7bb0aaa62662299165123d8;p=vpp.git diff --git a/src/vpp/api/custom_dump.c b/src/vpp/api/custom_dump.c index 94a868e0353..524ad368c89 100644 --- a/src/vpp/api/custom_dump.c +++ b/src/vpp/api/custom_dump.c @@ -579,6 +579,10 @@ static void *vl_api_tap_create_v2_t_print 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->host_mtu_set) + s = format (s, "host-mtu-size %u ", ntohl (mp->host_mtu_size)); + if (ntohl (mp->tap_flags) & 0x1) + s = format (s, "gso-enabled"); FINISH; }