xref: /dpdk/devtools/libabigail.abignore (revision cb9187bc5c2b4bab0ad80194ac3b60491de14e8c)
1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2; Core suppression rules: DO NOT TOUCH ;
3;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
4
5[suppress_function]
6        symbol_version = EXPERIMENTAL
7[suppress_variable]
8        symbol_version = EXPERIMENTAL
9
10[suppress_function]
11        symbol_version = INTERNAL
12[suppress_variable]
13        symbol_version = INTERNAL
14
15; Ignore generated PMD information strings
16[suppress_variable]
17        name_regexp = _pmd_info$
18
19;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
20; Special rules to skip libraries ;
21;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22;
23; This is not a libabigail rule (see check-abi.sh).
24; This is used for driver removal and other special cases like mlx glue libs.
25;
26; SKIP_LIBRARY=librte_common_mlx5_glue
27; SKIP_LIBRARY=librte_net_mlx4_glue
28
29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
30; Experimental APIs exceptions ;
31;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
32
33;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
34; Temporary exceptions till next major ABI version ;
35;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
36