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

2020-03-23 Thread Yang, Qiming
Comments inline, I think many various name is not suitable. BTW you should CC Beilei and Zhaowei to review. Qiming > -Original Message- > From: Di, ChenxuX > Sent: Monday, March 23, 2020 16:25 > To: dev@dpdk.org > Cc: Yang, Qiming ; Di, ChenxuX > > Subject: [PATCH v4] net/i40e: implement

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

2020-03-23 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 --- v4: -added check for l3 pctype with l4 input set. v3: -modified the doc i40e.rst v2: -canceled remove legacy filter functions. --- doc/guides/nics/i40e.rst