https://github.com/torvalds/linux
Revision eab077aa84331afbda071a213925d4cdbca58941 authored by Lihong Yang on 21 November 2018, 17:15:37 UTC, committed by Jeff Kirsher on 28 November 2018, 16:27:47 UTC
In __i40e_del_filter function, the flag __I40E_MACVLAN_SYNC_PENDING for
the PF state is wrongly set for the VSI. Deleting any of the MAC filters
has caused the incorrect syncing for the PF. Fix it by setting this state
flag to the intended PF.

CC: stable <stable@vger.kernel.org>
Signed-off-by: Lihong Yang <lihong.yang@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
1 parent e4c39f7
History
Tip revision: eab077aa84331afbda071a213925d4cdbca58941 authored by Lihong Yang on 21 November 2018, 17:15:37 UTC
i40e: Fix deletion of MAC filters
Tip revision: eab077a

back to top