From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 822BFC10DCE for ; Fri, 13 Mar 2020 19:55:27 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 2F497206E2 for ; Fri, 13 Mar 2020 19:55:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="NzDZl5+H" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2F497206E2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2BDCD1BF97; Fri, 13 Mar 2020 20:55:26 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 8DD411AFF for ; Fri, 13 Mar 2020 20:55:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1584129323; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=PJI4zkS/yTQBVPWAFCgm4BpVRXIrRkOh57D7Bts5zKg=; b=NzDZl5+HsdJP0hUCt1cerMAf2m/VIO+WytPtC3FtjvohNnU3UJkBkkaBwDFz3VCg0KXp4i ET8WU7J7FhAwot4qXsxrykiv0+todN9ivofVTScMvLOdv/dCvYC0zzvCXI5JlJtNmHQ/QN lTPZ+FWk+EgHtEipiS/cH+apeaKBKEw= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-152-lsBVZ-VjMLKZa5VIJfLDZg-1; Fri, 13 Mar 2020 15:55:05 -0400 X-MC-Unique: lsBVZ-VjMLKZa5VIJfLDZg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 477798010CA; Fri, 13 Mar 2020 19:55:04 +0000 (UTC) Received: from rh.redhat.com (unknown [10.33.36.16]) by smtp.corp.redhat.com (Postfix) with ESMTP id 43378100164D; Fri, 13 Mar 2020 19:54:52 +0000 (UTC) From: Kevin Traynor To: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com, bluca@debian.org Cc: thomas@monjalon.net, ferruh.yigit@intel.com, david.marchand@redhat.com, Kevin Traynor Date: Fri, 13 Mar 2020 19:54:42 +0000 Message-Id: <20200313195442.6375-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: [dpdk-dev] [PATCH] doc: add link to stable roadmap X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- 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/s= table.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. =20 -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 `_. =20 At the end of the 2 years, a final X.11.N release will be made and at that --=20 2.21.1