Re: [dpdk-dev] [PATCH v2] net/ice: fix FDIR tunnel profile existence check

2019-11-06 Thread Ye Xiaolong
On 11/05, Yahui Cao wrote: >If first rule is issued and then the second rule is issued with the same >input set as first rule's, FDIR driver can't find there is an identical >input set. > >Fixes: d5ea22e9f4a5 ("net/ice: configure HW FDIR rule") >Cc: beilei.x...@intel.com > >Signed-off-by: Yahui Cao

Re: [dpdk-dev] [PATCH v2] net/ice: fix FDIR tunnel profile existence check

2019-11-06 Thread Zhang, Qi Z
> -Original Message- > From: Cao, Yahui > Sent: Tuesday, November 5, 2019 9:37 PM > To: Yang, Qiming ; Lu, Wenzhuo > > Cc: dev@dpdk.org; Zhang, Qi Z ; Cao, Yahui > ; Ye, Xiaolong ; Xing, Beilei > > Subject: [PATCH v2] net/ice: fix FDIR tunnel profile existence check > > If first rule

[dpdk-dev] [PATCH v2] net/ice: fix FDIR tunnel profile existence check

2019-11-04 Thread Yahui Cao
If first rule is issued and then the second rule is issued with the same input set as first rule's, FDIR driver can't find there is an identical input set. Fixes: d5ea22e9f4a5 ("net/ice: configure HW FDIR rule") Cc: beilei.x...@intel.com Signed-off-by: Yahui Cao --- drivers/net/ice/ice_fdir_fil