vhost/crypto: add public function implementation
[dpdk.git] / lib / librte_vhost / rte_vhost_version.map
index 55e0af7..b9d3380 100644 (file)
@@ -71,4 +71,13 @@ EXPERIMENTAL {
        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;
+
 } DPDK_18.02;