On Mon, Sep 30, 2024 at 02:31:56PM +0100, Stokes, Ian wrote: > > 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.sto...@intel.com> > Applied to dpdk-next-net-intel.
/Bruce