Re: [dpdk-dev] [PATCH v9 01/10] lib: build libraries that testpmd depends on
From: Jie Zhou <hidden>
Date: 2021-05-03 21:38:46
On Mon, May 03, 2021 at 05:36:30PM +0000, Tal Shnaiderman wrote:
quoted
Subject: [PATCH v9 01/10] lib: build libraries that testpmd depends on External email: Use caution opening links or attachments Enable building libraries that testpmd depends onYou should mention the change is for Windows only.
Will explicitly mention the change is for Windows only in V10.
quoted
Signed-off-by: Jie Zhou <redacted> Signed-off-by: Jie Zhou <redacted> --- lib/meson.build | 7 +++++++ 1 file changed, 7 insertions(+)diff --git a/lib/meson.build b/lib/meson.build index c9a20f65b..2d499b238100644--- a/lib/meson.build +++ b/lib/meson.build@@ -76,8 +76,15 @@ if is_windows 'ethdev', 'pci', 'cmdline', + 'metrics', 'hash', + 'timer', + 'bitratestats', 'cfgfile', + 'gro', + 'gso', + 'latencystats', + 'pdump', ] # only supported libraries for windows endif --2.30.0.vfs.0.2