mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 19:26:01 -04:00
i40e: remove VN2VN related mac filters
These mac address already added by FCoE stack above netdev, therefore adding them here is redundant. Change-ID: Ia5b59f426f57efd20f8945f7c6cc5d741fbe06e5 Signed-off-by: Vasu Dev <vasu.dev@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
@@ -1515,8 +1515,6 @@ void i40e_fcoe_config_netdev(struct net_device *netdev, struct i40e_vsi *vsi)
|
||||
i40e_add_filter(vsi, (u8[6]) FC_FCOE_FLOGI_MAC, 0, false, false);
|
||||
i40e_add_filter(vsi, FIP_ALL_FCOE_MACS, 0, false, false);
|
||||
i40e_add_filter(vsi, FIP_ALL_ENODE_MACS, 0, false, false);
|
||||
i40e_add_filter(vsi, FIP_ALL_VN2VN_MACS, 0, false, false);
|
||||
i40e_add_filter(vsi, FIP_ALL_P2P_MACS, 0, false, false);
|
||||
|
||||
/* use san mac */
|
||||
ether_addr_copy(netdev->dev_addr, hw->mac.san_addr);
|
||||
|
||||
Reference in New Issue
Block a user