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

Junfeng Guo junfeng.guo at intel.com
Mon Aug 3 12:28:12 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.

[PATCH 1/2] common/iavf: support virtual channel for IPv6 prefix.
[PATCH 2/2] net/iavf: support RSS for IPv6 prefix 64bit.

Junfeng Guo (2):
  common/iavf: support virtual channel for IPv6 prefix
  net/iavf: support RSS for IPv6 prefix 64bit

 drivers/common/iavf/virtchnl.h |  13 ++
 drivers/net/iavf/iavf_hash.c   | 232 +++++++++++++++++++++++++++++++++
 2 files changed, 245 insertions(+)

-- 
2.25.1



More information about the dev mailing list