mbox series

[0/2] add AVF RSS support for IPv6 prefix

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

Message

Junfeng Guo Aug. 3, 2020, 10:28 a.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.

[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(+)