DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] enable AVX2 for IDPF single queue
@ 2023-12-07  6:35 Wenzhuo Lu
  2023-12-07  6:35 ` [PATCH 1/2] common/idpf: enable AVX2 for single queue Rx Wenzhuo Lu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Wenzhuo Lu @ 2023-12-07  6:35 UTC (permalink / raw)
  To: dev; +Cc: Wenzhuo Lu

In case some CPUs don't support AVX512. Enable AVX2 for them to
get better per-core performance.

Wenzhuo Lu (2):
  common/idpf: enable AVX2 for single queue Rx
  common/idpf: enable AVX2 for single queue Tx

 doc/guides/rel_notes/release_24_03.rst      |   3 +
 drivers/common/idpf/idpf_common_device.h    |   2 +
 drivers/common/idpf/idpf_common_rxtx.h      |   8 +
 drivers/common/idpf/idpf_common_rxtx_avx2.c | 834 ++++++++++++++++++++
 drivers/common/idpf/meson.build             |  16 +
 drivers/common/idpf/version.map             |   2 +
 drivers/net/idpf/idpf_rxtx.c                |  26 +
 7 files changed, 891 insertions(+)
 create mode 100644 drivers/common/idpf/idpf_common_rxtx_avx2.c

-- 
2.25.1


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

end of thread, other threads:[~2024-01-09  9:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-07  6:35 [PATCH 0/2] enable AVX2 for IDPF single queue Wenzhuo Lu
2023-12-07  6:35 ` [PATCH 1/2] common/idpf: enable AVX2 for single queue Rx Wenzhuo Lu
2023-12-07  6:35 ` [PATCH 2/2] common/idpf: enable AVX2 for single queue Tx Wenzhuo Lu
2024-01-09  9:55   ` Huang, ZhiminX
2023-12-07  7:46 ` [PATCH v2 0/2] enable AVX2 for IDPF single queue Wenzhuo Lu
2023-12-07  7:46   ` [PATCH v2 1/2] common/idpf: enable AVX2 for single queue Rx Wenzhuo Lu
2023-12-07  7:46   ` [PATCH v2 2/2] common/idpf: enable AVX2 for single queue Tx Wenzhuo Lu

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).