]> git.proxmox.com Git - ceph.git/blob - ceph/src/dpdk/lib/librte_hash/rte_hash_version.map
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / dpdk / 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;