* [dpdk-dev] [PATCH 1/2] rib: announce experimental tag removal of the rib API
@ 2021-08-05 11:26 Vladimir Medvedkin
2021-08-05 11:26 ` [dpdk-dev] [PATCH 2/2] fib: announce experimental tag removal of the fib API Vladimir Medvedkin
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Vladimir Medvedkin @ 2021-08-05 11:26 UTC (permalink / raw)
To: dev; +Cc: ray.kinsella
This patch announces the experimental tag removal of all rib APIs,
which have been experimental for 2 years.
API will be promoted to stable in DPDK 21.11
Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
---
doc/guides/rel_notes/deprecation.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index f4a4d00..afb599a 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -193,3 +193,5 @@ Deprecation Notices
reserved bytes to 2 (from 3), and use 1 byte to indicate warnings and other
information from the crypto/security operation. This field will be used to
communicate events such as soft expiry with IPsec in lookaside mode.
+
+* rib: The ``rib`` library will be promoted from experimental to stable.
--
2.7.4
^ permalink raw reply [flat|nested] 6+ messages in thread
* [dpdk-dev] [PATCH 2/2] fib: announce experimental tag removal of the fib API
2021-08-05 11:26 [dpdk-dev] [PATCH 1/2] rib: announce experimental tag removal of the rib API Vladimir Medvedkin
@ 2021-08-05 11:26 ` Vladimir Medvedkin
2021-08-05 13:52 ` Walsh, Conor
2021-08-07 13:36 ` [dpdk-dev] [PATCH 1/2] rib: announce experimental tag removal of the rib API Jerin Jacob
2021-10-02 8:59 ` David Marchand
2 siblings, 1 reply; 6+ messages in thread
From: Vladimir Medvedkin @ 2021-08-05 11:26 UTC (permalink / raw)
To: dev; +Cc: ray.kinsella
This patch announces the experimental tag removal of all fib APIs,
which have been experimental for 2 years.
API will be promoted to stable in DPDK 21.11
Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
---
doc/guides/rel_notes/deprecation.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index afb599a..58826a8 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -195,3 +195,5 @@ Deprecation Notices
communicate events such as soft expiry with IPsec in lookaside mode.
* rib: The ``rib`` library will be promoted from experimental to stable.
+
+* fib: The ``fib`` library will be promoted from experimental to stable.
--
2.7.4
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] fib: announce experimental tag removal of the fib API
2021-08-05 11:26 ` [dpdk-dev] [PATCH 2/2] fib: announce experimental tag removal of the fib API Vladimir Medvedkin
@ 2021-08-05 13:52 ` Walsh, Conor
2021-08-07 13:35 ` Jerin Jacob
0 siblings, 1 reply; 6+ messages in thread
From: Walsh, Conor @ 2021-08-05 13:52 UTC (permalink / raw)
To: Medvedkin, Vladimir, dev; +Cc: Kinsella, Ray
> This patch announces the experimental tag removal of all fib APIs,
> which have been experimental for 2 years.
> API will be promoted to stable in DPDK 21.11
>
> Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 2 ++
> 1 file changed, 2 insertions(+)
Acked-by: Conor Walsh <conor.walsh@intel.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] fib: announce experimental tag removal of the fib API
2021-08-05 13:52 ` Walsh, Conor
@ 2021-08-07 13:35 ` Jerin Jacob
0 siblings, 0 replies; 6+ messages in thread
From: Jerin Jacob @ 2021-08-07 13:35 UTC (permalink / raw)
To: Walsh, Conor; +Cc: Medvedkin, Vladimir, dev, Kinsella, Ray
On Thu, Aug 5, 2021 at 7:23 PM Walsh, Conor <conor.walsh@intel.com> wrote:
>
> > This patch announces the experimental tag removal of all fib APIs,
> > which have been experimental for 2 years.
> > API will be promoted to stable in DPDK 21.11
> >
> > Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
> > ---
> > doc/guides/rel_notes/deprecation.rst | 2 ++
> > 1 file changed, 2 insertions(+)
>
> Acked-by: Conor Walsh <conor.walsh@intel.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH 1/2] rib: announce experimental tag removal of the rib API
2021-08-05 11:26 [dpdk-dev] [PATCH 1/2] rib: announce experimental tag removal of the rib API Vladimir Medvedkin
2021-08-05 11:26 ` [dpdk-dev] [PATCH 2/2] fib: announce experimental tag removal of the fib API Vladimir Medvedkin
@ 2021-08-07 13:36 ` Jerin Jacob
2021-10-02 8:59 ` David Marchand
2 siblings, 0 replies; 6+ messages in thread
From: Jerin Jacob @ 2021-08-07 13:36 UTC (permalink / raw)
To: Vladimir Medvedkin; +Cc: dpdk-dev, Kinsella, Ray
On Thu, Aug 5, 2021 at 4:56 PM Vladimir Medvedkin
<vladimir.medvedkin@intel.com> wrote:
>
> This patch announces the experimental tag removal of all rib APIs,
> which have been experimental for 2 years.
> API will be promoted to stable in DPDK 21.11
>
> Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index f4a4d00..afb599a 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -193,3 +193,5 @@ Deprecation Notices
> reserved bytes to 2 (from 3), and use 1 byte to indicate warnings and other
> information from the crypto/security operation. This field will be used to
> communicate events such as soft expiry with IPsec in lookaside mode.
> +
> +* rib: The ``rib`` library will be promoted from experimental to stable.
> --
> 2.7.4
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH 1/2] rib: announce experimental tag removal of the rib API
2021-08-05 11:26 [dpdk-dev] [PATCH 1/2] rib: announce experimental tag removal of the rib API Vladimir Medvedkin
2021-08-05 11:26 ` [dpdk-dev] [PATCH 2/2] fib: announce experimental tag removal of the fib API Vladimir Medvedkin
2021-08-07 13:36 ` [dpdk-dev] [PATCH 1/2] rib: announce experimental tag removal of the rib API Jerin Jacob
@ 2021-10-02 8:59 ` David Marchand
2 siblings, 0 replies; 6+ messages in thread
From: David Marchand @ 2021-10-02 8:59 UTC (permalink / raw)
To: Vladimir Medvedkin
Cc: dev, Kinsella, Ray, Jerin Jacob Kollanukkaran, Thomas Monjalon
On Thu, Aug 5, 2021 at 1:26 PM Vladimir Medvedkin
<vladimir.medvedkin@intel.com> wrote:
>
> This patch announces the experimental tag removal of all rib APIs,
> which have been experimental for 2 years.
> API will be promoted to stable in DPDK 21.11
>
> Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Either this series was missed or judged unneeded during 21.08.
In any case, the API promotion to stable will be merged in 21.11.
Marked series as not applicable.
--
David Marchand
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-10-02 8:59 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05 11:26 [dpdk-dev] [PATCH 1/2] rib: announce experimental tag removal of the rib API Vladimir Medvedkin
2021-08-05 11:26 ` [dpdk-dev] [PATCH 2/2] fib: announce experimental tag removal of the fib API Vladimir Medvedkin
2021-08-05 13:52 ` Walsh, Conor
2021-08-07 13:35 ` Jerin Jacob
2021-08-07 13:36 ` [dpdk-dev] [PATCH 1/2] rib: announce experimental tag removal of the rib API Jerin Jacob
2021-10-02 8:59 ` David Marchand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).