From: Lukasz Plachno <lukasz.plachno@intel.com>
To: intel-wired-lan@lists.osuosl.org
Cc: netdev@vger.kernel.org, Lukasz Plachno <lukasz.plachno@intel.com>,
brett.creeley@amd.com, horms@kernel.org
Subject: [Intel-wired-lan] [PATCH iwl-next v4 0/2] ice: Support flow director ether type filters
Date: Wed, 24 Jan 2024 16:21:39 +0100 [thread overview]
Message-ID: <20240124152141.15077-1-lukasz.plachno@intel.com> (raw)
Ethtool allows creating rules with type=ether, add support for such
filters in ice driver.
Patch 1 allows extending ice_fdir_comp_rules() with handling additional
type of filters.
v4: added warning explaining that masks other than broadcast and unicast
are not supported, added check for empty filters
v3: fixed possible use of uninitialized variable "perfect_filter"
v2: fixed compilation warning by moving default: case between commits
Jakub Buchocki (1):
ice: Implement 'flow-type ether' rules
Lukasz Plachno (1):
ice: Remove unnecessary argument from ice_fdir_comp_rules()
.../net/ethernet/intel/ice/ice_ethtool_fdir.c | 140 +++++++++++++++++-
drivers/net/ethernet/intel/ice/ice_fdir.c | 112 ++++++++------
drivers/net/ethernet/intel/ice/ice_fdir.h | 11 ++
drivers/net/ethernet/intel/ice/ice_type.h | 1 +
4 files changed, 217 insertions(+), 47 deletions(-)
--
2.34.1
next reply other threads:[~2024-01-24 21:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-24 15:21 Lukasz Plachno [this message]
2024-01-24 15:21 ` [Intel-wired-lan] [PATCH iwl-next v4 1/2] ice: Remove unnecessary argument from ice_fdir_comp_rules() Lukasz Plachno
2024-01-24 15:21 ` [Intel-wired-lan] [PATCH iwl-next v4 2/2] ice: Implement 'flow-type ether' rules Lukasz Plachno
2024-01-24 22:26 ` Brett Creeley
2024-01-24 23:09 ` Paul Menzel
2024-01-31 15:25 ` Plachno, Lukasz
2024-01-26 17:51 ` Simon Horman
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=20240124152141.15077-1-lukasz.plachno@intel.com \
--to=lukasz.plachno@intel.com \
--cc=brett.creeley@amd.com \
--cc=horms@kernel.org \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=netdev@vger.kernel.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