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

2022-10-10 Thread David Marchand
On Mon, Oct 10, 2022 at 12:45 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 no

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

2022-10-10 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