From: Andre Guedes <andre.guedes@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH 0/4] igc: Enable NFC rules based on source MAC address
Date: Fri, 10 Apr 2020 17:28:30 -0700 [thread overview]
Message-ID: <20200411002834.13916-1-andre.guedes@intel.com> (raw)
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
next reply other threads:[~2020-04-11 0:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-11 0:28 Andre Guedes [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200411002834.13916-1-andre.guedes@intel.com \
--to=andre.guedes@intel.com \
--cc=intel-wired-lan@osuosl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox