aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_ethtool.c
diff options
context:
space:
mode:
authorAndre Guedes <[email protected]>2020-04-11 00:28:32 +0000
committerJeff Kirsher <[email protected]>2020-05-21 05:28:49 +0000
commitd66358cae25efbd35518d661991fce67af2945e7 (patch)
treec920caa739f7eac315bfe55c110248df9ded5a0b /drivers/net/ethernet/intel/igc/igc_ethtool.c
parentigc: Remove IGC_MAC_STATE_SRC_ADDR flag (diff)
downloadkernel-d66358cae25efbd35518d661991fce67af2945e7.tar.gz
kernel-d66358cae25efbd35518d661991fce67af2945e7.zip
igc: Remove mac_table from igc_adapter
In igc_adapter we keep a sort of shadow copy of RAL and RAH registers. There is not much benefit in keeping it, at the cost of maintainability, since adding/removing MAC address filters is not hot path, and we already keep filters information in adapter->nfc_filter_list for cleanup and restoration purposes. So in order to simplify the MAC address filtering code and prepare it for source address support, this patch removes the mac_table from igc_adapter. Signed-off-by: Andre Guedes <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_ethtool.c')
0 files changed, 0 insertions, 0 deletions