doc: add Meson coding style to contributors guide
[dpdk.git] / lib / librte_lpm / version.map
1 DPDK_21 {
2         global:
3
4         rte_lpm6_add;
5         rte_lpm6_create;
6         rte_lpm6_delete;
7         rte_lpm6_delete_all;
8         rte_lpm6_delete_bulk_func;
9         rte_lpm6_find_existing;
10         rte_lpm6_free;
11         rte_lpm6_is_rule_present;
12         rte_lpm6_lookup;
13         rte_lpm6_lookup_bulk_func;
14         rte_lpm_add;
15         rte_lpm_create;
16         rte_lpm_delete;
17         rte_lpm_delete_all;
18         rte_lpm_find_existing;
19         rte_lpm_free;
20         rte_lpm_is_rule_present;
21
22         local: *;
23 };
24
25 EXPERIMENTAL {
26         global:
27
28         rte_lpm_rcu_qsbr_add;
29 };