X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Finterface_stats.c;h=969f89303504c3cc0b3584bf9b295e4e4ccd7313;hb=7d98a12f29d5b9696df98b8af2f128614a4f0360;hp=1b07552727c70a8b4fcc65fa4d163815c2d770df;hpb=3d0fadc01fa92664b8ebc5d8400b6344ee7e92df;p=vpp.git diff --git a/src/vnet/interface_stats.c b/src/vnet/interface_stats.c index 1b07552727c..969f8930350 100644 --- a/src/vnet/interface_stats.c +++ b/src/vnet/interface_stats.c @@ -121,7 +121,7 @@ stats_collect_inline (vlib_main_t * vm, stats_n_bytes[b0_ctype] += vlib_buffer_length_in_chain (vm, b0); stats_n_packets[b0_ctype] += 1; - vnet_feature_next (sw_if_index, &next0, b0); + vnet_feature_next (&next0, b0); vlib_validate_buffer_enqueue_x1 (vm, node, next_index, to_next, n_left_to_next, bi0, next0);