[dpdk-dev] [PATCH v3 08/14] vhost: remove useless vDPA API

Ferruh Yigit ferruh.yigit at intel.com
Mon Jun 29 16:48:15 CEST 2020


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 <amorenoz at redhat.com>
> Signed-off-by: Maxime Coquelin <maxime.coquelin at redhat.com>

<...>

> 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.


More information about the dev mailing list