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-02-08 22:20:27 +00:00
|
|
|
; Ignore fields inserted in place of reserved_opts of rte_security_ipsec_sa_options
|
|
|
|
[suppress_type]
|
2022-03-01 16:54:04 +00:00
|
|
|
name = rte_security_ipsec_sa_options
|
|
|
|
has_data_member_inserted_between = {offset_of(reserved_opts), end}
|
2022-02-11 16:02:35 +00:00
|
|
|
|
|
|
|
; Ignore changes to rte_crypto_asym_op, asymmetric crypto API is experimental
|
|
|
|
[suppress_type]
|
|
|
|
name = rte_crypto_asym_op
|
2022-02-24 23:25:06 +00:00
|
|
|
|
2022-03-06 09:20:22 +00:00
|
|
|
; Ignore section attribute fixes in experimental regexdev library
|
|
|
|
[suppress_file]
|
|
|
|
soname_regexp = ^librte_regexdev\.
|
|
|
|
|
2022-02-24 23:25:06 +00:00
|
|
|
; Ignore changes in common mlx5 driver, should be all internal
|
|
|
|
[suppress_file]
|
|
|
|
soname_regexp = ^librte_common_mlx5\.
|
2022-03-06 09:20:23 +00:00
|
|
|
|
|
|
|
; Ignore visibility fix of local functions in experimental auxiliary driver
|
|
|
|
[suppress_file]
|
|
|
|
soname_regexp = ^librte_bus_auxiliary\.
|
|
|
|
|
|
|
|
; Ignore visibility fix of local functions in experimental gpudev library
|
|
|
|
[suppress_file]
|
|
|
|
soname_regexp = ^librte_gpudev\.
|