projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
148c2d8
)
i40e: remove VN2VN related mac filters
author
Vasu Dev
<
[email protected]
>
Thu, 11 Dec 2014 07:06:28 +0000
(07:06 +0000)
committer
Jeff Kirsher
<
[email protected]
>
Tue, 13 Jan 2015 19:47:45 +0000
(11:47 -0800)
These mac address already added by FCoE stack above netdev,
therefore adding them here is redundant.
Change-ID: Ia5b59f426f57efd20f8945f7c6cc5d741fbe06e5
Signed-off-by: Vasu Dev <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ethernet/intel/i40e/i40e_fcoe.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/i40e/i40e_fcoe.c
b/drivers/net/ethernet/intel/i40e/i40e_fcoe.c
index a8b8bd95108dd587bd961d144af334fb175da7f7..2cd841b290591727e9eaec0d6426fa0e381e4ce6 100644
(file)
--- a/
drivers/net/ethernet/intel/i40e/i40e_fcoe.c
+++ b/
drivers/net/ethernet/intel/i40e/i40e_fcoe.c
@@
-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);