[PATCH v2 0/2] I40E refactors
Anatoly Burakov <[email protected]>
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
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(-) -- 2.52.0