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

Fady Bader fady at mellanox.com
Sun May 31 14:41:51 CEST 2020


Mempool didn't compile on Windows.
Needed changes were made to fix this.

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 30ed9e05e..c53732383 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -39,7 +39,8 @@ if is_windows
 	libraries = [
 		'kvargs',
 		'eal',
-		'ring'
+		'ring',
+		'mempool',
 		] # only supported libraries for windows
 endif
 
-- 
2.16.1.windows.4



More information about the dev mailing list