[dpdk-dev] [PATCH v4 01/12] lib: build libraries that some tests depend on

Jie Zhou jizh at linux.microsoft.com
Thu Oct 14 05:30:03 CEST 2021


Enable building subset of libraries that tests depend on for Windows

Signed-off-by: Jie Zhou <jizh at linux.microsoft.com>
---
 lib/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/meson.build b/lib/meson.build
index b2ba7258d8..bd6c27deef 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -82,9 +82,11 @@ if is_windows
             'bitratestats',
             'cryptodev',
             'cfgfile',
+            'efd',
             'gro',
             'gso',
             'latencystats',
+            'lpm',
             'pdump',
             'stack',
             'security',
-- 
2.32.0.windows.2



More information about the dev mailing list