On Fri, Oct 07, 2022 at 01:08:38PM +0200, David Marchand wrote: > Hello Bruce, > > On Wed, Oct 5, 2022 at 4:35 PM Bruce Richardson > <bruce.richard...@intel.com> wrote: > > diff --git a/drivers/net/kni/meson.build b/drivers/net/kni/meson.build > > index 2acc989694..2deb2c4166 100644 > > --- a/drivers/net/kni/meson.build > > +++ b/drivers/net/kni/meson.build > > @@ -6,6 +6,11 @@ if is_windows > > reason = 'not supported on Windows' > > subdir_done() > > endif > > +if not dpdk_conf.has('kni') > > I think it should be: > > if not dpdk_conf.has('RTE_LIB_KNI') >
Ah, yes it should, sorry. Thanks for catching that. Will do V2 with this fixed. /Bruce