mbox series

[v3,0/3] add RSS support for IPv6 prefix

Message ID 20200708043621.276392-1-junfeng.guo@intel.com (mailing list archive)
Headers
Series add RSS support for IPv6 prefix |

Message

Junfeng Guo July 8, 2020, 4:36 a.m. UTC
  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.

v3:
* Code rebase.

v2:
* Split previous patch into 3 independent ones to be more clear.

[PATCH v3 1/3] ethdev: add new RSS types for IPv6 prefix
[PATCH v3 2/3] app/testpmd: support extended RSS offload types
[PATCH v3 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(+)