intel-wired-lan.lists.osuosl.org archive mirror
 help / color / mirror / Atom feed
From: Lukasz Plachno <lukasz.plachno@intel.com>
To: intel-wired-lan@lists.osuosl.org
Cc: pmenzel@molgen.mpg.de, brett.creeley@amd.com,
	netdev@vger.kernel.org, aleksander.lobakin@intel.com,
	Lukasz Plachno <lukasz.plachno@intel.com>,
	horms@kernel.org
Subject: [Intel-wired-lan] [PATCH iwl-next v8 0/2] ice: Support flow director ether type filters
Date: Wed,  3 Apr 2024 12:24:00 +0200	[thread overview]
Message-ID: <20240403102402.20144-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.

v8: Added check for vlan-etype when proto and vlan are specified,
    vlan-etype is required by HW
v7: removed 0 initialization of static const array (omitted by error in v6)
v6: removed ice_fdir_eth and reused ethhdr, removed 0 initialization
    of static const array
v5: added missing documentation for parameter introduced in V4,
    extended commit message for patch adding flow-type ether rules support
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 | 138 +++++++++++++++++-
 drivers/net/ethernet/intel/ice/ice_fdir.c     | 111 ++++++++------
 drivers/net/ethernet/intel/ice/ice_fdir.h     |   5 +
 drivers/net/ethernet/intel/ice/ice_type.h     |   1 +
 4 files changed, 208 insertions(+), 47 deletions(-)


base-commit: b1f81b9a535b48b2c9ca460720a2bc73fd2001de
-- 
2.34.1


             reply	other threads:[~2024-04-03 10:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-03 10:24 Lukasz Plachno [this message]
2024-04-03 10:24 ` [Intel-wired-lan] [PATCH iwl-next v8 1/2] ice: Remove unnecessary argument from ice_fdir_comp_rules() Lukasz Plachno
2024-04-08  9:07   ` Pucha, HimasekharX Reddy
2024-04-03 10:24 ` [Intel-wired-lan] [PATCH iwl-next v8 2/2] ice: Implement 'flow-type ether' rules Lukasz Plachno
2024-04-04 12:55   ` Simon Horman
2024-04-08  9:10   ` Pucha, HimasekharX Reddy

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=20240403102402.20144-1-lukasz.plachno@intel.com \
    --to=lukasz.plachno@intel.com \
    --cc=aleksander.lobakin@intel.com \
    --cc=brett.creeley@amd.com \
    --cc=horms@kernel.org \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=netdev@vger.kernel.org \
    --cc=pmenzel@molgen.mpg.de \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).