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

2021-09-13 Thread Hemant Agrawal
HI Maxime, > > On 9/1/21 4:54 PM, Chautru, Nicolas wrote: > > > > > >> -Original Message- > >> From: Kinsella, Ray > >> Sent: Wednesday, September 1, 2021 4:15 AM > >> To: Hemant Agrawal ; David Marchand > >> ; Chautru, Nicolas > >> > >> Cc: dev ; Akhil Goyal ; Thomas > >> Monjalon ; To

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

2021-09-13 Thread Maxime Coquelin
On 9/1/21 4:54 PM, Chautru, Nicolas wrote: > > >> -Original Message- >> From: Kinsella, Ray >> Sent: Wednesday, September 1, 2021 4:15 AM >> To: Hemant Agrawal ; David Marchand >> ; Chautru, Nicolas >> >> Cc: dev ; Akhil Goyal ; Thomas >> Monjalon ; Tom Rix ; Zhang, >> Mingshan ; Josh

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

2021-09-01 Thread Chautru, Nicolas
> -Original Message- > From: Kinsella, Ray > Sent: Wednesday, September 1, 2021 4:15 AM > To: Hemant Agrawal ; David Marchand > ; Chautru, Nicolas > > Cc: dev ; Akhil Goyal ; Thomas > Monjalon ; Tom Rix ; Zhang, > Mingshan ; Joshi, Arun > ; Maxime Coquelin > Subject: Re: [PATCH v1] bbd

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

2021-09-01 Thread Chautru, Nicolas
> -Original Message- > From: Hemant Agrawal > Sent: Tuesday, August 31, 2021 8:53 PM > To: David Marchand ; Chautru, Nicolas > > Cc: dev ; Akhil Goyal ; Thomas > Monjalon ; Tom Rix ; Zhang, > Mingshan ; Joshi, Arun > ; Ray Kinsella ; Maxime Coquelin > > Subject: RE: [PATCH v1] bbdev:

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

2021-09-01 Thread Kinsella, Ray
On 01/09/2021 04:52, Hemant Agrawal wrote: >> >> On Tue, Aug 31, 2021 at 6:27 PM Nicolas Chautru >> wrote: >>> >>> This was previously suggested last year >>> >> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatc >>> hes.dpdk.org%2Fproject%2Fdpdk%2Fpatch%2F1593213242-157394-

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

2021-08-31 Thread Hemant Agrawal
> > On Tue, Aug 31, 2021 at 6:27 PM Nicolas Chautru > wrote: > > > > This was previously suggested last year > > > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatc > > hes.dpdk.org%2Fproject%2Fdpdk%2Fpatch%2F1593213242-157394-2-git- > send-e > > mail- > nicolas.chautru%40int

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

2021-08-31 Thread David Marchand
On Tue, Aug 31, 2021 at 6:27 PM Nicolas Chautru wrote: > > This was previously suggested last year > https://patches.dpdk.org/project/dpdk/patch/1593213242-157394-2-git-send-email-nicolas.chau...@intel.com/ > but there was request from community to wait another year to confirm formally > this ap

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

2021-08-31 Thread Nicolas Chautru
This promotes the bbdev interface to stable. Overdue for some time as bbdev interface has been stable. Signed-off-by: Nicolas Chautru --- doc/guides/rel_notes/release_21_11.rst | 2 ++ lib/bbdev/rte_bbdev.h | 32 lib/bbdev/rte_bbdev_op.h

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

2021-08-31 Thread Nicolas Chautru
Sending again this change to move bbdev to stable API. This was previously suggested last year https://patches.dpdk.org/project/dpdk/patch/1593213242-157394-2-git-send-email-nicolas.chau...@intel.com/ but there was request from community to wait another year to confirm formally this api is mature