From: Kathleen Capella <kathleen.capella@arm.com>
Cc: dev@dpdk.org, nd@arm.com, honnappa.nagarahalli@arm.com,
dharmik.thakkar@arm.com,
Kathleen Capella <kathleen.capella@arm.com>
Subject: [PATCH v2 0/1] net/iavf: add vector PMD for Arm for basic Rx path
Date: Wed, 25 May 2022 19:09:52 +0000 [thread overview]
Message-ID: <20220525190954.30435-1-kathleen.capella@arm.com> (raw)
This patch adds the basic NEON Rx path to iavf driver, including
the main Rx function (_recv_raw_pkts_vec) and the functions it depends on.
Also, NEON vector path has been added to iavf_set_rx_function. Functional
testing with testpmd (rxonly and mac forwarding) and l3fwd have been done
on N1SDP platform.
Performance testing will be done when Tx path is implemented. FDIR
extraction will be added at a later point as well.
Scatter and flex Rx paths will be deferred until a later release.
---
v2:
* Fixed compiler warning for PPC arch
Kathleen Capella (1):
net/iavf: add vector PMD for Arm for basic Rx path
drivers/net/iavf/iavf_rxtx.c | 18 +-
drivers/net/iavf/iavf_rxtx_vec_neon.c | 415 ++++++++++++++++++++++++++
drivers/net/iavf/meson.build | 2 +
3 files changed, 434 insertions(+), 1 deletion(-)
create mode 100644 drivers/net/iavf/iavf_rxtx_vec_neon.c
--
2.17.1
next reply other threads:[~2022-05-25 19:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-25 19:09 Kathleen Capella [this message]
2022-05-25 19:09 ` [PATCH v2 1/1] " Kathleen Capella
2022-05-29 22:56 ` Zhang, Qi Z
2022-06-07 8:55 ` Zhang, Qi Z
2022-06-16 19:34 ` Kathleen Capella
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=20220525190954.30435-1-kathleen.capella@arm.com \
--to=kathleen.capella@arm.com \
--cc=dev@dpdk.org \
--cc=dharmik.thakkar@arm.com \
--cc=honnappa.nagarahalli@arm.com \
--cc=nd@arm.com \
/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).