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.
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 | 11 ++- drivers/net/intel/i40e/i40e_hash.c | 125 +++++++++++++-------------- drivers/net/intel/i40e/i40e_hash.h | 1 - 4 files changed, 81 insertions(+), 74 deletions(-) -- 2.52.0

