[PATCH 0/4] fix issues with using AVX-512 drivers on 32-bit
Stokes, Ian
ian.stokes at intel.com
Mon Sep 30 15:31:56 CEST 2024
> The AVX-512 copy code in multiple drivers was incorrect for 32-bit as it
> assumed that each pointer was always 8B in size.
>
> Bruce Richardson (4):
> net/i40e: fix AVX-512 pointer copy on 32-bit
> net/ice: fix AVX-512 pointer copy on 32-bit
> net/iavf: fix AVX-512 pointer copy on 32-bit
> common/idpf: fix AVX-512 pointer copy on 32-bit
>
> drivers/common/idpf/idpf_common_rxtx_avx512.c | 7 +++++++
> drivers/net/i40e/i40e_rxtx_vec_avx512.c | 7 +++++++
> drivers/net/iavf/iavf_rxtx_vec_avx512.c | 7 +++++++
> drivers/net/ice/ice_rxtx_vec_avx512.c | 7 +++++++
Series looks good to me.
Series-acked-by: Ian Stokes <ian.stokes at intel.com>
More information about the dev
mailing list