[PATCH 1/2] kni: flag deprecated status at build time
Bruce Richardson
bruce.richardson at intel.com
Fri Oct 7 15:05:06 CEST 2022
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.richardson at 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
More information about the dev
mailing list