[PATCH 0/4] fix issues with using AVX-512 drivers on 32-bit
Bruce Richardson
bruce.richardson at intel.com
Fri Sep 6 16:11:23 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 +++++++
4 files changed, 28 insertions(+)
--
2.43.0
More information about the dev
mailing list