New upstream version 18.11-rc1
[deb_dpdk.git] / lib / librte_hash / rte_hash_version.map
1 DPDK_2.0 {
2         global:
3
4         rte_fbk_hash_create;
5         rte_fbk_hash_find_existing;
6         rte_fbk_hash_free;
7         rte_hash_add_key;
8         rte_hash_add_key_with_hash;
9         rte_hash_create;
10         rte_hash_del_key;
11         rte_hash_del_key_with_hash;
12         rte_hash_find_existing;
13         rte_hash_free;
14         rte_hash_hash;
15         rte_hash_lookup;
16         rte_hash_lookup_bulk;
17         rte_hash_lookup_with_hash;
18
19         local: *;
20 };
21
22 DPDK_2.1 {
23         global:
24
25         rte_hash_add_key_data;
26         rte_hash_add_key_with_hash_data;
27         rte_hash_iterate;
28         rte_hash_lookup_bulk_data;
29         rte_hash_lookup_data;
30         rte_hash_lookup_with_hash_data;
31         rte_hash_reset;
32
33 } DPDK_2.0;
34
35 DPDK_2.2 {
36         global:
37
38         rte_hash_set_cmp_func;
39
40 } DPDK_2.1;
41
42 DPDK_16.07 {
43         global:
44
45         rte_hash_get_key_with_position;
46
47 } DPDK_2.2;
48
49
50 DPDK_18.08 {
51         global:
52
53         rte_hash_count;
54
55 } DPDK_16.07;
56
57 EXPERIMENTAL {
58         global:
59
60         rte_hash_free_key_with_position;
61
62 };