DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] mempool/stack: build on Windows
@ 2021-09-30 23:44 Jie Zhou
  2021-10-01  0:50 ` [dpdk-dev] [PATCH v2] " Jie Zhou
  0 siblings, 1 reply; 5+ messages in thread
From: Jie Zhou @ 2021-09-30 23:44 UTC (permalink / raw)
  To: dev
  Cc: pallavi.kadam, dmitry.kozliuk, roretzla, navasile, dmitrym,
	talshn, thomas

Enable the build of mempool/stack on Windows

Signed-off-by: Jie Zhou <jizh@linux.microsoft.com>
---
 drivers/mempool/stack/meson.build | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/mempool/stack/meson.build b/drivers/mempool/stack/meson.build
index 371cf131b1..580dde79eb 100644
--- a/drivers/mempool/stack/meson.build
+++ b/drivers/mempool/stack/meson.build
@@ -1,11 +1,6 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017-2019 Intel Corporation
 
-if is_windows
-    build = false
-    reason = 'not supported on Windows'
-endif
-
 sources = files('rte_mempool_stack.c')
 
 deps += ['stack']
-- 
2.31.0.vfs.0.1


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

end of thread, other threads:[~2021-10-01 14:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30 23:44 [dpdk-dev] [PATCH] mempool/stack: build on Windows Jie Zhou
2021-10-01  0:50 ` [dpdk-dev] [PATCH v2] " Jie Zhou
2021-10-01  7:42   ` Dmitry Kozlyuk
2021-10-01 14:44     ` Thomas Monjalon
2021-10-01 14:52       ` Thomas Monjalon

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