DPDK website maintenance
 help / color / mirror / Atom feed
* [PATCH] update 2022 schedule
@ 2021-12-13  9:58 Thomas Monjalon
  2021-12-13 10:20 ` Mcnamara, John
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2021-12-13  9:58 UTC (permalink / raw)
  To: web

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

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/roadmap/_index.md | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 069c5c4..f094aad 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -74,11 +74,27 @@ The last period is 1 month long and is dedicated to bug fixing.
 
 #### 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH] update 2022 schedule
  2021-12-13  9:58 [PATCH] update 2022 schedule Thomas Monjalon
@ 2021-12-13 10:20 ` Mcnamara, John
  2021-12-13 10:24   ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Mcnamara, John @ 2021-12-13 10:20 UTC (permalink / raw)
  To: Thomas Monjalon, web

> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Monday, December 13, 2021 9:58 AM
> To: web@dpdk.org
> Subject: [PATCH] update 2022 schedule

Acked-by: John McNamara <john.mcnamara@intel.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] update 2022 schedule
  2021-12-13 10:20 ` Mcnamara, John
@ 2021-12-13 10:24   ` Thomas Monjalon
  2021-12-13 10:54     ` [PATCH v2] " Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2021-12-13 10:24 UTC (permalink / raw)
  To: web; +Cc: Mcnamara, John

13/12/2021 11:20, Mcnamara, John:
> > From: Thomas Monjalon <thomas@monjalon.net>
> > Subject: [PATCH] update 2022 schedule
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied

The schedule is not frozen.
If any change is requested, it can be discussed in emails
and in the weekly maintainers meeting.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2] update 2022 schedule
  2021-12-13 10:24   ` Thomas Monjalon
@ 2021-12-13 10:54     ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2021-12-13 10:54 UTC (permalink / raw)
  To: web; +Cc: John McNamara

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 <thomas@monjalon.net>
Acked-by: John McNamara <john.mcnamara@intel.com>
---
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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-12-13 10:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13  9:58 [PATCH] update 2022 schedule Thomas Monjalon
2021-12-13 10:20 ` Mcnamara, John
2021-12-13 10:24   ` Thomas Monjalon
2021-12-13 10:54     ` [PATCH v2] " Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).