Re: [dpdk-dev] [PATCH] net/softnic: remove experimental table from API

2021-10-13 Thread Kinsella, Ray
On 01/09/2021 13:20, Jasvinder Singh wrote: > This API was introduced in 18.08, therefore removing > experimental tag to promote it to stable state. > > Signed-off-by: Jasvinder Singh > --- > drivers/net/softnic/rte_eth_softnic.h | 1 - > drivers/net/softnic/version.map | 7 +-- > 2

Re: [dpdk-dev] [PATCH] net/softnic: remove experimental table from API

2021-10-12 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Wednesday, September 1, 2021 1:21 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; m...@ashroe.eu > Subject: [PATCH] net/softnic: remove experimental table from API > > This API was introduced in 18.08, therefore removing > experi

Re: [dpdk-dev] [PATCH] net/softnic: remove experimental table from API

2021-09-30 Thread David Marchand
On Wed, Sep 15, 2021 at 9:33 AM Ferruh Yigit wrote: > > On 9/1/2021 2:48 PM, Kinsella, Ray wrote: > > > > > > On 01/09/2021 13:20, Jasvinder Singh wrote: > >> This API was introduced in 18.08, therefore removing > >> experimental tag to promote it to stable state. > >> > >> Signed-off-by: Jasvinde

Re: [dpdk-dev] [PATCH] net/softnic: remove experimental table from API

2021-09-15 Thread Ferruh Yigit
On 9/1/2021 2:48 PM, Kinsella, Ray wrote: > > > On 01/09/2021 13:20, Jasvinder Singh wrote: >> This API was introduced in 18.08, therefore removing >> experimental tag to promote it to stable state. >> >> Signed-off-by: Jasvinder Singh >> --- >> drivers/net/softnic/rte_eth_softnic.h | 1 - >> d

Re: [dpdk-dev] [PATCH] net/softnic: remove experimental table from API

2021-09-01 Thread Kinsella, Ray
On 01/09/2021 13:20, Jasvinder Singh wrote: > This API was introduced in 18.08, therefore removing > experimental tag to promote it to stable state. > > Signed-off-by: Jasvinder Singh > --- > drivers/net/softnic/rte_eth_softnic.h | 1 - > drivers/net/softnic/version.map | 7 +-- > 2

[dpdk-dev] [PATCH] net/softnic: remove experimental table from API

2021-09-01 Thread Jasvinder Singh
This API was introduced in 18.08, therefore removing experimental tag to promote it to stable state. Signed-off-by: Jasvinder Singh --- drivers/net/softnic/rte_eth_softnic.h | 1 - drivers/net/softnic/version.map | 7 +-- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/dr