On 12/18/2018 8:01 AM, Xiao Wang wrote:
> @@ -155,4 +157,20 @@
> 
>  rte_vdpa_get_device(int did);
> 
> */
> int __rte_experimental
> rte_vdpa_get_device_num(void);
> +
> +/**
> + * @warning
> + * @b EXPERIMENTAL: this API may change without prior notice
> + *
> + * Enable/Disable host notifier mapping for a vdpa port.
> + *
> + * @param vid
> + * vhost device id
> + * @enable
> + * true for host notifier map, false for host notifier unmap

'@enable' is causing doc build warning, will fix on the repo.

Reply via email to