1DPDK_22 { 2 global: 3 4 rte_table_acl_ops; 5 rte_table_array_ops; 6 rte_table_hash_cuckoo_ops; 7 rte_table_hash_ext_ops; 8 rte_table_hash_key16_ext_ops; 9 rte_table_hash_key16_lru_ops; 10 rte_table_hash_key32_ext_ops; 11 rte_table_hash_key32_lru_ops; 12 rte_table_hash_key8_ext_ops; 13 rte_table_hash_key8_lru_ops; 14 rte_table_hash_lru_ops; 15 rte_table_lpm_ipv6_ops; 16 rte_table_lpm_ops; 17 rte_table_stub_ops; 18 19 local: *; 20}; 21 22EXPERIMENTAL { 23 global: 24 25 # added in 20.11 26 rte_swx_table_exact_match_ops; 27 rte_swx_table_exact_match_unoptimized_ops; 28 29 # added in 21.05 30 rte_swx_table_wildcard_match_ops; 31 32 # added in 21.08 33 rte_swx_table_selector_create; 34 rte_swx_table_selector_footprint_get; 35 rte_swx_table_selector_free; 36 rte_swx_table_selector_group_set; 37 rte_swx_table_selector_mailbox_size_get; 38 rte_swx_table_selector_select; 39}; 40