f-stack/dpdk/lib/lpm/version.map

25 lines
407 B
Plaintext
Raw Permalink Normal View History

2025-01-10 11:50:43 +00:00
DPDK_24 {
2021-02-05 08:48:47 +00:00
global:
rte_lpm6_add;
rte_lpm6_create;
rte_lpm6_delete;
rte_lpm6_delete_all;
rte_lpm6_delete_bulk_func;
rte_lpm6_find_existing;
rte_lpm6_free;
rte_lpm6_is_rule_present;
rte_lpm6_lookup;
rte_lpm6_lookup_bulk_func;
rte_lpm_add;
rte_lpm_create;
rte_lpm_delete;
rte_lpm_delete_all;
rte_lpm_find_existing;
rte_lpm_free;
rte_lpm_is_rule_present;
2025-01-10 11:50:43 +00:00
rte_lpm_rcu_qsbr_add;
2021-02-05 08:48:47 +00:00
local: *;
};