mbox series

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

Message ID 20200707052546.14151-1-jia.guo@intel.com (mailing list archive)
Headers
Series enable new hash flow for pf |

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

Comments

Qi Zhang July 7, 2020, 9:31 a.m. UTC | #1
> -----Original Message-----
> From: Guo, Jia <jia.guo@intel.com>
> Sent: Tuesday, July 7, 2020 1:26 PM
> To: Zhang, Qi Z <qi.z.zhang@intel.com>; Yang, Qiming
> <qiming.yang@intel.com>
> Cc: dev@dpdk.org; Wu, Jingjing <jingjing.wu@intel.com>; Guo, Junfeng
> <junfeng.guo@intel.com>; Xing, Beilei <beilei.xing@intel.com>; Su, Simei
> <simei.su@intel.com>; Guo, Jia <jia.guo@intel.com>
> Subject: [dpdk-dev v5 0/4] enable new hash flow for pf
> 
> 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(-)
> 
> --
> 2.20.1

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi