986a5277158a360bfc4e230d3c3af285f0b6ed40
[dpdk.git] / devtools / libabigail.abignore
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 ; Explicit ignore for driver-only ABI
12 [suppress_type]
13         name = rte_cryptodev_ops
14 ; Ignore this enum update as it is part of an experimental API
15 [suppress_type]
16         type_kind = enum
17         name = rte_crypto_asym_xform_type
18         changed_enumerators = RTE_CRYPTO_ASYM_XFORM_TYPE_LIST_END
19 ; Ignore updates of ring prod/cons
20 [suppress_type]
21         type_kind = struct
22         name = rte_ring
23 [suppress_type]
24         type_kind = struct
25         name = rte_event_ring
26 ; Ignore ethdev event enum update because new event cannot be
27 ; received if not registered
28 [suppress_type]
29         type_kind = enum
30         name = rte_eth_event_type
31         changed_enumerators = RTE_ETH_EVENT_MAX