From: Wenzhuo Lu <wenzhuo.lu@intel.com>
To: dev@dpdk.org
Cc: Wenzhuo Lu <wenzhuo.lu@intel.com>
Subject: [PATCH v2 0/2] enable AVX2 for IDPF single queue
Date: Thu, 7 Dec 2023 07:46:34 +0000 [thread overview]
Message-ID: <20231207074636.2175645-1-wenzhuo.lu@intel.com> (raw)
In-Reply-To: <20231207063514.2001192-1-wenzhuo.lu@intel.com>
In case some CPUs don't support AVX512. Enable AVX2 for them to
get better per-core performance.
---
v2:
- Removed unused code.
*** BLURB HERE ***
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 | 815 ++++++++++++++++++++
drivers/common/idpf/meson.build | 16 +
drivers/common/idpf/version.map | 2 +
drivers/net/idpf/idpf_rxtx.c | 26 +
7 files changed, 872 insertions(+)
create mode 100644 drivers/common/idpf/idpf_common_rxtx_avx2.c
--
2.25.1
next prev parent reply other threads:[~2023-12-07 7:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-07 6:35 [PATCH " 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 ` Wenzhuo Lu [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231207074636.2175645-1-wenzhuo.lu@intel.com \
--to=wenzhuo.lu@intel.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).