Skip to content

Commit 2f48fc2

Browse files
committed
doc: update release notes for 25.07
Remove comments and single bullets. Signed-off-by: Thomas Monjalon <[email protected]>
1 parent 71405d0 commit 2f48fc2

File tree

1 file changed

+4
-114
lines changed

1 file changed

+4
-114
lines changed

doc/guides/rel_notes/release_25_07.rst

Lines changed: 4 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -6,55 +6,9 @@
66
DPDK Release 25.07
77
==================
88

9-
.. **Read this first.**
10-
11-
The text in the sections below explains how to update the release notes.
12-
13-
Use proper spelling, capitalization and punctuation in all sections.
14-
15-
Variable and config names should be quoted as fixed width text:
16-
``LIKE_THIS``.
17-
18-
Build the docs and view the output file to ensure the changes are correct::
19-
20-
ninja -C build doc
21-
xdg-open build/doc/guides/html/rel_notes/release_25_07.html
22-
23-
249
New Features
2510
------------
2611

27-
.. This section should contain new features added in this release.
28-
Sample format:
29-
30-
* **Add a title in the past tense with a full stop.**
31-
32-
Add a short 1-2 sentence description in the past tense.
33-
The description should be enough to allow someone scanning
34-
the release notes to understand the new feature.
35-
36-
If the feature adds a lot of sub-features you can use a bullet list
37-
like this:
38-
39-
* Added feature foo to do something.
40-
* Enhanced feature bar to do something else.
41-
42-
Refer to the previous release notes for examples.
43-
44-
Suggested order in release notes items:
45-
* Core libs (EAL, mempool, ring, mbuf, buses)
46-
* Device abstraction libs and PMDs (ordered alphabetically by vendor name)
47-
- ethdev (lib, PMDs)
48-
- cryptodev (lib, PMDs)
49-
- eventdev (lib, PMDs)
50-
- etc
51-
* Other libs
52-
* Apps, Examples, Tools (if significant)
53-
54-
This section is a comment. Do not overwrite or remove it.
55-
Also, make sure to start the actual text at the margin.
56-
=======================================================
57-
5812
* **Enhanced EAL ``-l`` corelist argument.**
5913

6014
Added support to the EAL ``-l`` argument for the full range of core-to-cpu mapping
@@ -106,15 +60,15 @@ New Features
10660

10761
* **Updated NVIDIA mlx5 driver.**
10862

109-
* Support matching on IPv6 frag extension header with async flow template API.
63+
Added matching on IPv6 frag extension header with async flow template API.
11064

11165
* **Updated Solarflare network driver.**
11266

113-
* Added support for AMD Solarflare X45xx adapters.
67+
Added support for AMD Solarflare X45xx adapters.
11468

11569
* **Updated virtio driver.**
11670

117-
* Added support for Rx and Tx burst mode query.
71+
Added support for Rx and Tx burst mode query.
11872

11973
* **Added ZTE Storage Data Accelerator (ZSDA) crypto driver.**
12074

@@ -159,7 +113,7 @@ New Features
159113

160114
See section ``Graph feature arc`` in :doc:`../prog_guide/graph_lib` for more details.
161115

162-
* Added ``ip4 output`` feature arc processing in ``ip4_rewrite`` node.
116+
Added ``ip4 output`` feature arc processing in ``ip4_rewrite`` node.
163117

164118
* **Added support for string and boolean types to the argparse library.**
165119

@@ -178,15 +132,6 @@ New Features
178132
Removed Items
179133
-------------
180134

181-
.. This section should contain removed items in this release. Sample format:
182-
183-
* Add a short 1-2 sentence description of the removed item
184-
in the past tense.
185-
186-
This section is a comment. Do not overwrite or remove it.
187-
Also, make sure to start the actual text at the margin.
188-
=======================================================
189-
190135
* eal: Removed the ``rte_function_versioning.h`` header from the exported headers.
191136

192137
* crypto/qat: Removed ZUC-256 algorithms from Intel QuickAssist Technology PMD.
@@ -199,18 +144,6 @@ Removed Items
199144
API Changes
200145
-----------
201146

202-
.. This section should contain API changes. Sample format:
203-
204-
* sample: Add a short 1-2 sentence description of the API change
205-
which was announced in the previous releases and made in this release.
206-
Start with a scope label like "ethdev:".
207-
Use fixed width quotes for ``function_names`` or ``struct_names``.
208-
Use the past tense.
209-
210-
This section is a comment. Do not overwrite or remove it.
211-
Also, make sure to start the actual text at the margin.
212-
=======================================================
213-
214147
* memory: Added secure functions to force zeroing some memory,
215148
bypassing compiler optimizations:
216149
``rte_memzero_explicit()`` and ``rte_free_sensitive()``.
@@ -224,18 +157,6 @@ API Changes
224157
ABI Changes
225158
-----------
226159

227-
.. This section should contain ABI changes. Sample format:
228-
229-
* sample: Add a short 1-2 sentence description of the ABI change
230-
which was announced in the previous releases and made in this release.
231-
Start with a scope label like "ethdev:".
232-
Use fixed width quotes for ``function_names`` or ``struct_names``.
233-
Use the past tense.
234-
235-
This section is a comment. Do not overwrite or remove it.
236-
Also, make sure to start the actual text at the margin.
237-
=======================================================
238-
239160
* No ABI change that would break compatibility with 24.11.
240161

241162
* argparse: The experimental argparse library has had the following updates:
@@ -285,40 +206,9 @@ ABI Changes
285206
(Allows the argument to be specified multiple times.)
286207

287208

288-
Known Issues
289-
------------
290-
291-
.. This section should contain new known issues in this release. Sample format:
292-
293-
* **Add title in present tense with full stop.**
294-
295-
Add a short 1-2 sentence description of the known issue
296-
in the present tense. Add information on any known workarounds.
297-
298-
This section is a comment. Do not overwrite or remove it.
299-
Also, make sure to start the actual text at the margin.
300-
=======================================================
301-
302-
303209
Tested Platforms
304210
----------------
305211

306-
.. This section should contain a list of platforms that were tested
307-
with this release.
308-
309-
The format is:
310-
311-
* <vendor> platform with <vendor> <type of devices> combinations
312-
313-
* List of CPU
314-
* List of OS
315-
* List of devices
316-
* Other relevant details...
317-
318-
This section is a comment. Do not overwrite or remove it.
319-
Also, make sure to start the actual text at the margin.
320-
=======================================================
321-
322212
* Intel\ |reg| platforms with Intel\ |reg| NICs combinations
323213

324214
* CPU

0 commit comments

Comments
 (0)