Re: [PATCH] doc: add deprecation notice for kni example

2022-07-13 Thread Thomas Monjalon
13/07/2022 11:11, Thomas Monjalon: > 13/07/2022 10:14, Bruce Richardson: > > On Tue, Jul 12, 2022 at 04:17:31PM +0200, Thomas Monjalon wrote: > > > 30/06/2022 18:50, Bruce Richardson: > > > > +* examples/kni: The ``kni`` kernel module and library are not > > > > recommended for use by new applicat

Re: [PATCH] doc: add deprecation notice for kni example

2022-07-13 Thread Thomas Monjalon
13/07/2022 10:14, Bruce Richardson: > On Tue, Jul 12, 2022 at 04:17:31PM +0200, Thomas Monjalon wrote: > > 30/06/2022 18:50, Bruce Richardson: > > > +* examples/kni: The ``kni`` kernel module and library are not > > > recommended for use by new applications - > > > + other technologies such as vi

Re: [PATCH] doc: add deprecation notice for kni example

2022-07-13 Thread Bruce Richardson
On Tue, Jul 12, 2022 at 04:17:31PM +0200, Thomas Monjalon wrote: > 30/06/2022 18:50, Bruce Richardson: > > +* examples/kni: The ``kni`` kernel module and library are not recommended > > for use by new applications - > > + other technologies such as virtio-user are recommended instead. > > + Beca

Re: [PATCH] doc: add deprecation notice for kni example

2022-07-12 Thread Andrew Rybchenko
On 7/12/22 17:17, Thomas Monjalon wrote: 30/06/2022 18:50, Bruce Richardson: +* examples/kni: The ``kni`` kernel module and library are not recommended for use by new applications - + other technologies such as virtio-user are recommended instead. + Because of this, the example application fo

Re: [PATCH] doc: add deprecation notice for kni example

2022-07-12 Thread Thomas Monjalon
30/06/2022 18:50, Bruce Richardson: > +* examples/kni: The ``kni`` kernel module and library are not recommended > for use by new applications - > + other technologies such as virtio-user are recommended instead. > + Because of this, the example application for kni is deprecated and will be > r

Re: [PATCH] doc: add deprecation notice for kni example

2022-07-12 Thread Jerin Jacob
On Fri, Jul 1, 2022 at 1:48 PM David Marchand wrote: > > On Thu, Jun 30, 2022 at 6:50 PM Bruce Richardson > wrote: > > > > As agreed by DPDK Technical Board, the KNI example app is due to be > > removed from the repository to discourage use in future projects, given > > that better alternatives e

Re: [PATCH] doc: add deprecation notice for kni example

2022-07-01 Thread David Marchand
On Thu, Jun 30, 2022 at 6:50 PM Bruce Richardson wrote: > > As agreed by DPDK Technical Board, the KNI example app is due to be > removed from the repository to discourage use in future projects, given > that better alternatives exist. > > Signed-off-by: Bruce Richardson Acked-by: David Marchand

RE: [PATCH] doc: add deprecation notice for kni example

2022-06-30 Thread Xia, Chenbo
> -Original Message- > From: Bruce Richardson > Sent: Friday, July 1, 2022 12:51 AM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [PATCH] doc: add deprecation notice for kni example > > As agreed by DPDK Technical Board, the KNI example app is due

[PATCH] doc: add deprecation notice for kni example

2022-06-30 Thread Bruce Richardson
As agreed by DPDK Technical Board, the KNI example app is due to be removed from the repository to discourage use in future projects, given that better alternatives exist. Signed-off-by: Bruce Richardson --- doc/guides/rel_notes/deprecation.rst | 4 1 file changed, 4 insertions(+) diff --g