mbox

[v5,0/4] enable new hash flow for pf

Message ID 20200707052546.14151-1-jia.guo@intel.com (mailing list archive)
Headers

Message

Guo, Jia July 7, 2020, 5:25 a.m. UTC
  PF could add or delete a RSS rule base on the PF's hash capability.
Some new rss input set will be supported, the protocols as below:
eth/vlan/l2tpv3/esp/ah/pfcp/gtpu downlink/gtpu uplink.

v5->v4:
fix checkpatch issue
refine for eth/vlan hash

v4->v3:
split patch set

Jeff Guo (4):
  net/ice: refactor for pf hash flow
  net/ice: support hash for new GTPU protocols
  net/ice: enable new input set for rss hash
  app/testpmd: add GTPU to RSS hash commands

 app/test-pmd/cmdline.c     |   8 +-
 app/test-pmd/config.c      |   4 +-
 drivers/net/ice/ice_hash.c | 773 ++++++++++++++++++++++++++-----------
 3 files changed, 562 insertions(+), 223 deletions(-)