* [PATCH] release 25.03.0
@ 2025-03-24 23:23 Thomas Monjalon
0 siblings, 0 replies; only message in thread
From: Thomas Monjalon @ 2025-03-24 23:23 UTC (permalink / raw)
To: web
The implemented features are removed from the roadmap.
The remaining ones are postponed to 25.07.
Dates of the next cycle will be discussed in maintainers meeting.
Below are the intervals in weeks with guidelines in second position:
proposal deadline: 4 / 4 Apr 20
rc1 - API freeze: 6 / 7 May 30
rc2 - PMD features freeze: 3 / 3 Jun 20
rc3 - app features freeze: 1 / 1 Jun 27
rc4 - more fixes: 1 / 1 Jul 04
rc5 - last chance buffer: 1 / 1 Jul 11
release: 0 / 0.5 Jul 11
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
content/doc/archives/_index.md | 4 +++
content/download/_index.md | 5 ++--
content/roadmap/_index.md | 46 +++++-----------------------------
3 files changed, 13 insertions(+), 42 deletions(-)
diff --git a/content/doc/archives/_index.md b/content/doc/archives/_index.md
index bc62185..e27a964 100644
--- a/content/doc/archives/_index.md
+++ b/content/doc/archives/_index.md
@@ -2,6 +2,10 @@
title = "Archives"
+++
+- DPDK 25.03
+| [HTML API](//doc.dpdk.org/api-25.03/)
+| [HTML guides](//doc.dpdk.org/guides-25.03/)
+
- DPDK 24.11
| [HTML API](//doc.dpdk.org/api-24.11/)
| [HTML guides](//doc.dpdk.org/guides-24.11/)
diff --git a/content/download/_index.md b/content/download/_index.md
index 22e895e..5392220 100644
--- a/content/download/_index.md
+++ b/content/download/_index.md
@@ -5,10 +5,10 @@ weight = "2"
<section class="download-container">
<div class="dwnld-btn-group">
-<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-24.11.1.tar.xz">
+<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-25.03.tar.xz">
{{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
Latest\
- 24.11.1
+ 25.03.0
</a>
<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-24.11.1.tar.xz">
{{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
@@ -25,6 +25,7 @@ weight = "2"
| file | date/changelog | md5 |
|---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
+| [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.1 (LTS)](//fast.dpdk.org/rel/dpdk-24.11.1.tar.xz) | [2024 December 17](//doc.dpdk.org/guides-24.11/rel_notes/release_24_11.html) | 2750f9a23fa44417a2073f399f645652 |
| [DPDK 24.07.0](//fast.dpdk.org/rel/dpdk-24.07.tar.xz) | [2024 July 31](//doc.dpdk.org/guides-24.07/rel_notes/release_24_07.html) | 48151b1bd545cd95447979fa033199bb |
| [DPDK 24.03.0](//fast.dpdk.org/rel/dpdk-24.03.tar.xz) | [2024 March 28](//doc.dpdk.org/guides-24.03/rel_notes/release_24_03.html) | a98da848d6ba09808ef00f9a26aaa49a |
diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 357de55..49a0234 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -9,68 +9,34 @@ This is not a commitment but plan of work.
This list is obviously neither complete nor guaranteed.
{{% /notice %}}
-### Version 25.03 (2025 March) {#2503}
+### Version 25.07 (2025 July) {#2507}
| Date | Milestone | Description |
|-------------------|----------------|------------------------------|
-| 4 January 2025 | RFC/v1 patches | Proposal deadline |
-| 7 February 2025 | 25.03-rc1 | API freeze |
-| 28 February 2025 | 25.03-rc2 | PMD features freeze |
-| 7 March 2025 | 25.03-rc3 | Builtin apps features freeze |
-| 26 March 2025 | 25.03.0 | Release |
+| 20 April 2025 | RFC/v1 patches | Proposal deadline |
+| 30 May 2025 | 25.07-rc1 | API freeze |
+| 20 June 2025 | 25.07-rc2 | PMD features freeze |
+| 27 June 2025 | 25.07-rc3 | Builtin apps features freeze |
+| 11 July 2025 | 25.07.0 | Release |
<!-- General -->
-- replace VLAs (required by MSVC)
-- replace packing attributes (required by MSVC)
-- improve PCI address comparisons
<!-- DMA -->
<!-- Networking -->
-- enable/disable counters
<!-- Network drivers -->
-- ena dynamic HRSS size
-- ena asynchronous reset request from device
- enetc NXP driver version 4
- eqos NXP driver
-- mlx5 probing optimization
-- mlx5 FDB flows optimization
-- mlx5 eCPRI matching with template API
- mlx5 ipool debuggability
-- xsc Yunsilicon driver
<!-- Virtualisation -->
<!-- Network apps -->
-- testpmd attach/detach on primary and secondary
<!-- Crypto -->
<!-- Compress -->
<!-- Regex -->
<!-- Machine Learning -->
<!-- Event -->
<!-- Others -->
-- DTS config improvements
-- DTS traffic generator improvements
- DTS configuration of VF
- DTS flow rules
- DTS single core performance test
-- DTS cleanup after a test
-- replace DTS linters with Ruff
-
-### Version 25.07 (2025 July) {#2507}
-
-| Date | Milestone | Description |
-|-------------------|----------------|------------------------------|
-| July 2025 | 25.07.0 | Release |
-
-<!-- General -->
-<!-- DMA -->
-<!-- Networking -->
-<!-- Network drivers -->
-<!-- Virtualisation -->
-<!-- Network apps -->
-<!-- Crypto -->
-<!-- Compress -->
-<!-- Regex -->
-<!-- Machine Learning -->
-<!-- Event -->
-<!-- Others -->
### Version 25.11 (2025 November) {#2511}
--
2.47.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-24 23:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-24 23:23 [PATCH] release 25.03.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).