[dpdk-dev] [PATCH v6 01/12] lib: build libraries that some tests depend on
Thomas Monjalon
thomas at monjalon.net
Mon Oct 25 17:38:42 CEST 2021
14/10/2021 18:21, Jie Zhou:
> 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',
>
It needs to be rebased after the recent changes to disable libs on Windows.
But instead of such patch, I would prefer one patch per lib,
with Tested-by tags showing that the lib is tested and working on Windows.
Also you need to Cc the maintainer of the lib being enabled.
More information about the dev
mailing list