[PATCH v2 2/2] net/i40e: move mutable fields out of RSS config

Bruce Richardson bruce.richardson at intel.com
Fri Aug 21 18:24:22 CEST 2026


On Fri, Aug 21, 2026 at 10:15:31AM +0100, Anatoly Burakov wrote:
> Currently, the RSS filter configuration structure contains both data that
> is received from rte_flow API call, as well as some metadata for internal
> use (to decide on whether to reset the RSS configuration when removing the
> flow).
> 
> To separate these, move the metadata out of RSS configuration into a
> separate structure stored in RSS filter node.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
> ---
>  drivers/net/intel/i40e/i40e_ethdev.h |  7 +++
>  drivers/net/intel/i40e/i40e_hash.c   | 86 ++++++++++++++--------------
>  2 files changed, 50 insertions(+), 43 deletions(-)
> 
Acked-by: Bruce Richardson <bruce.richardson at intel.com>


More information about the dev mailing list