aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/netmap/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/devices/netmap/node.c')
-rw-r--r--src/vnet/devices/netmap/node.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/devices/netmap/node.c b/src/vnet/devices/netmap/node.c
index 19895e4754a..835209a3449 100644
--- a/src/vnet/devices/netmap/node.c
+++ b/src/vnet/devices/netmap/node.c
@@ -249,6 +249,8 @@ netmap_device_input_fn (vlib_main_t * vm, vlib_node_runtime_t * node,
+ VNET_INTERFACE_COUNTER_RX,
os_get_cpu_number (), nif->hw_if_index, n_rx_packets, n_rx_bytes);
+ vnet_device_increment_rx_packets (cpu_index, n_rx_packets);
+
return n_rx_packets;
}