From 7ca5aaac10e95306f74ea4afd52110dd46aa0381 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 24 Sep 2019 18:10:49 +0200 Subject: vlib: add flag to explicitelly mark nodes which can init per-node packet trace Type: feature Change-Id: I913f08383ee1c24d610c3d2aac07cef402570e2c Signed-off-by: Damjan Marion --- src/plugins/marvell/pp2/input.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/marvell') diff --git a/src/plugins/marvell/pp2/input.c b/src/plugins/marvell/pp2/input.c index 50f09633272..ec3d376714d 100644 --- a/src/plugins/marvell/pp2/input.c +++ b/src/plugins/marvell/pp2/input.c @@ -374,6 +374,7 @@ mrvl_pp2_input_fn (vlib_main_t * vm, vlib_node_runtime_t * node, /* *INDENT-OFF* */ VLIB_REGISTER_NODE (mrvl_pp2_input_node) = { .function = mrvl_pp2_input_fn, + .flags = VLIB_NODE_FLAG_TRACE_SUPPORTED, .name = "mrvl-pp2-input", .sibling_of = "device-input", .format_trace = format_mrvl_pp2_input_trace, -- cgit 1.2.3-korg