DPDK website maintenance
 help / color / mirror / Atom feed
* [PATCH] release 25.11.0
@ 2025-11-30 17:11 Thomas Monjalon
  0 siblings, 0 replies; only message in thread
From: Thomas Monjalon @ 2025-11-30 17:11 UTC (permalink / raw)
  To: web

Dates of the next cycle will be discussed in maintainers meeting.
Below are the intervals in weeks with guidelines in second position:

	proposal deadline:         5 / 4      Jan 05
	rc1 - API freeze:          5 / 7      Feb 09
	rc2 - PMD features freeze: 3 / 3      Mar 02
	rc3 - app features freeze: 1 / 1      Mar 09
	rc4 - more fixes:          1 / 1      Mar 16
	rc5 - last chance buffer:  0 / 1
	release:                   0.5 / 0.5  Mar 19

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/doc/archives/_index.md |  4 ++++
 content/download/_index.md     |  9 +++++----
 content/roadmap/_index.md      | 25 +++++++++++++++++++------
 3 files changed, 28 insertions(+), 10 deletions(-)

diff --git a/content/doc/archives/_index.md b/content/doc/archives/_index.md
index c165d0d..6174a8e 100644
--- a/content/doc/archives/_index.md
+++ b/content/doc/archives/_index.md
@@ -2,6 +2,10 @@
 title = "Archives"
 +++
 
+- DPDK 25.11
+| [HTML API](//doc.dpdk.org/api-25.11/)
+| [HTML guides](//doc.dpdk.org/guides-25.11/)
+
 - DPDK 25.07
 | [HTML API](//doc.dpdk.org/api-25.07/)
 | [HTML guides](//doc.dpdk.org/guides-25.07/)
diff --git a/content/download/_index.md b/content/download/_index.md
index faf4452..06d8901 100644
--- a/content/download/_index.md
+++ b/content/download/_index.md
@@ -5,15 +5,15 @@ weight = "2"
 
 <section class="download-container">
 <div class="dwnld-btn-group">
-<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-25.07.tar.xz">
+<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-25.11.tar.xz">
   {{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
   Latest\
-  25.07.0
+  25.11.0
 </a>
-<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-24.11.3.tar.xz">
+<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-25.11.tar.xz">
   {{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
   Latest Long Term Stable (LTS)\
-  24.11.3
+  25.11.0
 </a>
 <a class="dwnld-btn" href="/roadmap">
   {{< icon name="glyphicon glyphicon-calendar" size="large" >}}
@@ -25,6 +25,7 @@ weight = "2"
 
 | file                                                          | date/changelog                                                               | md5                              |
 |---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
+| [DPDK 25.11.0](//fast.dpdk.org/rel/dpdk-25.11.tar.xz)         | [2025 November 30](//doc.dpdk.org/guides-25.11/rel_notes/release_25_11.html) | edbb9b74fc3e805246743b77464b9929 |
 | [DPDK 25.07.0](//fast.dpdk.org/rel/dpdk-25.07.tar.xz)         | [2025 July 21](//doc.dpdk.org/guides-25.07/rel_notes/release_25_07.html)     | 1a28ab219aed62479c59bc1492bda9af |
 | [DPDK 25.03.0](//fast.dpdk.org/rel/dpdk-25.03.tar.xz)         | [2025 March 24](//doc.dpdk.org/guides-25.03/rel_notes/release_25_03.html)    | da3ecf3461bd2b1fef5874cd4cbca163 |
 | [DPDK 24.11.3 (LTS)](//fast.dpdk.org/rel/dpdk-24.11.3.tar.xz) | [2025 August 18](//doc.dpdk.org/guides-24.11/rel_notes/release_24_11.html)   | 5e2cd8cbbe3097697e6800b3480dcc95 |
diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 7fe0d7a..408b639 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -3,15 +3,28 @@ title = "Roadmap"
 weight = "3"
 +++
 
-### Version 25.11 (2025 November) {#2511}
+### Version 26.03 (2026 March) {#2603}
 
 | Date              | Milestone      | Description                  |
 |-------------------|----------------|------------------------------|
-| 31 August   2025  | RFC/v1 patches | Proposal deadline            |
-| 6  October  2025  | 25.11-rc1      | API freeze                   |
-| 27 October  2025  | 25.11-rc2      | PMD features freeze          |
-| 3  November 2025  | 25.11-rc3      | Builtin apps features freeze |
-| 19 November 2025  | 25.11.0        | Release                      |
+| 5  January  2026  | RFC/v1 patches | Proposal deadline            |
+| 9  February 2026  | 26.03-rc1      | API freeze                   |
+| 2  March    2026  | 26.03-rc2      | PMD features freeze          |
+| 9  March    2026  | 26.03-rc3      | Builtin apps features freeze |
+| 16 March    2026  | 26.03-rc4      | Documentation ready          |
+| 19 March    2026  | 26.03.0        | Release                      |
+
+### Version 26.07 (2026 July) {#2607}
+
+| Date              | Milestone      | Description                  |
+|-------------------|----------------|------------------------------|
+| 16 July     2026  | 26.07.0        | Release                      |
+
+### Version 26.11 (2026 November) {#2611}
+
+| Date              | Milestone      | Description                  |
+|-------------------|----------------|------------------------------|
+| 19 November 2026  | 26.11.0        | Release                      |
 
 ### Cycle model {#cycle}
 ----
-- 
2.51.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-11-30 17:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-30 17:11 [PATCH] release 25.11.0 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).