Re: [dpdk-dev] [PATCH v5] net/i40e: config fdir automatically

2018-09-29 Thread Zhang, Qi Z
> -Original Message- > From: Xing, Beilei > Sent: Sunday, September 30, 2018 10:41 AM > To: Li, Xiaoyun ; Yigit, Ferruh > ; > Zhang, Qi Z ; dev@dpdk.org > Subject: RE: [PATCH v5] net/i40e: config fdir automatically > > > > > -Original Message- > > From: Li, Xiaoyun > > Sent:

Re: [dpdk-dev] [PATCH v5] net/i40e: config fdir automatically

2018-09-29 Thread Xing, Beilei
> -Original Message- > From: Li, Xiaoyun > Sent: Sunday, September 30, 2018 10:30 AM > To: Yigit, Ferruh ; Zhang, Qi Z > ; Xing, Beilei ; dev@dpdk.org > Cc: Li, Xiaoyun > Subject: [PATCH v5] net/i40e: config fdir automatically > > I40e driver needed users to config exact fdir mode to c

[dpdk-dev] [PATCH v5] net/i40e: config fdir automatically

2018-09-29 Thread Xiaoyun Li
I40e driver needed users to config exact fdir mode to create rte_flow rules but it shouldn't. This patch allows users to create rte_flow rules without configuring fdir mode and let the driver config fdir automatically. And remove the workaround in flow filtering example. Signed-off-by: Xiaoyun Li