lib: update documentation of some *_free functions
[dpdk.git] / lib / hash / version.map
1 DPDK_22 {
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_data;
9         rte_hash_add_key_with_hash;
10         rte_hash_add_key_with_hash_data;
11         rte_hash_count;
12         rte_hash_create;
13         rte_hash_del_key;
14         rte_hash_del_key_with_hash;
15         rte_hash_find_existing;
16         rte_hash_free;
17         rte_hash_free_key_with_position;
18         rte_hash_get_key_with_position;
19         rte_hash_hash;
20         rte_hash_iterate;
21         rte_hash_lookup;
22         rte_hash_lookup_bulk;
23         rte_hash_lookup_bulk_data;
24         rte_hash_lookup_data;
25         rte_hash_lookup_with_hash;
26         rte_hash_lookup_with_hash_bulk;
27         rte_hash_lookup_with_hash_bulk_data;
28         rte_hash_lookup_with_hash_data;
29         rte_hash_max_key_id;
30         rte_hash_rcu_qsbr_add;
31         rte_hash_reset;
32         rte_hash_set_cmp_func;
33
34         local: *;
35 };
36
37 EXPERIMENTAL {
38         global:
39
40         # added in 21.05
41         rte_thash_add_helper;
42         rte_thash_adjust_tuple;
43         rte_thash_find_existing;
44         rte_thash_free_ctx;
45         rte_thash_get_complement;
46         rte_thash_get_helper;
47         rte_thash_get_key;
48         rte_thash_init_ctx;
49
50         # added in 21.11
51         rte_thash_complete_matrix;
52         rte_thash_get_gfni_matrices;
53         rte_thash_gfni_supported;
54 };