ixgbe: Add anti-spoofing feature support
Add support for the anti-spoofing feature in the HW. Packets from VF devices with spoofed MAC addresses or VLAN tags will be blocked and a counter incremented. During the watchdog timer the spoofed packet dropped counter is read and if it is non-zero then a warning message is displayed on the host VMM's console. Signed-off-by:Greg Rose <gregory.v.rose@intel.com> Signed-off-by:
Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Showing
- drivers/net/ixgbe/ixgbe_82599.c 2 additions, 0 deletionsdrivers/net/ixgbe/ixgbe_82599.c
- drivers/net/ixgbe/ixgbe_common.c 64 additions, 0 deletionsdrivers/net/ixgbe/ixgbe_common.c
- drivers/net/ixgbe/ixgbe_common.h 2 additions, 0 deletionsdrivers/net/ixgbe/ixgbe_common.h
- drivers/net/ixgbe/ixgbe_main.c 24 additions, 0 deletionsdrivers/net/ixgbe/ixgbe_main.c
- drivers/net/ixgbe/ixgbe_sriov.c 10 additions, 2 deletionsdrivers/net/ixgbe/ixgbe_sriov.c
- drivers/net/ixgbe/ixgbe_type.h 12 additions, 1 deletiondrivers/net/ixgbe/ixgbe_type.h
Loading
Please register or sign in to comment