2022-03-23 09:24:00 +00:00
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
; Core suppression rules: DO NOT TOUCH ;
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
|
2020-02-02 21:08:34 +00:00
|
|
|
[suppress_function]
|
|
|
|
symbol_version = EXPERIMENTAL
|
|
|
|
[suppress_variable]
|
|
|
|
symbol_version = EXPERIMENTAL
|
|
|
|
|
2020-04-25 10:56:18 +00:00
|
|
|
[suppress_function]
|
|
|
|
symbol_version = INTERNAL
|
|
|
|
[suppress_variable]
|
|
|
|
symbol_version = INTERNAL
|
2021-01-14 14:46:08 +00:00
|
|
|
|
2021-01-24 20:51:56 +00:00
|
|
|
; Ignore generated PMD information strings
|
|
|
|
[suppress_variable]
|
|
|
|
name_regexp = _pmd_info$
|
2022-02-08 22:20:27 +00:00
|
|
|
|
2022-03-01 16:54:04 +00:00
|
|
|
; Ignore changes on soname for mlx glue internal drivers
|
|
|
|
[suppress_file]
|
|
|
|
soname_regexp = ^librte_.*mlx.*glue\.
|
|
|
|
|
2022-03-23 09:24:00 +00:00
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
; Experimental APIs exceptions ;
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2022-02-11 16:02:35 +00:00
|
|
|
|
2022-06-01 09:02:43 +00:00
|
|
|
; Ignore changes to asymmetric crypto API which is experimental
|
2022-02-11 16:02:35 +00:00
|
|
|
[suppress_type]
|
|
|
|
name = rte_crypto_asym_op
|
2022-06-01 09:02:43 +00:00
|
|
|
[suppress_type]
|
|
|
|
type_kind = enum
|
|
|
|
changed_enumerators = RTE_CRYPTO_ASYM_XFORM_ECPM, RTE_CRYPTO_ASYM_XFORM_TYPE_LIST_END
|
2022-02-24 23:25:06 +00:00
|
|
|
|
2022-03-23 09:24:00 +00:00
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
; Temporary exceptions till next major ABI version ;
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|