Re: [dpdk-dev] [PATCH] net/ice: fix wrong data path selection in secondary process

2022-02-25 Thread Navin Srinivas
gt; > From: Navin Srinivas > > Sent: Tuesday, February 22, 2022 11:56 AM > > To: Zhang, Qi Z > > Cc: Wang, Yixue ; Yang, Qiming < > qiming.y...@intel.com>; Zhang, Liheng ; Dong, Yao > ; dev@dpdk.org; sta...@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH] net/ice:

RE: [dpdk-dev] [PATCH] net/ice: fix wrong data path selection in secondary process

2022-02-23 Thread Zhang, Liheng
heng ; > dev@dpdk.org; sta...@dpdk.org; Xueming(Steven) Li > Subject: Re: [dpdk-dev] [PATCH] net/ice: fix wrong data path selection in > secondary process > > are those patch available/merged in dpdk 21.11? > > Dong yao (from my iPhone) > > > 在 2022年2月22日,下午5:26

Re: [dpdk-dev] [PATCH] net/ice: fix wrong data path selection in secondary process

2022-02-22 Thread Dong, Yao
: Zhang, Qi Z >> Cc: Wang, Yixue ; Yang, Qiming >> ; Zhang, Liheng ; Dong, Yao >> ; dev@dpdk.org; sta...@dpdk.org >> Subject: Re: [dpdk-dev] [PATCH] net/ice: fix wrong data path selection in >> secondary process >> Hi, >> Is this tested on VFs? I saw

Re: [dpdk-dev] [PATCH] net/ice: fix wrong data path selection in secondary process

2022-02-22 Thread Kevin Traynor
Srinivas Sent: Tuesday, February 22, 2022 11:56 AM To: Zhang, Qi Z Cc: Wang, Yixue ; Yang, Qiming ; Zhang, Liheng ; Dong, Yao ; dev@dpdk.org; sta...@dpdk.org Subject: Re: [dpdk-dev] [PATCH] net/ice: fix wrong data path selection in secondary process Hi, Is this tested on VFs? I saw crash on both

Re: [dpdk-dev] [PATCH] net/ice: fix wrong data path selection in secondary process

2022-02-21 Thread Navin Srinivas
*To:* Zhang, Qi Z > *Cc:* Wang, Yixue ; Yang, Qiming < > qiming.y...@intel.com>; Zhang, Liheng ; Dong, Yao > ; dev@dpdk.org; sta...@dpdk.org > *Subject:* Re: [dpdk-dev] [PATCH] net/ice: fix wrong data path selection > in secondary process > > > > Hi, > > > >

RE: [dpdk-dev] [PATCH] net/ice: fix wrong data path selection in secondary process

2022-02-21 Thread Zhang, Qi Z
, February 22, 2022 11:56 AM To: Zhang, Qi Z Cc: Wang, Yixue ; Yang, Qiming ; Zhang, Liheng ; Dong, Yao ; dev@dpdk.org; sta...@dpdk.org Subject: Re: [dpdk-dev] [PATCH] net/ice: fix wrong data path selection in secondary process Hi, Is this tested on VFs? I saw crash on both PF as well as VF, on

Re: [dpdk-dev] [PATCH] net/ice: fix wrong data path selection in secondary process

2022-02-21 Thread Navin Srinivas
Hi, Is this tested on VFs? I saw crash on both PF as well as VF, on 20.11.1, but did not see PF crash on 20.11.3, I'm seeing a crash on the secondary process when it receives packet on the VF, but PF doesn't crash now on 20.11.3 So I suspect this is the patch which is fixing the issue on ICE seco

Re: [dpdk-dev] [PATCH] net/ice: fix wrong data path selection in secondary process

2021-06-03 Thread Wang, Yixue
Hi, Qi I've tested this patch and it works. Best Regards, Yixue. > -Original Message- > From: Zhang, Qi Z > Sent: Monday, May 24, 2021 17:08 > To: Yang, Qiming > Cc: Zhang, Liheng ; Wang, Yixue > ; Dong, Yao ; dev@dpdk.org; > Zhang, Qi Z ; sta...@dpdk.org > Subject: [PATCH] net/ice: fi

Re: [dpdk-dev] [PATCH] net/ice: fix wrong data path selection in secondary process

2021-06-03 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Yixue > Sent: Thursday, June 3, 2021 6:04 PM > To: Zhang, Qi Z ; Yang, Qiming > > Cc: Zhang, Liheng ; Dong, Yao > ; dev@dpdk.org; sta...@dpdk.org > Subject: RE: [PATCH] net/ice: fix wrong data path selection in secondary > process > > Hi, Qi > > I'v

[dpdk-dev] [PATCH] net/ice: fix wrong data path selection in secondary process

2021-05-24 Thread Qi Zhang
The flag use_avx2 and use_avx512 are defined as local variables, they will not be aware by the secondary process, then wrong data path is selected. Fix the issue by moving them into struct ice_adapter. Fixes: ae60d3c9b227 ("net/ice: support Rx AVX2 vector") Fixes: 2d5f6953d56d ("net/ice: support v