On 6/26/2020 3:04 PM, Maxime Coquelin wrote:
vDPA is no more used outside of the vDPA internals,
so remove rte_vdpa_get_device() API that is now useless.
Acked-by: Adrián Moreno <redacted>
Signed-off-by: Maxime Coquelin <redacted>
<...>
quoted hunk ↗ jump to hunk
diff --git a/lib/librte_vhost/rte_vhost_version.map b/lib/librte_vhost/rte_vhost_version.map
index ba55f6f421..d9124d0462 100644
--- a/lib/librte_vhost/rte_vhost_version.map
+++ b/lib/librte_vhost/rte_vhost_version.map
@@ -36,7 +36,6 @@ EXPERIMENTAL {
rte_vdpa_register_device;
rte_vdpa_unregister_device;
rte_vdpa_find_device_id;
- rte_vdpa_get_device;
'rte_vdpa_find_device_id' seems removed too, removing that from .map file while
merging.