|
@@ -722,8 +722,10 @@ static inline void ixgbe_vf_reset_event(struct ixgbe_adapter *adapter, u32 vf)
|
|
|
ixgbe_set_vmvir(adapter, vfinfo->pf_vlan,
|
|
|
adapter->default_up, vf);
|
|
|
|
|
|
- if (vfinfo->spoofchk_enabled)
|
|
|
+ if (vfinfo->spoofchk_enabled) {
|
|
|
hw->mac.ops.set_vlan_anti_spoofing(hw, true, vf);
|
|
|
+ hw->mac.ops.set_mac_anti_spoofing(hw, true, vf);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/* reset multicast table array for vf */
|