X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_vhost%2Frte_vhost_version.map;h=bc843e2974c0f0c15742f86404bac742e940cef1;hb=b1721295834b4da3e683e87ec5823b355624ebe2;hp=b9d338077dfeee7d59c3435f599389fc90361a27;hpb=939066d96563377e69a916f20e150e6acfae7e3a;p=dpdk.git diff --git a/lib/librte_vhost/rte_vhost_version.map b/lib/librte_vhost/rte_vhost_version.map index b9d338077d..bc843e2974 100644 --- a/lib/librte_vhost/rte_vhost_version.map +++ b/lib/librte_vhost/rte_vhost_version.map @@ -61,10 +61,13 @@ 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_vdpa_get_device_num; rte_vhost_driver_attach_vdpa_device; rte_vhost_driver_detach_vdpa_device; rte_vhost_driver_get_vdpa_device_id; @@ -79,5 +82,7 @@ EXPERIMENTAL { rte_vhost_crypto_fetch_requests; rte_vhost_crypto_finalize_requests; rte_vhost_crypto_set_zero_copy; - -} DPDK_18.02; + rte_vhost_va_from_guest_pa; + rte_vhost_host_notifier_ctrl; + rte_vdpa_relay_vring_used; +};