xref: /dpdk/devtools/libabigail.abignore (revision 5a196330)
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[suppress_function]
19        name_regexp = rte_vdev_(|un)register
20
21; Ignore fields inserted in cacheline boundary of rte_cryptodev
22[suppress_type]
23        name = rte_cryptodev
24        has_data_member_inserted_between = {offset_after(attached), end}