RE: [PATCH 2/4] net/ice: fix AVX-512 pointer copy on 32-bit

2024-09-30 Thread Stokes, Ian
> The size of a pointer on 32-bit is only 4 rather than 8 bytes, so > copying 32 pointers only requires half the number of AVX-512 load store > operations. > > Fixes: a4e480de268e ("net/ice: optimize Tx by using AVX512") > Cc: sta...@dpdk.org > > Signed-off-by: Bruce Richardson > --- > drivers/

[PATCH 2/4] net/ice: fix AVX-512 pointer copy on 32-bit

2024-09-06 Thread Bruce Richardson
The size of a pointer on 32-bit is only 4 rather than 8 bytes, so copying 32 pointers only requires half the number of AVX-512 load store operations. Fixes: a4e480de268e ("net/ice: optimize Tx by using AVX512") Cc: sta...@dpdk.org Signed-off-by: Bruce Richardson --- drivers/net/ice/ice_rxtx_vec