mbox

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

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

Message

Guo, Jia July 3, 2020, 3:58 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.

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 | 731 ++++++++++++++++++++++++++-----------
 3 files changed, 520 insertions(+), 223 deletions(-)