[dpdk-dev] [PATCH v3 1/6] app/testpmd: build libraries that testpmd depends on

Tal Shnaiderman talshn at nvidia.com
Tue Apr 13 20:49:59 CEST 2021


> Subject: [dpdk-dev] [PATCH v3 1/6] app/testpmd: build libraries that
> testpmd depends on
> 
> External email: Use caution opening links or attachments
> 
> 
> Signed-off-by: Jie Zhou <jizh at microsoft.com>
> Signed-off-by: Jie Zhou <jizh at linux.microsoft.com>
> ---
>  lib/meson.build | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/lib/meson.build b/lib/meson.build index 4eed83e57..2a6157418
> 100644
> --- a/lib/meson.build
> +++ b/lib/meson.build
> @@ -46,6 +46,13 @@ if is_windows
>                 'cmdline',
>                 'hash',
>                 'cfgfile',
> +               'metrics',
> +               'timer',
> +               'gro',
> +               'gso',
> +               'pdump',
> +               'bitratestats',
> +               'latencystats',
>         ] # only supported libraries for windows  endif

Please keep the same structure and order as the Unix library list.

> 
> --
> 2.30.0.vfs.0.2



More information about the dev mailing list