aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_vhost/rte_vhost_version.map
blob: df01031292336ab35a9d9760e68c1e53b2021c2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
DPDK_2.0 {
	global:

	rte_vhost_dequeue_burst;
	rte_vhost_driver_callback_register;
	rte_vhost_driver_register;
	rte_vhost_enable_guest_notification;
	rte_vhost_enqueue_burst;

	local: *;
};

DPDK_2.1 {
	global:

	rte_vhost_driver_unregister;

} DPDK_2.0;

DPDK_16.07 {
	global:

	rte_vhost_avail_entries;
	rte_vhost_get_ifname;
	rte_vhost_get_numa_node;
	rte_vhost_get_queue_num;

} DPDK_2.1;

DPDK_17.05 {
	global:

	rte_vhost_driver_disable_features;
	rte_vhost_driver_enable_features;
	rte_vhost_driver_get_features;
	rte_vhost_driver_set_features;
	rte_vhost_driver_start;
	rte_vhost_get_mem_table;
	rte_vhost_get_mtu;
	rte_vhost_get_negotiated_features;
	rte_vhost_get_vhost_vring;
	rte_vhost_get_vring_num;
	rte_vhost_gpa_to_vva;
	rte_vhost_log_used_vring;
	rte_vhost_log_write;

} DPDK_16.07;

DPDK_17.08 {
	global:

	rte_vhost_rx_queue_count;

} DPDK_17.05;

DPDK_18.02 {
	global:

	rte_vhost_vring_call;

} DPDK_17.08;