[dpdk-dev] [PATCH v6 5/5] ethdev: build on Windows

Thomas Monjalon thomas at monjalon.net
Fri Sep 11 01:50:05 CEST 2020


From: Fady Bader <fady at mellanox.com>

Add ethdev and a missing dependency (meter) to the list
of libraries built on Windows.

Signed-off-by: Fady Bader <fady at mellanox.com>
Acked-by: Narcisa Vasile <navasile at linux.microsoft.com>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk at gmail.com>
Acked-by: Ranjit Menon <ranjit.menon at intel.com>
---
 lib/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/meson.build b/lib/meson.build
index eb0cd9090a..d8b358e5f4 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -41,7 +41,7 @@ if is_windows
 		'telemetry',
 		'eal',
 		'ring',
-		'mempool', 'mbuf', 'net', 'pci',
+		'mempool', 'mbuf', 'net', 'meter', 'ethdev', 'pci',
 	] # only supported libraries for windows
 endif
 
-- 
2.28.0



More information about the dev mailing list