Re: [dpdk-dev] [PATCH v4 1/3] net/iavf: fix segment fault in AVX512

2021-04-13 Thread Lu, Wenzhuo
Hi Ferruh, > -Original Message- > From: Ferruh Yigit > Sent: Tuesday, April 13, 2021 8:37 PM > To: Lu, Wenzhuo ; dev@dpdk.org; Richardson, > Bruce > Cc: sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 1/3] net/iavf: fix segment fault in AVX512 > > On 4

Re: [dpdk-dev] [PATCH v4 1/3] net/iavf: fix segment fault in AVX512

2021-04-13 Thread Ferruh Yigit
On 4/9/2021 4:01 AM, Wenzhuo Lu wrote: Fix segment fault when failing to get the memory from the pool. Can be good to clarify there is no change in the moved code, it is not possible to recognize this from patch without using a compare app. Fixes: 31737f2b66fb ("net/iavf: enable AVX512 for

[dpdk-dev] [PATCH v4 1/3] net/iavf: fix segment fault in AVX512

2021-04-08 Thread Wenzhuo Lu
Fix segment fault when failing to get the memory from the pool. Fixes: 31737f2b66fb ("net/iavf: enable AVX512 for legacy Rx") Cc: sta...@dpdk.org Reported-by: David Coyle Signed-off-by: Wenzhuo Lu --- drivers/net/iavf/iavf_rxtx_vec_avx2.c | 120 +-- drivers/net/iavf/iavf_rxtx