]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/lib/librte_hash/rte_hash_version.map
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_hash / rte_hash_version.map
CommitLineData
7c673cae
FG
1DPDK_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
22DPDK_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
35DPDK_2.2 {
36 global:
37
38 rte_hash_set_cmp_func;
39
40} DPDK_2.1;
41
42DPDK_16.07 {
43 global:
44
45 rte_hash_get_key_with_position;
46
47} DPDK_2.2;
11fdf7f2
TL
48
49
50DPDK_18.08 {
51 global:
52
53 rte_hash_count;
54
55} DPDK_16.07;
9f95a23c
TL
56
57EXPERIMENTAL {
58 global:
59
60 rte_hash_free_key_with_position;
61
62};