2020-08-10 15:10:20 +00:00
|
|
|
DPDK_21 {
|
2015-02-02 17:40:20 +00:00
|
|
|
global:
|
|
|
|
|
2019-11-20 17:23:38 +00:00
|
|
|
rte_lpm6_add;
|
2015-02-02 17:40:20 +00:00
|
|
|
rte_lpm6_create;
|
|
|
|
rte_lpm6_delete;
|
|
|
|
rte_lpm6_delete_all;
|
|
|
|
rte_lpm6_delete_bulk_func;
|
|
|
|
rte_lpm6_find_existing;
|
|
|
|
rte_lpm6_free;
|
2019-11-20 17:23:38 +00:00
|
|
|
rte_lpm6_is_rule_present;
|
|
|
|
rte_lpm6_lookup;
|
|
|
|
rte_lpm6_lookup_bulk_func;
|
2016-03-09 16:57:15 +00:00
|
|
|
rte_lpm_add;
|
|
|
|
rte_lpm_create;
|
|
|
|
rte_lpm_delete;
|
|
|
|
rte_lpm_delete_all;
|
2019-11-20 17:23:38 +00:00
|
|
|
rte_lpm_find_existing;
|
|
|
|
rte_lpm_free;
|
|
|
|
rte_lpm_is_rule_present;
|
2016-03-09 16:57:15 +00:00
|
|
|
|
2019-11-20 17:23:38 +00:00
|
|
|
local: *;
|
|
|
|
};
|
2020-07-10 02:22:25 +00:00
|
|
|
|
|
|
|
EXPERIMENTAL {
|
|
|
|
global:
|
|
|
|
|
|
|
|
rte_lpm_rcu_qsbr_add;
|
|
|
|
};
|