On Fri, Aug 21, 2026 at 10:15:29AM +0100, Anatoly Burakov wrote:
> A small amount of refactor in hash engine to prepare for future
> code. Specifically, disentangling the mutable filter list metadata
> from immutable RSS configuration supplied from rte_flow API, and
> getting rid of embedded rte_flow RSS conf struct and replacing it
> with direct values embedded in config struct.
> 
> v1 -> v2:
> - Fix patch 1 returning non-NULL pointers to queue/key when lengths
>   of either are 0
> 
> Anatoly Burakov (2):
>   net/i40e: do not use flow RSS conf struct
>   net/i40e: move mutable fields out of RSS config
> 
>  drivers/net/intel/i40e/i40e_ethdev.h |  18 +++-
>  drivers/net/intel/i40e/i40e_flow.c   |  13 ++-
>  drivers/net/intel/i40e/i40e_hash.c   | 125 +++++++++++++--------------
>  drivers/net/intel/i40e/i40e_hash.h   |   1 -
>  4 files changed, 83 insertions(+), 74 deletions(-)
> 
Series applied to dpdk-next-net-intel

Thanks,
/Bruce

Reply via email to