X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fvmxnet3%2Fformat.c;h=43d790d31eb87ba287e259e6177348d3635a7354;hb=03f2a015999ed9ba34041afb408a22ea5fe601ff;hp=8e39b5faf364c114b8a2a97a63700182656b27ad;hpb=773291163a4f72f131afc6a84b065bcfed13aeb7;p=vpp.git diff --git a/src/plugins/vmxnet3/format.c b/src/plugins/vmxnet3/format.c index 8e39b5faf36..43d790d31eb 100644 --- a/src/plugins/vmxnet3/format.c +++ b/src/plugins/vmxnet3/format.c @@ -164,7 +164,7 @@ format_vmxnet3_input_trace (u8 * s, va_list * args) s = format (s, "vmxnet3: %v (%d) next-node %U", hi->name, t->hw_if_index, format_vlib_next_node_name, vm, node->index, t->next_index); - s = format (s, "\n buffer %U", format_vlib_buffer, &t->buffer); + s = format (s, "\n buffer %U", format_vnet_buffer_no_chain, &t->buffer); return s; }