From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5EA1CA0093; Thu, 13 Jan 2022 11:12:13 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 39F84410E1; Thu, 13 Jan 2022 11:12:13 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 6100B40150 for ; Thu, 13 Jan 2022 11:12:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1642068730; 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: in-reply-to:in-reply-to:references:references; bh=KgfWhTETwRCrhVCE9N2Ncj7vypWay3OweWe5BB8bp2Y=; b=dRoROjLZ9oO17XyBwpWDssLRxVDq062pECpozq7y8hsZ1U/hkXLa5Ful4QWa7gddUakz/+ g0qo8MYb1fGRsWn97CZB/dkBnccX+II8qBr+k7NQkWBc8XlWBY/Yivpts2NvUpbkiI2Ztg wksWf+pQ7JemTjqF0j5jWXD8At8izTk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-448-KuTeHmWJM_2X2c7vLbTBHA-1; Thu, 13 Jan 2022 05:12:07 -0500 X-MC-Unique: KuTeHmWJM_2X2c7vLbTBHA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6B885192D78F; Thu, 13 Jan 2022 10:12:06 +0000 (UTC) Received: from rh.Home (unknown [10.39.192.39]) by smtp.corp.redhat.com (Postfix) with ESMTP id D14787A22F; Thu, 13 Jan 2022 10:12:03 +0000 (UTC) From: Kevin Traynor To: web@dpdk.org Cc: bluca@debian.org, christian.ehrhardt@canonical.com, xuemingl@nvidia.com, thomas@monjalon.net, ferruh.yigit@intel.com, david.marchand@redhat.com, Kevin Traynor Subject: [PATCH v2 1/2] add link in stable release section and update typical timeframe Date: Thu, 13 Jan 2022 10:11:55 +0000 Message-Id: <20220113101156.189859-1-ktraynor@redhat.com> In-Reply-To: <20211213164858.74244-1-ktraynor@redhat.com> References: <20211213164858.74244-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Signed-off-by: Kevin Traynor --- content/roadmap/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index 9d3f8e6..cf212a4 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -129,4 +129,6 @@ 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). +Further information on subject prefixes for this case is documented +[here](//doc.dpdk.org/guides/contributing/patches.html#backporting-patches-for-stable-releases). After all the relevant bugfixes have been backported, @@ -134,5 +136,5 @@ regression tests are run, 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. +by 3-6 weeks, depending on the test results. | Current version | Next version | Next version Date | End of life | Maintainers | -- 2.31.1