mbox series

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

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

Message

Junfeng Guo Aug. 4, 2020, 12:39 p.m. UTC
  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.

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

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

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

 drivers/common/iavf/virtchnl.h |   13 +
 drivers/net/iavf/iavf_hash.c   | 1831 +++++++++++++++++++++++++++-----
 2 files changed, 1597 insertions(+), 247 deletions(-)