From: Shaiq Wani <shaiq.wani@intel.com>
To: dev@dpdk.org, bruce.richardson@intel.com, aman.deep.singh@intel.com
Subject: [PATCH v4 0/2] enable AVX2 for single queue Rx/Tx
Date: Mon, 3 Feb 2025 10:54:28 +0530 [thread overview]
Message-ID: <20250203052430.1243485-1-shaiq.wani@intel.com> (raw)
In-Reply-To: <20250130082445.1112043-2-shaiq.wani@intel.com>
v4:
- Addressed review comments.
- Used newly introduced macros as suggested.
*** BLURB HERE ***
Shaiq Wani (2):
common/idpf: enable AVX2 for single queue Rx
common/idpf: enable AVX2 for single queue Tx
doc/guides/nics/idpf.rst | 8 +-
doc/guides/rel_notes/release_25_03.rst | 7 +
drivers/common/idpf/idpf_common_device.h | 2 +
drivers/common/idpf/idpf_common_rxtx.h | 8 +
drivers/common/idpf/idpf_common_rxtx_avx2.c | 704 ++++++++++++++++++++
drivers/common/idpf/meson.build | 7 +
drivers/common/idpf/version.map | 2 +
drivers/net/intel/idpf/idpf_rxtx.c | 24 +
8 files changed, 759 insertions(+), 3 deletions(-)
create mode 100644 drivers/common/idpf/idpf_common_rxtx_avx2.c
--
2.34.1
next prev parent reply other threads:[~2025-02-03 5:11 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-08 12:17 [PATCH 0/2] enable AVX2 for IDPF single queue Shaiq Wani
2025-01-08 12:17 ` [PATCH 1/2] common/idpf: enable AVX2 for single queue Rx Shaiq Wani
2025-01-20 14:15 ` Bruce Richardson
2025-01-27 8:19 ` Wani, Shaiq
2025-01-29 12:18 ` [PATCH v2 0/3] enable AVX2 for single queue Rx/Tx Shaiq Wani
2025-01-29 12:18 ` [PATCH v2 1/3] common/idpf: enable AVX2 for single queue Rx Shaiq Wani
2025-01-29 16:48 ` Bruce Richardson
2025-01-30 8:24 ` [PATCH v3 0/2] enable AVX2 for single queue Rx/Tx Shaiq Wani
2025-01-30 8:24 ` [PATCH v3 1/2] common/idpf: enable AVX2 for single queue Rx Shaiq Wani
2025-01-30 8:21 ` David Marchand
2025-02-03 5:24 ` Shaiq Wani [this message]
2025-02-03 5:24 ` [PATCH v4 " Shaiq Wani
2025-02-03 7:55 ` [PATCH v5 0/2] enable AVX2 for single queue Rx/Tx Shaiq Wani
2025-02-03 7:55 ` [PATCH v5 1/2] common/idpf: enable AVX2 for single queue Rx Shaiq Wani
2025-02-03 7:55 ` [PATCH v5 2/2] common/idpf: enable AVX2 for single queue Tx Shaiq Wani
2025-02-03 5:24 ` [PATCH v4 " Shaiq Wani
2025-01-30 8:24 ` [PATCH v3 " Shaiq Wani
2025-01-29 12:18 ` [PATCH v2 2/3] " Shaiq Wani
2025-01-29 16:53 ` Bruce Richardson
2025-01-29 12:18 ` [PATCH v2 3/3] doc: documentaion update for idpf pmd Shaiq Wani
2025-01-29 16:55 ` Bruce Richardson
2025-01-08 12:17 ` [PATCH 2/2] common/idpf: enable AVX2 for single queue Tx Shaiq Wani
2025-01-20 14:23 ` Bruce Richardson
2025-01-27 9:46 ` Wani, Shaiq
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=20250203052430.1243485-1-shaiq.wani@intel.com \
--to=shaiq.wani@intel.com \
--cc=aman.deep.singh@intel.com \
--cc=bruce.richardson@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).