virtio: add packet buffering on tx
[vpp.git] / src / vpp / api / custom_dump.c
index 4a2c2cb..f530da2 100644 (file)
@@ -645,6 +645,8 @@ __clib_unused
     s = format (s, "packed ");
   if ((mp->virtio_flags) & VIRTIO_API_FLAG_IN_ORDER)
     s = format (s, "in-order ");
+  if ((mp->virtio_flags) & VIRTIO_API_FLAG_BUFFERING)
+    s = format (s, "buffering ");
   FINISH;
 }