xref: /dpdk/devtools/libabigail.abignore (revision 89cfd4e1)
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; Ignore fields inserted in place of reserved_opts of rte_security_ipsec_sa_options
16[suppress_type]
17       name = rte_security_ipsec_sa_options
18       has_data_member_inserted_between = {offset_of(reserved_opts), end}
19