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 fields inserted in place of reserved_opts of rte_security_ipsec_sa_options 16[suppress_type] 17 name = rte_security_ipsec_sa_options 18 has_data_member_inserted_between = {offset_of(reserved_opts), end} 19 20; Ignore changes to rte_crypto_asym_op, asymmetric crypto API is experimental 21[suppress_type] 22 name = rte_crypto_asym_op 23 24; Ignore changes in common mlx5 driver, should be all internal 25[suppress_file] 26 soname_regexp = ^librte_common_mlx5\. 27