You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: 9ab9514 ("net/iavf: enable AVX512 for Tx")
Cc: [email protected]
Signed-off-by: Bruce Richardson <[email protected]>
Acked-by: Ian Stokes <[email protected]>
0 commit comments