mbox series

[v5,0/3] enable new hash flow for VF

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

Message

Guo, Jia July 7, 2020, 5:14 a.m. UTC
  Some new hash flow will be supported to expend the flow hash
capability, the input set are the 5 tuple for regular ip pattern and
also GTPU inner ip pattern, and the session id for NAT-T ESP protocol,
the l3 src/dst and the teid for GTPU_IP protocol.

v5->v4:
refine the lookup table for eth/vlan
fix issue after splitting patch

v4->v3:
split patch set

Jeff Guo (3):
  net/iavf: refactor for hash flow
  net/iavf: enable 5 tuple rss hash
  net/iavf: enable some new hash flow

 drivers/net/iavf/iavf_hash.c | 2075 +++++++++++++++++++++++++---------
 1 file changed, 1560 insertions(+), 515 deletions(-)
  

Comments

Qi Zhang July 7, 2020, 9:18 a.m. UTC | #1
> -----Original Message-----
> From: Guo, Jia <jia.guo@intel.com>
> Sent: Tuesday, July 7, 2020 1:14 PM
> To: Zhang, Qi Z <qi.z.zhang@intel.com>; Wu, Jingjing
> <jingjing.wu@intel.com>; Xing, Beilei <beilei.xing@intel.com>
> Cc: dev@dpdk.org; Guo, Junfeng <junfeng.guo@intel.com>; Yang, Qiming
> <qiming.yang@intel.com>; Su, Simei <simei.su@intel.com>; Guo, Jia
> <jia.guo@intel.com>
> Subject: [dpdk-dev v5 0/3] enable new hash flow for VF
> 
> Some new hash flow will be supported to expend the flow hash capability,
> the input set are the 5 tuple for regular ip pattern and also GTPU inner ip
> pattern, and the session id for NAT-T ESP protocol, the l3 src/dst and the teid
> for GTPU_IP protocol.
> 
> v5->v4:
> refine the lookup table for eth/vlan
> fix issue after splitting patch
> 
> v4->v3:
> split patch set
> 
> Jeff Guo (3):
>   net/iavf: refactor for hash flow
>   net/iavf: enable 5 tuple rss hash
>   net/iavf: enable some new hash flow
> 
>  drivers/net/iavf/iavf_hash.c | 2075 +++++++++++++++++++++++++---------
>  1 file changed, 1560 insertions(+), 515 deletions(-)
> 
> --
> 2.20.1

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

Applied to dpdk-next-net-intel.

Thanks
Qi