vlib: packet tracer support for pkt thread handoffs

Type: feature

Change-Id: Ia3d9a47679202c2a47cd3746b50e86c6b8627ef6
Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:
Dave Barach
2019-06-21 18:24:07 -04:00
committed by Neale Ranns
parent 21b83e96d6
commit a638c18375
14 changed files with 731 additions and 54 deletions

View File

@ -112,7 +112,7 @@ format_vlib_buffer (u8 * s, va_list * args)
b->total_length_not_including_first_buffer);
if (b->flags & VLIB_BUFFER_IS_TRACED)
s = format (s, ", trace 0x%x", b->trace_index);
s = format (s, ", trace handle 0x%x", b->trace_handle);
if (a)
s = format (s, "\n%U%v", format_white_space, indent, a);