RSS for IPv6 prefix fields are supported in this patch, so that we can use prefixes instead of full IPv6 address for RSS. These prefixes include the first 32, 48, 64 bits of both SRC and DST IPv6 address. This feature is mainly for NAT64 scenarios.
v4: * Code rebase. v3: * Code rebase. v2: * Split previous patch into 3 independent ones to be more clear. [PATCH v4 1/3] ethdev: add new RSS types for IPv6 prefix [PATCH v4 2/3] app/testpmd: support extended RSS offload types [PATCH v4 3/3] net/ice: add RSS support for IPv6 prefix Junfeng Guo (3): ethdev: add new RSS types for IPv6 prefix app/testpmd: support extended RSS offload types net/ice: add RSS support for IPv6 prefix app/test-pmd/cmdline.c | 6 + app/test-pmd/config.c | 3 + drivers/net/ice/ice_hash.c | 207 +++++++++++++++++++++++++++++++++ lib/librte_ethdev/rte_ethdev.h | 51 ++++++++ 4 files changed, 267 insertions(+) -- 2.25.1