X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fvpp%2Fapi%2Fcustom_dump.c;h=aba32e6f5f74b7ec638f3cf75230ced51025a3a7;hp=edee956ebc2a3a414043cfd2b352fea0d0a92531;hb=6d4af8918;hpb=0d74dd1f823b170d623316cf07eee70851494470 diff --git a/src/vpp/api/custom_dump.c b/src/vpp/api/custom_dump.c index edee956ebc2..aba32e6f5f7 100644 --- a/src/vpp/api/custom_dump.c +++ b/src/vpp/api/custom_dump.c @@ -620,7 +620,9 @@ __clib_unused if (mp->features) s = format (s, "features 0x%llx ", clib_net_to_host_u64 (mp->features)); if (mp->gso_enabled) - s = format (s, "gso-enabled"); + s = format (s, "gso-enabled "); + if (mp->checksum_offload_enabled) + s = format (s, "checksum_offload_enabled"); FINISH; }