tcp: avoid fr segments less than mss if possible
[vpp.git] / src / vnet / interface_stats.c
index 40a22b4..ff1a2af 100644 (file)
@@ -170,7 +170,6 @@ VLIB_NODE_FN (stats_collect_tx_node) (vlib_main_t * vm,
   return stats_collect_inline (vm, node, frame, VLIB_TX);
 }
 
-/* *INDENT-OFF* */
 VLIB_REGISTER_NODE (stats_collect_rx_node) = {
   .vector_size = sizeof (u32),
   .format_trace = format_stats_collect_trace,
@@ -198,10 +197,9 @@ 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* */
 
 static clib_error_t *
 stats_collect_init (vlib_main_t * vm)