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 ABI 20.0.1 replaced with ABI 21 12[suppress_function] 13 symbol_version = DPDK_20.0.1 14[suppress_variable] 15 symbol_version = DPDK_20.0.1 16 17; Explicit ignore for driver-only ABI 18[suppress_type] 19 name = rte_cryptodev_ops 20; Ignore this enum update as it is part of an experimental API 21[suppress_type] 22 type_kind = enum 23 name = rte_crypto_asym_xform_type 24 changed_enumerators = RTE_CRYPTO_ASYM_XFORM_TYPE_LIST_END 25; Ignore updates of ring prod/cons 26[suppress_type] 27 type_kind = struct 28 name = rte_ring 29[suppress_type] 30 type_kind = struct 31 name = rte_event_ring 32; Ignore ethdev event enum update because new event cannot be 33; received if not registered 34[suppress_type] 35 type_kind = enum 36 name = rte_eth_event_type 37 changed_enumerators = RTE_ETH_EVENT_MAX 38; Ignore this enum update as new flags remain unknown to applications 39[suppress_type] 40 type_kind = enum 41 name = rte_cpu_flag_t 42 changed_enumerators = RTE_CPUFLAG_NUMFLAGS 43