numam-dpdk/lib/librte_table/rte_table_version.map
Cristian Dumitrescu d0a0096661 table: add exact match SWX table
Add the exact match table type for the SWX pipeline. Used under the
hood by the SWX pipeline table instruction.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2020-10-01 18:43:10 +02:00

29 lines
528 B
Plaintext

DPDK_21 {
global:
rte_table_acl_ops;
rte_table_array_ops;
rte_table_hash_cuckoo_ops;
rte_table_hash_ext_ops;
rte_table_hash_key16_ext_ops;
rte_table_hash_key16_lru_ops;
rte_table_hash_key32_ext_ops;
rte_table_hash_key32_lru_ops;
rte_table_hash_key8_ext_ops;
rte_table_hash_key8_lru_ops;
rte_table_hash_lru_ops;
rte_table_lpm_ipv6_ops;
rte_table_lpm_ops;
rte_table_stub_ops;
local: *;
};
EXPERIMENTAL {
global:
# added in 20.11
rte_swx_table_exact_match_ops;
rte_swx_table_exact_match_unoptimized_ops;
};