DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/i40e: enable i40e NEON vector PMD in meson
@ 2020-06-05  5:20 Ruifeng Wang
  2020-06-05  8:36 ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: Ruifeng Wang @ 2020-06-05  5:20 UTC (permalink / raw)
  To: Beilei Xing, Jeff Guo
  Cc: dev, david.marchand, honnappa.nagarahalli, jerinj, nd,
	Ruifeng Wang, stable

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


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

end of thread, other threads:[~2020-06-05 11:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-05  5:20 [dpdk-dev] [PATCH] net/i40e: enable i40e NEON vector PMD in meson Ruifeng Wang
2020-06-05  8:36 ` Bruce Richardson
2020-06-05 11:14   ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit

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