From: Ruifeng Wang <ruifeng.wang@arm.com>
To: Beilei Xing <beilei.xing@intel.com>, Jeff Guo <jia.guo@intel.com>
Cc: dev@dpdk.org, david.marchand@redhat.com,
honnappa.nagarahalli@arm.com, jerinj@marvell.com, nd@arm.com,
Ruifeng Wang <ruifeng.wang@arm.com>,
stable@dpdk.org
Subject: [dpdk-dev] [PATCH] net/i40e: enable i40e NEON vector PMD in meson
Date: Fri, 5 Jun 2020 13:20:55 +0800 [thread overview]
Message-ID: <20200605052056.93258-1-ruifeng.wang@arm.com> (raw)
The i40e neon vector implementation is not compiled with meson.
Add the file to meson for Arm platform.
Cc: stable@dpdk.org
Reported-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Reviewed-by: Phil Yang <phil.yang@arm.com>
---
drivers/net/i40e/meson.build | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/net/i40e/meson.build b/drivers/net/i40e/meson.build
index c452420ee..211d45d88 100644
--- a/drivers/net/i40e/meson.build
+++ b/drivers/net/i40e/meson.build
@@ -47,6 +47,9 @@ if arch_subdir == 'x86'
elif arch_subdir == 'ppc'
dpdk_conf.set('RTE_LIBRTE_I40E_INC_VECTOR', 1)
sources += files('i40e_rxtx_vec_altivec.c')
+elif arch_subdir == 'arm'
+ dpdk_conf.set('RTE_LIBRTE_I40E_INC_VECTOR', 1)
+ sources += files('i40e_rxtx_vec_neon.c')
endif
install_headers('rte_pmd_i40e.h')
--
2.17.1
next reply other threads:[~2020-06-05 5:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-05 5:20 Ruifeng Wang [this message]
2020-06-05 8:36 ` Bruce Richardson
2020-06-05 11:14 ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
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=20200605052056.93258-1-ruifeng.wang@arm.com \
--to=ruifeng.wang@arm.com \
--cc=beilei.xing@intel.com \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=honnappa.nagarahalli@arm.com \
--cc=jerinj@marvell.com \
--cc=jia.guo@intel.com \
--cc=nd@arm.com \
--cc=stable@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).