From patchwork Tue Jan 11 12:19:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Traynor X-Patchwork-Id: 105732 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id AF7D1A034F; Tue, 11 Jan 2022 13:20:18 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7B812426F4; Tue, 11 Jan 2022 13:20:18 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 6E00B411AE for ; Tue, 11 Jan 2022 13:20:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1641903616; 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=MpEOqVA63JfI1ckBCjE8PYfkzLdIwkpdTPpwHVIsXMk=; b=D3muj5xHLTktJwv5gdXAykhYUfVEgtAyW2fs5lYCvqTfUU+wCgoRp9fivqKk27DkFWBPd6 kL4PmJyug8k8ikt1Wi4qWwfsT5/2OEe8Nsaj6cRjKd03SLYeTNzVEJ53ZULkf/x7QtCiNp QyD6bVRs41ux46sDXd83w5VEKyYO6GI= 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-443-pHQUWsbWNye70jlXPHniFQ-1; Tue, 11 Jan 2022 07:20:13 -0500 X-MC-Unique: pHQUWsbWNye70jlXPHniFQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5613C81EE60; Tue, 11 Jan 2022 12:20:12 +0000 (UTC) Received: from rh.Home (unknown [10.39.192.39]) by smtp.corp.redhat.com (Postfix) with ESMTP id 172C270D22; Tue, 11 Jan 2022 12:20:09 +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 1/2] add link in stable release section and update typical timeframe Date: Tue, 11 Jan 2022 12:19:48 +0000 Message-Id: <20220111121949.92998-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 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 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 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index 9d3f8e6..a07ed2b 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -127,6 +127,8 @@ 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). +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 |