Re: [dpdk-dev] [PATCH v6] net/i40e: implement hash function in rte flow API

2020-04-09 Thread Xing, Beilei
> -Original Message- > From: Di, ChenxuX > Sent: Monday, March 30, 2020 3:40 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Xing, Beilei > ; Zhao1, Wei ; Di, ChenxuX > > Subject: [PATCH v6] net/i40e: implement hash function in rte flow API > > implement set hash global configurations, set

Re: [dpdk-dev] [PATCH v6] net/i40e: implement hash function in rte flow API

2020-04-08 Thread Iremonger, Bernard
Hi Chenxu, > > > -Original Message- > > > From: dev On Behalf Of Chenxu Di > > > Sent: Monday, March 30, 2020 8:40 AM > > > To: dev@dpdk.org > > > Cc: Yang, Qiming ; Xing, Beilei > > > ; Zhao1, Wei ; Di, > > > ChenxuX

Re: [dpdk-dev] [PATCH v6] net/i40e: implement hash function in rte flow API

2020-04-02 Thread Iremonger, Bernard
Hi Chenux, > -Original Message- > From: dev On Behalf Of Chenxu Di > Sent: Monday, March 30, 2020 8:40 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Xing, Beilei > ; Zhao1, Wei ; Di, ChenxuX > > Subject: [dpdk-dev] [PATCH v6] net/i40e: implement hash fu

[dpdk-dev] [PATCH v6] net/i40e: implement hash function in rte flow API

2020-03-30 Thread Chenxu Di
implement set hash global configurations, set symmetric hash enable and set hash input set in rte flow API. Signed-off-by: Chenxu Di --- v6: -Modified the docs and various name. v5: -Modified the doc i40e.rst and various name. v4: -added check for l3 pctype with l4 input set. v3: -modified the d