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