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 generated PMD information strings 12[suppress_variable] 13 name_regexp = _pmd_info$ 14 15; Ignore changes on soname for mlx glue internal drivers 16[suppress_file] 17 soname_regexp = ^librte_.*mlx.*glue\. 18 19; Ignore fields inserted in place of reserved_opts of rte_security_ipsec_sa_options 20[suppress_type] 21 name = rte_security_ipsec_sa_options 22 has_data_member_inserted_between = {offset_of(reserved_opts), end} 23 24; Ignore changes to rte_crypto_asym_op, asymmetric crypto API is experimental 25[suppress_type] 26 name = rte_crypto_asym_op 27 28; Ignore section attribute fixes in experimental regexdev library 29[suppress_file] 30 soname_regexp = ^librte_regexdev\. 31 32; Ignore changes in common mlx5 driver, should be all internal 33[suppress_file] 34 soname_regexp = ^librte_common_mlx5\. 35 36; Ignore visibility fix of local functions in experimental auxiliary driver 37[suppress_file] 38 soname_regexp = ^librte_bus_auxiliary\. 39 40; Ignore visibility fix of local functions in experimental gpudev library 41[suppress_file] 42 soname_regexp = ^librte_gpudev\. 43