xref: /dpdk/devtools/libabigail.abignore (revision 7be7dc6d)
1[suppress_function]
2        symbol_version = EXPERIMENTAL
3[suppress_variable]
4        symbol_version = EXPERIMENTAL
5
6[suppress_function]
7        symbol_version = INTERNAL
8[suppress_variable]
9        symbol_version = INTERNAL
10
11; Ignore generated PMD information strings
12[suppress_variable]
13        name_regexp = _pmd_info$
14
15; Explicit ignore for driver-only ABI
16[suppress_type]
17        name = eth_dev_ops
18
19; Ignore fields inserted in cacheline boundary of rte_cryptodev
20[suppress_type]
21        name = rte_cryptodev
22        has_data_member_inserted_between = {0, 1023}
23