commit | 275225fb4e3981a55b19ad0caad2eeb2821ae3d5 | [log] [tgz] |
---|---|---|
author | Petr Machata <petrm@mellanox.com> | Thu May 31 19:52:15 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 01 14:11:02 2018 -0400 |
tree | e81d0522c7d9b22b576da3399470c17fe675096d | |
parent | 900530f3f8731606a8dfb847b7e0d467250f9665 [diff] |
selftests: forwarding: mirror_lib: skip_hw the VLAN capture When the VLAN capture is installed on a front panel device and not a soft device, the packets are counted twice: once in fast path, and once after they are trapped to the kernel. Resolve the problem by passing skip_hw flag to vlan_capture_install(). Signed-off-by: Petr Machata <petrm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>