From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f196.google.com (mail-wr0-f196.google.com [209.85.128.196]) by dpdk.org (Postfix) with ESMTP id 8F8475F16 for ; Tue, 6 Mar 2018 20:44:02 +0100 (CET) Received: by mail-wr0-f196.google.com with SMTP id v18so21517375wrv.0 for ; Tue, 06 Mar 2018 11:44:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=DHbL46hgbqwcXsX5wwtnvXZaY5fHc+YrqWAjn/zDnVg=; b=l1YNe/RwzSVt2EIZf/oo2FpRBSMnmBwRK7TIzvmNEtnr8vM3pY1ZOcQEero5y4umFQ zYh0eqBCe91KRoUzcj8HLS2oVpaUnasmq9wAfoVLbrBzn60+I+EyAn401v6t5+SYbGNV xmxkunDEy5Nfs2IbGfzaLASvgSEvEj8rlEoYdc444Rs1gCJqNJiNa1uIGSI4T5wmrYPM jxaKCh6I8aSBRvrs2gTMAGKNr8ziounizTaem0V6ZTlv/BL2yi5cDQRj4xcK3KJJkDlT uZZipSqK49pckb4YWJ7vxsBXmKOBqFeh50fYzQVoTxt3rPJKQBnl0HZwxa9zuohWHslo hRLg== X-Gm-Message-State: AElRT7HgCaWFgqHdIUBgMJsI7kSK8VbxsrGJqAJVpbHiX1INEpZ45BlL o/2VfDHJwIMtoZOM9DRgfDGhBWsbxms= X-Google-Smtp-Source: AG47ELsJ9QXy6KhKsFabrHCIsgEpJ1JB0CwfcmwyaouD+yNvVV5BeZqUol0iXzoe5Ai8ACn1doDFyw== X-Received: by 10.223.136.164 with SMTP id f33mr3470567wrf.77.1520365441746; Tue, 06 Mar 2018 11:44:01 -0800 (PST) Received: from localhost ([2a00:23c5:be85:1400:6930:196b:56ac:33db]) by smtp.gmail.com with ESMTPSA id 55sm17345941wrz.6.2018.03.06.11.44.00 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 06 Mar 2018 11:44:00 -0800 (PST) From: Luca Boccassi To: web@dpdk.org Cc: thomas@monjalon.net, yliu@fridaylinux.org, Luca Boccassi Date: Tue, 6 Mar 2018 19:43:54 +0000 Message-Id: <20180306194354.19891-1-bluca@debian.org> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20180209130440.20380-1-bluca@debian.org> References: <20180209130440.20380-1-bluca@debian.org> Subject: [dpdk-web] [RFC v3] Add LTS section on the roadmap page X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2018 19:44:02 -0000 Signed-off-by: Luca Boccassi --- dev/roadmap.html | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/dev/roadmap.html b/dev/roadmap.html index 569d8b8..ebb81a9 100644 --- a/dev/roadmap.html +++ b/dev/roadmap.html @@ -37,7 +37,7 @@ -
+

Development roadmap

Major known features and milestones may be noted here. This list is obviously neither complete nor guaranteed. @@ -96,5 +96,39 @@

  • Integration deadline: October 5, 2018
  • Release: November 2, 2018 +

    Stable releases

    +

    Stable point releases follow mainline releases. +

    After each -rc tag and after the final version, relevant bug fixes get + backported by the stable maintainers into the respective branches in "bursts". +

    Developers can provide stable-specific patches by sending them to stable@dpdk.org + only (avoiding dev@dpdk.org). +

    After all the relevant bugfixes have been backported, regression tests are ran, + and if clear, the stable release is announced. +

    Typically a new stable release version follows a mainline release by 1-2 weeks, depending + on the test results. +


    + + + + + + + + + + + + + + + + + + + + + + +
    BranchNext versionDateEnd of lifeMaintainer
    16.1116.11.6May 19, 2018November 2018Luca Boccassi
    17.1117.11.2May 19, 2018November 2019Yuanhan Liu
  • -- 2.14.2