[1/2] rib: announce experimental tag removal of the rib API

Message ID 1628162784-117829-1-git-send-email-vladimir.medvedkin@intel.com (mailing list archive)
State Not Applicable, archived
Delegated to: Thomas Monjalon
Headers
Series [1/2] rib: announce experimental tag removal of the rib API |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Vladimir Medvedkin Aug. 5, 2021, 11:26 a.m. UTC
  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(+)
  

Comments

Jerin Jacob Aug. 7, 2021, 1:36 p.m. UTC | #1
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
>
  
David Marchand Oct. 2, 2021, 8:59 a.m. UTC | #2
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.
  

Patch

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.