vhost: introduce safe API for GPA translation
[dpdk.git] / lib / librte_vhost / rte_vhost_version.map
index d3453a2..8243bca 100644 (file)
@@ -61,8 +61,25 @@ DPDK_18.02 {
 } DPDK_17.08;
 
 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;