[dpdk-dev] [PATCH v5 5/5] ethdev: compiling ethdev under Windows

Fady Bader fady at mellanox.com
Tue Aug 11 08:24:24 CEST 2020


Compiling needed libraries for ethdev under Windows.

Signed-off-by: Fady Bader <fady at mellanox.com>
---
 lib/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/meson.build b/lib/meson.build
index 6bbaf242a9..c145240eb9 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -38,9 +38,10 @@ libraries = [
 if is_windows
 	libraries = [
 		'kvargs',
+		'telemetry',
 		'eal',
 		'ring',
-		'mempool', 'mbuf', 'pci', 'net',
+		'mempool', 'mbuf', 'net', 'meter', 'ethdev', 'pci', # core
 	] # only supported libraries for windows
 endif
 
-- 
2.16.1.windows.4



More information about the dev mailing list