patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH v4 1/5] net/nfp: fix compile fail on 32-bit OS
       [not found] ` <20240709082405.248641-1-chaoyong.he@corigine.com>
@ 2024-07-09  8:24   ` Chaoyong He
  0 siblings, 0 replies; only message in thread
From: Chaoyong He @ 2024-07-09  8:24 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, Long Wu, stable, Chaoyong He, Peng Zhang

From: Long Wu <long.wu@corigine.com>

NFP PMD only support compile on 64-bit linux OS, add exit logic in
other conditions.

Fixes: 8741a9074536 ("net/nfp: disable for 32-bit meson builds")
Cc: stable@dpdk.org

Signed-off-by: Long Wu <long.wu@corigine.com>
Reviewed-by: Chaoyong He <chaoyong.he@corigine.com>
Reviewed-by: Peng Zhang <peng.zhang@corigine.com>
---
 drivers/net/nfp/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/nfp/meson.build b/drivers/net/nfp/meson.build
index d805644ec5..7216c8dff9 100644
--- a/drivers/net/nfp/meson.build
+++ b/drivers/net/nfp/meson.build
@@ -4,6 +4,7 @@
 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
     build = false
     reason = 'only supported on 64-bit Linux'
+    subdir_done()
 endif
 
 sources = files(
-- 
2.39.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-09  8:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240709072921.246520-1-chaoyong.he@corigine.com>
     [not found] ` <20240709082405.248641-1-chaoyong.he@corigine.com>
2024-07-09  8:24   ` [PATCH v4 1/5] net/nfp: fix compile fail on 32-bit OS Chaoyong He

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