virtio: split gso and checksum offload functionality
[vpp.git] / src / vpp / api / custom_dump.c
index edee956..aba32e6 100644 (file)
@@ -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;
 }