From: Simon Horman <horms@kernel.org>
To: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Cc: Dan Nowlin <dan.nowlin@intel.com>,
Przemek Kitszel <przemyslaw.kitszel@intel.com>,
anthony.l.nguyen@intel.com, netdev@vger.kernel.org,
intel-wired-lan@lists.osuosl.org
Subject: Re: [Intel-wired-lan] [PATCH iwl-next v4 3/5] ice: improve TCAM priority handling for RSS profiles
Date: Fri, 12 Sep 2025 10:03:27 +0100 [thread overview]
Message-ID: <20250912090327.GW30363@horms.kernel.org> (raw)
In-Reply-To: <20250829101809.1022945-4-aleksandr.loktionov@intel.com>
On Fri, Aug 29, 2025 at 10:18:06AM +0000, Aleksandr Loktionov wrote:
> Enhance TCAM priority logic to avoid conflicts between RSS profiles
> with overlapping PTGs and attributes.
>
> Track used PTG and attribute combinations.
> Ensure higher-priority profiles override lower ones.
> Add helper for setting TCAM flags and masks.
>
> Ensure RSS rule consistency and prevent unintended matches.
>
> Co-developed-by: Dan Nowlin <dan.nowlin@intel.com>
> Signed-off-by: Dan Nowlin <dan.nowlin@intel.com>
> Signed-off-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
> Signed-off-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Reviewed-by: Simon Horman <horms@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms@kernel.org>
To: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Cc: intel-wired-lan@lists.osuosl.org, anthony.l.nguyen@intel.com,
netdev@vger.kernel.org, mschmidt@redhat.com,
Dan Nowlin <dan.nowlin@intel.com>,
Przemek Kitszel <przemyslaw.kitszel@intel.com>
Subject: Re: [PATCH iwl-next v4 3/5] ice: improve TCAM priority handling for RSS profiles
Date: Fri, 12 Sep 2025 10:03:27 +0100 [thread overview]
Message-ID: <20250912090327.GW30363@horms.kernel.org> (raw)
In-Reply-To: <20250829101809.1022945-4-aleksandr.loktionov@intel.com>
On Fri, Aug 29, 2025 at 10:18:06AM +0000, Aleksandr Loktionov wrote:
> Enhance TCAM priority logic to avoid conflicts between RSS profiles
> with overlapping PTGs and attributes.
>
> Track used PTG and attribute combinations.
> Ensure higher-priority profiles override lower ones.
> Add helper for setting TCAM flags and masks.
>
> Ensure RSS rule consistency and prevent unintended matches.
>
> Co-developed-by: Dan Nowlin <dan.nowlin@intel.com>
> Signed-off-by: Dan Nowlin <dan.nowlin@intel.com>
> Signed-off-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
> Signed-off-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Reviewed-by: Simon Horman <horms@kernel.org>
next prev parent reply other threads:[~2025-09-12 9:03 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-29 10:18 [Intel-wired-lan] [PATCH iwl-next v4 0/5] iavf and ice: GTP RSS support and flow enhancements Aleksandr Loktionov
2025-08-29 10:18 ` Aleksandr Loktionov
2025-08-29 10:18 ` [Intel-wired-lan] [PATCH iwl-next v4 1/5] ice: add flow parsing for GTP and new protocol field support Aleksandr Loktionov
2025-08-29 10:18 ` Aleksandr Loktionov
2025-09-12 9:03 ` [Intel-wired-lan] " Simon Horman
2025-09-12 9:03 ` Simon Horman
2025-09-12 10:04 ` [Intel-wired-lan] " Paul Menzel
2025-09-15 12:32 ` Loktionov, Aleksandr
2025-09-15 12:32 ` Loktionov, Aleksandr
2025-08-29 10:18 ` [Intel-wired-lan] [PATCH iwl-next v4 2/5] ice: add virtchnl and VF context support for GTP RSS Aleksandr Loktionov
2025-08-29 10:18 ` Aleksandr Loktionov
2025-09-12 9:02 ` [Intel-wired-lan] " Simon Horman
2025-09-12 9:02 ` Simon Horman
2025-09-13 4:41 ` [Intel-wired-lan] " Paul Menzel
2025-08-29 10:18 ` [Intel-wired-lan] [PATCH iwl-next v4 3/5] ice: improve TCAM priority handling for RSS profiles Aleksandr Loktionov
2025-08-29 10:18 ` Aleksandr Loktionov
2025-09-12 9:03 ` Simon Horman [this message]
2025-09-12 9:03 ` Simon Horman
2025-08-29 10:18 ` [Intel-wired-lan] [PATCH iwl-next v4 4/5] ice: Extend PTYPE bitmap coverage for GTP encapsulated flows Aleksandr Loktionov
2025-08-29 10:18 ` Aleksandr Loktionov
2025-09-12 9:03 ` [Intel-wired-lan] " Simon Horman
2025-09-12 9:03 ` Simon Horman
2025-08-29 10:18 ` [Intel-wired-lan] [PATCH iwl-next v4 5/5] iavf: add RSS support for GTP protocol via ethtool Aleksandr Loktionov
2025-08-29 10:18 ` Aleksandr Loktionov
2025-09-12 9:03 ` [Intel-wired-lan] " Simon Horman
2025-09-12 9:03 ` 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=20250912090327.GW30363@horms.kernel.org \
--to=horms@kernel.org \
--cc=aleksandr.loktionov@intel.com \
--cc=anthony.l.nguyen@intel.com \
--cc=dan.nowlin@intel.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=netdev@vger.kernel.org \
--cc=przemyslaw.kitszel@intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.