[dpdk-dev] [PATCH v3 0/2] add AVF RSS support for IPv6 prefix

Junfeng Guo junfeng.guo at intel.com
Tue Sep 15 08:26:07 CEST 2020


RSS for IPv6 prefix fields are supported in this patchset, so that we
can use prefixes instead of full IPv6 address for AVF RSS. The prefix
here includes the first 64 bits of both SRC and DST IPv6 address.

v3:
* code rebase

v2:
* add support RSS for GTPU IPv6 prefix 64bit.

[PATCH v2 1/2] net/iavf: replace function name with macro.
[PATCH v2 2/2] net/iavf: support RSS for IPv6 prefix 64bit.

Junfeng Guo (2):
  net/iavf: replace function name with macro
  net/iavf: support RSS for IPv6 prefix 64bit

 drivers/net/iavf/iavf_hash.c | 63 +++++++++++++++++++++---------------
 1 file changed, 37 insertions(+), 26 deletions(-)

-- 
2.25.1



More information about the dev mailing list