604ed416d1074eee3db7c31b1301258920de2ba4
[dpdk.git] / lib / librte_lpm / rte_lpm_version.map
1 DPDK_2.0 {
2         global:
3
4         rte_lpm6_create;
5         rte_lpm6_delete;
6         rte_lpm6_delete_all;
7         rte_lpm6_delete_bulk_func;
8         rte_lpm6_find_existing;
9         rte_lpm6_free;
10
11         local: *;
12 };
13
14 DPDK_16.04 {
15         global:
16
17         rte_lpm_add;
18         rte_lpm_find_existing;
19         rte_lpm_create;
20         rte_lpm_free;
21         rte_lpm_is_rule_present;
22         rte_lpm_delete;
23         rte_lpm_delete_all;
24
25 } DPDK_2.0;
26
27 DPDK_17.05 {
28         global:
29
30         rte_lpm6_add;
31         rte_lpm6_is_rule_present;
32         rte_lpm6_lookup;
33         rte_lpm6_lookup_bulk_func;
34
35 } DPDK_16.04;