]> git.proxmox.com Git - ceph.git/blob - ceph/src/dpdk/lib/librte_vhost/rte_vhost_version.map
bump version to 12.2.12-pve1
[ceph.git] / ceph / src / dpdk / lib / librte_vhost / rte_vhost_version.map
1 DPDK_2.0 {
2 global:
3
4 rte_vhost_dequeue_burst;
5 rte_vhost_driver_callback_register;
6 rte_vhost_driver_register;
7 rte_vhost_driver_session_start;
8 rte_vhost_enable_guest_notification;
9 rte_vhost_enqueue_burst;
10 rte_vhost_feature_disable;
11 rte_vhost_feature_enable;
12 rte_vhost_feature_get;
13
14 local: *;
15 };
16
17 DPDK_2.1 {
18 global:
19
20 rte_vhost_driver_unregister;
21
22 } DPDK_2.0;
23
24 DPDK_16.07 {
25 global:
26
27 rte_vhost_avail_entries;
28 rte_vhost_get_ifname;
29 rte_vhost_get_numa_node;
30 rte_vhost_get_queue_num;
31
32 } DPDK_2.1;