Re: [dpdk-dev] [PATCH] stack: remove experimental tag from API

2020-10-05 Thread David Marchand
On Wed, Sep 30, 2020 at 11:38 PM Gage Eads wrote: > > The stack library was first released in 19.05, and its interfaces have been > stable since their initial introduction. This commit promotes the full > interface to stable, starting with the 20.11 major version. > > Signed-off-by: Gage Eads > A

Re: [dpdk-dev] [PATCH] stack: remove experimental tag from API

2020-10-05 Thread Kinsella, Ray
On 05/10/2020 10:07, Kinsella, Ray wrote: > A nit and some questions below, thanks Ray K. > > On 30/09/2020 22:39, Gage Eads wrote: >> The stack library was first released in 19.05, and its interfaces have been >> stable since their initial introduction. This commit promotes the full >> interfa

Re: [dpdk-dev] [PATCH] stack: remove experimental tag from API

2020-10-05 Thread Kinsella, Ray
A nit and some questions below, thanks Ray K. On 30/09/2020 22:39, Gage Eads wrote: > The stack library was first released in 19.05, and its interfaces have been > stable since their initial introduction. This commit promotes the full > interface to stable, starting with the 20.11 major version. >

[dpdk-dev] [PATCH] stack: remove experimental tag from API

2020-09-30 Thread Gage Eads
The stack library was first released in 19.05, and its interfaces have been stable since their initial introduction. This commit promotes the full interface to stable, starting with the 20.11 major version. Signed-off-by: Gage Eads Acked-by: David Marchand --- doc/guides/rel_notes/release_20_11

Re: [dpdk-dev] [PATCH] stack: remove experimental tag from API

2020-05-28 Thread Bruce Richardson
On Thu, May 28, 2020 at 02:18:32PM +, Eads, Gage wrote: > > > > -Original Message- > > From: Thomas Monjalon > > Sent: Thursday, May 28, 2020 3:11 AM > > To: Eads, Gage ; Ray Kinsella > > Cc: dev@dpdk.org; david.march...@redhat.com; nhor...@tuxdriver.com; > > phil.y...@arm.com; honn

Re: [dpdk-dev] [PATCH] stack: remove experimental tag from API

2020-05-28 Thread Eads, Gage
> -Original Message- > From: Thomas Monjalon > Sent: Thursday, May 28, 2020 3:11 AM > To: Eads, Gage ; Ray Kinsella > Cc: dev@dpdk.org; david.march...@redhat.com; nhor...@tuxdriver.com; > phil.y...@arm.com; honnappa.nagaraha...@arm.com; > olivier.m...@6wind.com > Subject: Re: [PATCH] s

Re: [dpdk-dev] [PATCH] stack: remove experimental tag from API

2020-05-28 Thread Ray Kinsella
On 28/05/2020 09:10, Thomas Monjalon wrote: > Anyway I think it deserves a comment in the release notes (API section). agreed

Re: [dpdk-dev] [PATCH] stack: remove experimental tag from API

2020-05-28 Thread Thomas Monjalon
28/05/2020 07:46, Ray Kinsella: > Hi Gage, > > Do you have any idea. > If the change from experimental to stable symbol is likely to break anyone's > application? > (are folks actively using the api with shared libraries) > > If so, you _may_ consider offering a temporary alias to experimental u

Re: [dpdk-dev] [PATCH] stack: remove experimental tag from API

2020-05-27 Thread Ray Kinsella
Hi Gage, Do you have any idea. If the change from experimental to stable symbol is likely to break anyone's application? (are folks actively using the api with shared libraries) If so, you _may_ consider offering a temporary alias to experimental until the v21 is declared at 20.11. This is enti

[dpdk-dev] [PATCH] stack: remove experimental tag from API

2020-05-27 Thread Gage Eads
The stack library was first released in 19.05, and its interfaces have been stable since their initial introduction. This commit promotes the full interface to stable, starting with the 20.08 ABI. Signed-off-by: Gage Eads --- lib/librte_stack/rte_stack.h | 29 --