doc: add link to stable roadmap

Message ID 20200313195442.6375-1-ktraynor@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: add link to stable roadmap |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/travis-robot warning Travis build: failed

Commit Message

Kevin Traynor March 13, 2020, 7:54 p.m. UTC
  The versions currently listed as maintained have gone stale.

Rather than having to keep updating this doc, point to the
dpdk.org stable roadmap.

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
 doc/guides/contributing/stable.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Comments

David Marchand March 19, 2020, 8:33 a.m. UTC | #1
On Fri, Mar 13, 2020 at 8:55 PM Kevin Traynor <ktraynor@redhat.com> wrote:
>
> The versions currently listed as maintained have gone stale.
>
> Rather than having to keep updating this doc, point to the
> dpdk.org stable roadmap.
>
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> ---
>  doc/guides/contributing/stable.rst | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/doc/guides/contributing/stable.rst b/doc/guides/contributing/stable.rst
> index 90b3d8e44..390452aa2 100644
> --- a/doc/guides/contributing/stable.rst
> +++ b/doc/guides/contributing/stable.rst
> @@ -63,5 +63,6 @@ fixes. Releases should be coordinated with the validation engineers to ensure
>  that a tagged release has been tested.
>
> -The current maintained LTS branches are 17.11 and 18.11.
> +For a list of the currently maintained stable/LTS branches please see the
> +latest `stable roadmap <https://core.dpdk.org/roadmap/#stable>`_.
>
>  At the end of the 2 years, a final X.11.N release will be made and at that
> --
> 2.21.1
>

Acked-by: David Marchand <david.marchand@redhat.com>
  
Thomas Monjalon May 19, 2020, 2:10 p.m. UTC | #2
19/03/2020 09:33, David Marchand:
> On Fri, Mar 13, 2020 at 8:55 PM Kevin Traynor <ktraynor@redhat.com> wrote:
> >
> > The versions currently listed as maintained have gone stale.
> >
> > Rather than having to keep updating this doc, point to the
> > dpdk.org stable roadmap.
> >
> > Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> 
> Acked-by: David Marchand <david.marchand@redhat.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/contributing/stable.rst b/doc/guides/contributing/stable.rst
index 90b3d8e44..390452aa2 100644
--- a/doc/guides/contributing/stable.rst
+++ b/doc/guides/contributing/stable.rst
@@ -63,5 +63,6 @@  fixes. Releases should be coordinated with the validation engineers to ensure
 that a tagged release has been tested.
 
-The current maintained LTS branches are 17.11 and 18.11.
+For a list of the currently maintained stable/LTS branches please see the
+latest `stable roadmap <https://core.dpdk.org/roadmap/#stable>`_.
 
 At the end of the 2 years, a final X.11.N release will be made and at that