DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] fix issues with using AVX-512 drivers on 32-bit
@ 2024-09-06 14:11 Bruce Richardson
  2024-09-06 14:11 ` [PATCH 1/4] net/i40e: fix AVX-512 pointer copy " Bruce Richardson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bruce Richardson @ 2024-09-06 14:11 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-06 14:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-06 14:11 [PATCH 0/4] fix issues with using AVX-512 drivers on 32-bit Bruce Richardson
2024-09-06 14:11 ` [PATCH 1/4] net/i40e: fix AVX-512 pointer copy " Bruce Richardson
2024-09-06 14:11 ` [PATCH 2/4] net/ice: " Bruce Richardson
2024-09-06 14:11 ` [PATCH 3/4] net/iavf: " Bruce Richardson
2024-09-06 14:11 ` [PATCH 4/4] common/idpf: " Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).