]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: fix MAC anti-spoofing filter after VFLR
authorRadoslaw Tyl <radoslawx.tyl@intel.com>
Mon, 22 Oct 2018 06:44:31 +0000 (08:44 +0200)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 31 Oct 2018 18:05:51 +0000 (11:05 -0700)
commit40f63c78a680cf64676cf0ca4e761afea0770678
tree55292b436e13be85aa29f95331b5fba75e6478f0
parent09baad597443a6f6be2a1e3dc9e180d1ea3920b0
ixgbe: fix MAC anti-spoofing filter after VFLR

This change resolves a driver bug where the driver is logging a
message that says "Spoofed packets detected". This can occur on the PF
(host) when a VF has VLAN+MACVLAN enabled and is re-started with a
different MAC address.

MAC and VLAN anti-spoofing filters are to be enabled together.

Signed-off-by: Radoslaw Tyl <radoslawx.tyl@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Acked-by: Piotr Skajewski <piotrx.skajewski@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c