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 <[email protected]>
> ---
> 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 <[email protected]>