aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_vhost/rte_vhost_version.map
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_vhost/rte_vhost_version.map')
-rw-r--r--lib/librte_vhost/rte_vhost_version.map24
1 files changed, 21 insertions, 3 deletions
diff --git a/lib/librte_vhost/rte_vhost_version.map b/lib/librte_vhost/rte_vhost_version.map
index dc6f5165..da220dd0 100644
--- a/lib/librte_vhost/rte_vhost_version.map
+++ b/lib/librte_vhost/rte_vhost_version.map
@@ -60,8 +60,26 @@ DPDK_18.02 {
} DPDK_17.08;
-DPDK_18.02.1 {
- global;
+EXPERIMENTAL {
+ global:
+ rte_vdpa_register_device;
+ rte_vdpa_unregister_device;
+ rte_vdpa_find_device_id;
+ rte_vdpa_get_device;
+ rte_vhost_driver_attach_vdpa_device;
+ rte_vhost_driver_detach_vdpa_device;
+ rte_vhost_driver_get_vdpa_device_id;
+ rte_vhost_get_vdpa_device_id;
+ rte_vhost_driver_get_protocol_features;
+ rte_vhost_driver_get_queue_num;
+ rte_vhost_get_log_base;
+ rte_vhost_get_vring_base;
+ rte_vhost_set_vring_base;
+ rte_vhost_crypto_create;
+ rte_vhost_crypto_free;
+ rte_vhost_crypto_fetch_requests;
+ rte_vhost_crypto_finalize_requests;
+ rte_vhost_crypto_set_zero_copy;
rte_vhost_va_from_guest_pa;
-} DPDK_18.02;
+};