Skip to content

Commit b30d817

Browse files
committed
doc: announce new major ABI version
The next DPDK release 23.11 won't keep ABI compatibility. Only the changes impacting the users should be announced in advance. Signed-off-by: Thomas Monjalon <[email protected]> Acked-by: Bruce Richardson <[email protected]> Acked-by: Morten Brørup <[email protected]>
1 parent 00116ee commit b30d817

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/guides/rel_notes/deprecation.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ ABI and API Deprecation
55
=======================
66

77
See the guidelines document for details of the :doc:`ABI policy
8-
<../contributing/abi_policy>`. API and ABI deprecation notices are to be posted
9-
here.
8+
<../contributing/abi_policy>`.
9+
10+
With DPDK 23.11, there will be a new major ABI version: 24.
11+
This means that during the development of 23.11,
12+
new items may be added to structs or enums,
13+
even if those additions involve an ABI compatibility breakage.
14+
15+
Other API and ABI deprecation notices are to be posted below.
1016

1117
Deprecation Notices
1218
-------------------

0 commit comments

Comments
 (0)