Re: [PATCH 1/2] kni: flag deprecated status at build time

2022-10-07 Thread Bruce Richardson
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 > 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 > >

Re: [PATCH 1/2] kni: flag deprecated status at build time

2022-10-07 Thread David Marchand
Hello Bruce, On Wed, Oct 5, 2022 at 4:35 PM Bruce Richardson 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

Re: [PATCH 1/2] kni: flag deprecated status at build time

2022-10-07 Thread Bruce Richardson
On Wed, Oct 05, 2022 at 10:10:10PM +0200, David Marchand wrote: > On Wed, Oct 5, 2022 at 4:35 PM Bruce Richardson > wrote: > > > > To ensure all users are aware of KNI's deprecated status at build time > > we can take the following actions: > > > > 1. disable the library by default. It can be re-e

Re: [PATCH 1/2] kni: flag deprecated status at build time

2022-10-05 Thread David Marchand
On Wed, Oct 5, 2022 at 4:35 PM Bruce Richardson wrote: > > To ensure all users are aware of KNI's deprecated status at build time > we can take the following actions: > > 1. disable the library by default. It can be re-enabled by setting >disabled_libs to the empty string (or other string not

RE: [PATCH 1/2] kni: flag deprecated status at build time

2022-10-05 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Wednesday, 5 October 2022 16.35 > > To ensure all users are aware of KNI's deprecated status at build time > we can take the following actions: > > 1. disable the library by default. It can be re-enabled by setting >disabled

[PATCH 1/2] kni: flag deprecated status at build time

2022-10-05 Thread Bruce Richardson
To ensure all users are aware of KNI's deprecated status at build time we can take the following actions: 1. disable the library by default. It can be re-enabled by setting disabled_libs to the empty string (or other string not including 'kni') 2. add support for a list of deprecated libs t