gpudev: add communication flag
[dpdk.git] / lib / gpudev / version.map
1 EXPERIMENTAL {
2         global:
3
4         # added in 21.11
5         rte_gpu_add_child;
6         rte_gpu_callback_register;
7         rte_gpu_callback_unregister;
8         rte_gpu_close;
9         rte_gpu_comm_create_flag;
10         rte_gpu_comm_destroy_flag;
11         rte_gpu_comm_get_flag_value;
12         rte_gpu_comm_set_flag;
13         rte_gpu_count_avail;
14         rte_gpu_find_next;
15         rte_gpu_info_get;
16         rte_gpu_init;
17         rte_gpu_is_valid;
18         rte_gpu_mem_alloc;
19         rte_gpu_mem_free;
20         rte_gpu_mem_register;
21         rte_gpu_mem_unregister;
22         rte_gpu_wmb;
23 };
24
25 INTERNAL {
26         global:
27
28         rte_gpu_allocate;
29         rte_gpu_attach;
30         rte_gpu_complete_new;
31         rte_gpu_get_by_name;
32         rte_gpu_notify;
33         rte_gpu_release;
34 };