On Mon, May 03, 2021 at 05:36:30PM +0000, Tal Shnaiderman wrote:
> > 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 on
> > 
> 
> You should mention the change is for Windows only.

Will explicitly mention the change is for Windows only in V10.

> 
> > Signed-off-by: Jie Zhou <j...@microsoft.com>
> > Signed-off-by: Jie Zhou <j...@linux.microsoft.com>
> > ---
> >  lib/meson.build | 7 +++++++
> >  1 file changed, 7 insertions(+)
> > 
> > diff --git a/lib/meson.build b/lib/meson.build index c9a20f65b..2d499b238
> > 100644
> > --- 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

Reply via email to