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 F1777A0032; Mon, 13 Dec 2021 11:54:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C0BC2406A2; Mon, 13 Dec 2021 11:54:32 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mails.dpdk.org (Postfix) with ESMTP id 9AE4140042 for ; Mon, 13 Dec 2021 11:54:31 +0100 (CET) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id E849A5C00D5; Mon, 13 Dec 2021 05:54:29 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Mon, 13 Dec 2021 05:54:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=fm2; bh=146FlCWEhlavY NJfD77WlMknmxlPPciYUCxzrBRfUFQ=; b=c8Y0PvuSvj/BkeTMcyCPFaw/uCsEJ EeZ2EsfMBvsLFUHFGPlVZGRsvEww5UOMwJ/veGpEM7eqynD6pH18qfOgwx6EIX9m opERNQwa6Bb6r9cETY1KUx0F+Ee1w7Nkrf5vfETNxilqI2ph8y7M6zIEg0nkh/XX 6dFqRw+93l+2nxiftaxwdjUwLCZHYNoyWkcnDidxDIq7UAFak4Fnc91I+ASoriyb Lkjd/QJhCeY9wFB2YTnK2NbFQPiozjyKu6n5trzCn6ISOwa10f77spi8o9ENPTrU 4LfY5JwKRp5dr1+2sQUCbN+VIGqlp2jMQ/7r2cHOOERsd4M7NOV+37kQw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=146FlCWEhlavYNJfD77WlMknmxlPPciYUCxzrBRfUFQ=; b=jvA7wmYC wb1fIAwLFx75lWfI+vIfX+IYY3LZ7p82WT/2zc2cUa4KCC+sfitwYsYjB11vYiyQ QCLCs1OU5nwQI69L9+H2WdvyyCTfvcl5xQeeEhrRiAMIuY8wbEedHG9f8f/HQwZ4 p8a/ntolFbWSWJUBbXcJzDCu1JH8bCYxY0LibG4aeHLPRtyqBgJkKuxogftAX7LZ Mv0a7/6H89/VS9bilS9dDbm0yhASeg7t/QLsHkwH54Ta2yzNDtlU3kLxdyTIhALV lSSeBvJxhOfwfqSui0NE9XKqhIGoi5bvQcQgZWvQhTdUlNDJvhBHA6CxapFVV6QP ylPSD3Mp7QfY1A== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrkeekgddvvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkofgjfhgggfestdekredtredttdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedvhefgiedvjeegtdevheefhfetleefgfeivefgffevfeejgedtgfeu tdehtdegveenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 13 Dec 2021 05:54:29 -0500 (EST) From: Thomas Monjalon To: web@dpdk.org Cc: John McNamara Subject: [PATCH v2] update 2022 schedule Date: Mon, 13 Dec 2021 11:54:24 +0100 Message-Id: <20211213105424.65258-1-thomas@monjalon.net> X-Mailer: git-send-email 2.34.1 In-Reply-To: <5774339.lOV4Wx5bFT@thomas> References: <5774339.lOV4Wx5bFT@thomas> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 22.03 is planned to be a small release cycle. Given December is a calm month, the proposal deadline and -rc1 are pushed by one week. For the rest of the schedule, this guideline (in weeks) is followed: proposal deadline: 4 rc1 - API freeze: 7 rc2 - PMD features freeze: 3 rc3 - app features freeze: 1 rc4 - more fixes: 1 rc5 - last chance buffer: 1 release: 0.5 This is a new pace of 3 releases per year, instead of 4 previously. Signed-off-by: Thomas Monjalon Acked-by: John McNamara --- v2: adapt cycle description to the new pace while merging the patch --- content/roadmap/_index.md | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index 069c5c4..9c41991 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -52,7 +52,7 @@ This list is obviously neither complete nor guaranteed. ### Cycle model {#cycle} ---- -A typical release should be done after 3 months. +A typical release should be done after 4 months. It is designed to allow DPDK to keep evolving at a rapid pace while giving enough opportunity to review, discuss and improve the contributions. @@ -65,20 +65,36 @@ Updated versions of patches (v2, v3, etc.) will be submitted to address comments The new features must be properly reviewed, tested and accepted before the integration deadline. Otherwise, they will be postponed to the next releases. -At the end of the merge window, the first release candidate is out. +At the end of the merge windows, the first release candidates are out. -The last period is 1 month long and is dedicated to bug fixing. +The last period is approximately 1 month long and is dedicated to bug fixing. ### Scheduling {#dates} ---- #### 22.03 -- Proposal deadline (RFC/v1 patches): 24 December 2021 -- API freeze (-rc1): 2 February 2022 +- Proposal deadline (RFC/v1 patches): 31 December 2021 +- API freeze (-rc1): 9 February 2022 - PMD features freeze (-rc2): 23 February 2022 - Builtin applications features freeze (-rc3): 2 March 2022 -- Release: early March 2022 +- Release: 11 March 2022 + +#### 22.07 + +- Proposal deadline (RFC/v1 patches): 10 April 2022 +- API freeze (-rc1): 30 May 2022 +- PMD features freeze (-rc2): 20 June 2022 +- Builtin applications features freeze (-rc3): 27 June 2022 +- Release: 13 July 2022 + +#### 22.11 + +- Proposal deadline (RFC/v1 patches): 14 August 2022 +- API freeze (-rc1): 3 October 2022 +- PMD features freeze (-rc2): 24 October 2022 +- Builtin applications features freeze (-rc3): 31 October 2022 +- Release: 16 November 2022 ### Stable Releases {#stable} ---- -- 2.34.1