summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorDavid Marchand <[email protected]>2024-08-08 09:26:52 +0200
committerDavid Marchand <[email protected]>2024-08-08 14:50:23 +0200
commitcb9187bc5c2b4bab0ad80194ac3b60491de14e8c (patch)
treefcbcf1ced29d79eca930254731375c95b1038868 /devtools
parentb3485f4293997d35b6daecc3437bb0c183a51fb3 (diff)
version: 24.11-rc0
Start a new release cycle with empty release notes. The ABI version becomes 25.0. The map files are updated to the new ABI major number (25). The ABI exceptions are dropped and CI ABI checks are disabled because compatibility is not preserved. Signed-off-by: David Marchand <[email protected]> Acked-by: Thomas Monjalon <[email protected]>
Diffstat (limited to 'devtools')
-rw-r--r--devtools/libabigail.abignore19
1 files changed, 0 insertions, 19 deletions
diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore
index 96b16059a8..21b8cd6113 100644
--- a/devtools/libabigail.abignore
+++ b/devtools/libabigail.abignore
@@ -33,22 +33,3 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Temporary exceptions till next major ABI version ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-[suppress_type]
- name = rte_mbuf
- type_kind = struct
- has_size_change = no
- has_data_member = {cacheline0, rearm_data, rx_descriptor_fields1, cacheline1}
-
-[suppress_type]
- name = rte_pipeline_table_entry
-
-[suppress_type]
- name = rte_rcu_qsbr
-
-[suppress_type]
- name = rte_eth_fp_ops
- has_data_member_inserted_between = {offset_of(reserved2), end}
-
-[suppress_type]
- name = rte_crypto_fp_ops
- has_data_member_inserted_between = {offset_of(reserved), end}