From 8932e450224fccdd8dad8992eb90bfead0ae7a7d Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 16 Apr 2021 11:49:26 +0200 Subject: interface: interface-output end node rework - rename node to more meaningful name - introduce lookup tables - enable multiarch - quad-loop node - enqqueue to next instead of enqueueing to node Type: improvement Change-Id: Ibb208047ae04bb6cfe56db558d3b8938bc14b4fe Signed-off-by: Damjan Marion --- src/vnet/interface_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/interface_stats.c') diff --git a/src/vnet/interface_stats.c b/src/vnet/interface_stats.c index 40a22b48e8f..3afde0ea54f 100644 --- a/src/vnet/interface_stats.c +++ b/src/vnet/interface_stats.c @@ -198,7 +198,7 @@ VNET_FEATURE_INIT (stats_collect_rx_node, static) = { VNET_FEATURE_INIT (stats_collect_tx_node, static) = { .arc_name = "interface-output", .node_name = "stats-collect-tx", - .runs_before = VNET_FEATURES ("interface-tx"), + .runs_before = VNET_FEATURES ("interface-output-arc-end"), }; /* *INDENT-ON* */ -- cgit 1.2.3-korg