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

2020-03-27 Thread Xing, Beilei
> -Original Message- > From: Di, ChenxuX > Sent: Tuesday, March 24, 2020 4:18 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Xing, Beilei > ; Zhao1, Wei ; Di, ChenxuX > > Subject: [PATCH v5] net/i40e: implement hash function in rte flow API > > implement set hash global configurations, se

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

2020-03-25 Thread Iremonger, Bernard
Hi Chenxu, > [snip] > > > > --- a/drivers/net/i40e/i40e_flow.c > > > +++ b/drivers/net/i40e/i40e_flow.c > > > @@ -4424,10 +4424,10 @@ i40e_flow_parse_qinq_filter(struct > > > rte_eth_dev *dev, > > > * function for RSS, or flowtype for queue region configuration. > > > * For example: > > >

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

2020-03-24 Thread Iremonger, Bernard
Hi Chenxu, > -Original Message- > From: dev On Behalf Of Chenxu Di > Sent: Tuesday, March 24, 2020 8:18 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Xing, Beilei > ; Zhao1, Wei ; Di, ChenxuX > > Subject: [dpdk-dev] [PATCH v5] net/i40e: implement hash fu

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

2020-03-24 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 --- v5: -Modified the doc i40e.rst and various name. v4: -added check for l3 pctype with l4 input set. v3: -modified the doc i40e.rst v2: -canceled remove legacy f