Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH 0/4] igc: Enable NFC rules based on source MAC address
@ 2020-04-11  0:28 Andre Guedes
  2020-04-11  0:28 ` [Intel-wired-lan] [PATCH 1/4] igc: Remove IGC_MAC_STATE_SRC_ADDR flag Andre Guedes
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Andre Guedes @ 2020-04-11  0:28 UTC (permalink / raw)
  To: intel-wired-lan

Hi all,

This patch series adds extends the IGC driver to support for Network
Flow Classification (NFC) rules based on source MAC address.

Quick summary of this series: Patches 1 and 2 clean up and prepare
the code for the new feature, patch 3 adds the support for source
address filters in the core layer, and patch 4 enables NFC rules
based on source address on the ethtool layer.

Regards,

Andre

Andre Guedes (4):
  igc: Remove IGC_MAC_STATE_SRC_ADDR flag
  igc: Remove mac_table from igc_adapter
  igc: Add support for source address filters in core
  igc: Enable NFC rules based source MAC address

 drivers/net/ethernet/intel/igc/igc.h         |  26 ++---
 drivers/net/ethernet/intel/igc/igc_defines.h |   3 +
 drivers/net/ethernet/intel/igc/igc_ethtool.c |  41 +++----
 drivers/net/ethernet/intel/igc/igc_main.c    | 111 +++++++++----------
 4 files changed, 84 insertions(+), 97 deletions(-)

-- 
2.26.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-04-23 21:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-11  0:28 [Intel-wired-lan] [PATCH 0/4] igc: Enable NFC rules based on source MAC address Andre Guedes
2020-04-11  0:28 ` [Intel-wired-lan] [PATCH 1/4] igc: Remove IGC_MAC_STATE_SRC_ADDR flag Andre Guedes
2020-04-23 21:12   ` Brown, Aaron F
2020-04-11  0:28 ` [Intel-wired-lan] [PATCH 2/4] igc: Remove mac_table from igc_adapter Andre Guedes
2020-04-12  7:18   ` Neftin, Sasha
2020-04-13 14:21     ` Andre Guedes
2020-04-23 21:17   ` Brown, Aaron F
2020-04-11  0:28 ` [Intel-wired-lan] [PATCH 3/4] igc: Add support for source address filters in core Andre Guedes
2020-04-23 21:21   ` Brown, Aaron F
2020-04-11  0:28 ` [Intel-wired-lan] [PATCH 4/4] igc: Enable NFC rules based source MAC address Andre Guedes
2020-04-13 16:00   ` [Intel-wired-lan] [PATCH v2 " Andre Guedes
2020-04-23 21:35     ` Brown, Aaron F

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox