tap: interface rx counter not increment correct 28/21728/2
authorSteven Luong <sluong@cisco.com>
Fri, 30 Aug 2019 17:49:44 +0000 (10:49 -0700)
committerDamjan Marion <dmarion@me.com>
Tue, 3 Sep 2019 19:40:53 +0000 (19:40 +0000)
commit08940a2cb8177ce6c89ba0e9146515978dc66560
tree339fa2ada290cb4d6494c624d9166be9dee57872
parentfec95f8df7f17132ca9fdd122b7d3dab35f01daf
tap: interface rx counter not increment correct

vlib_increment_combined_counter takes sw_if_index, not hw_if_index. Using
hw_if_index may work as long as there is no subinterface created to cause
hw_if_index and sw_if_index to differ.

Type: fix
Ticket: VPP-1759

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: I6db042186eeeacf32250f7ef261af8cd6f5ce56e
(cherry picked from commit efa119db3910e77f79eb005c67f8c01b473b40a1)
src/vnet/devices/virtio/node.c