2020-08-10 15:10:20 +00:00
|
|
|
DPDK_21 {
|
2015-02-02 17:40:20 +00:00
|
|
|
global:
|
|
|
|
|
|
|
|
rte_table_acl_ops;
|
|
|
|
rte_table_array_ops;
|
2017-10-18 15:03:53 +00:00
|
|
|
rte_table_hash_cuckoo_ops;
|
2015-02-02 17:40:20 +00:00
|
|
|
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;
|
2017-10-18 15:03:53 +00:00
|
|
|
rte_table_hash_key8_ext_ops;
|
|
|
|
rte_table_hash_key8_lru_ops;
|
2015-02-02 17:40:20 +00:00
|
|
|
rte_table_hash_lru_ops;
|
|
|
|
rte_table_lpm_ipv6_ops;
|
|
|
|
rte_table_lpm_ops;
|
|
|
|
rte_table_stub_ops;
|
|
|
|
|
|
|
|
local: *;
|
|
|
|
};
|
2020-10-01 10:20:03 +00:00
|
|
|
|
|
|
|
EXPERIMENTAL {
|
|
|
|
global:
|
|
|
|
|
|
|
|
# added in 20.11
|
|
|
|
rte_swx_table_exact_match_ops;
|
|
|
|
rte_swx_table_exact_match_unoptimized_ops;
|
|
|
|
};
|