> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Wenzhuo Lu
> Sent: Tuesday, March 30, 2021 6:30 AM
> To: [email protected]
> Cc: Lu, Wenzhuo <[email protected]>; [email protected]
> Subject: [dpdk-dev] [PATCH v3 2/3] net/ice: fix segment fault in AVX512
> 
> Fix segment fault when failing to get the memory from the pool.
> 
> Fixes: 7f85d5ebcfe1 ("net/ice: add AVX512 vector path")
> Cc: [email protected]
> 
> Reported-by: David Coyle <[email protected]>
> Signed-off-by: Wenzhuo Lu <[email protected]>
> ---
>  drivers/net/ice/ice_rxtx_vec_avx2.c   | 120 +-------------------
>  drivers/net/ice/ice_rxtx_vec_avx512.c |   5 +-
>  drivers/net/ice/ice_rxtx_vec_common.h | 203
> ++++++++++++++++++++++++++++++++++
>  3 files changed, 209 insertions(+), 119 deletions(-)
>

The patch fixes the seg fault, but note I have only tested the default '#ifndef 
RTE_LIBRTE_ICE_16BYTE_RX_DESC' path

Tested-by: David Coyle <[email protected]>

Reply via email to