[dpdk-dev] [PATCH v2 0/3] add RSS support for IPv6 prefix
Junfeng Guo
junfeng.guo at intel.com
Tue Jun 16 10:16:41 CEST 2020
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.
v2:
* Split previous patch into 3 independent ones to be more clear.
[PATCH v2 1/3] ethdev: add new RSS types for IPv6 prefix
[PATCH v2 2/3] app/testpmd: support extended RSS offload types
[PATCH v2 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 | 204 +++++++++++++++++++++++++++++++++
lib/librte_ethdev/rte_ethdev.h | 51 +++++++++
4 files changed, 264 insertions(+)
--
2.17.1
More information about the dev
mailing list