DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/af_xdp: fix meson for non Linux platforms
@ 2019-04-05 15:20 Ferruh Yigit
  2019-04-05 15:20 ` Ferruh Yigit
  2019-04-05 15:33 ` [dpdk-dev] [PATCH] net/af_xdp: simplify meson build specification Bruce Richardson
  0 siblings, 2 replies; 8+ messages in thread
From: Ferruh Yigit @ 2019-04-05 15:20 UTC (permalink / raw)
  To: Xiaolong Ye, Qi Zhang; +Cc: dev

Fixes: 55bcda7b3515 ("net/af_xdp: introduce AF XDP PMD driver")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 drivers/net/af_xdp/meson.build | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/net/af_xdp/meson.build b/drivers/net/af_xdp/meson.build
index 840c93728..e3d86c39a 100644
--- a/drivers/net/af_xdp/meson.build
+++ b/drivers/net/af_xdp/meson.build
@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2019 Intel Corporation
 
+build = false
 if host_machine.system() == 'linux'
 	bpf_dep = dependency('libbpf', required: false)
 	if bpf_dep.found()
@@ -10,8 +11,6 @@ if host_machine.system() == 'linux'
 		if bpf_dep.found() and cc.has_header('bpf/xsk.h', dependencies: bpf_dep) and cc.has_header('linux/if_xdp.h')
 			build = true
 			pkgconfig_extra_libs += '-lbpf'
-		else
-			build = false
 		endif
 	endif
 	ext_deps += bpf_dep
-- 
2.20.1

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

end of thread, other threads:[~2019-04-05 15:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-05 15:20 [dpdk-dev] [PATCH] net/af_xdp: fix meson for non Linux platforms Ferruh Yigit
2019-04-05 15:20 ` Ferruh Yigit
2019-04-05 15:33 ` [dpdk-dev] [PATCH] net/af_xdp: simplify meson build specification Bruce Richardson
2019-04-05 15:33   ` Bruce Richardson
2019-04-05 15:41   ` Ferruh Yigit
2019-04-05 15:41     ` Ferruh Yigit
2019-04-05 15:45   ` Ferruh Yigit
2019-04-05 15:45     ` 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).