On Wed, Aug 09, 2023 at 09:43:06AM -0700, Stephen Hemminger wrote:
> This API was added in 20.08 release.
> 
> Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
> ---

there is driver work going on for similar functionality to vfio on
windows. it's possible that this api could be exposed for windows but
in the current form may not be suitable.

*not blocking* 

just wanted to make you aware, i don't have a firm enough schedule to
derail this process.

>  lib/eal/include/rte_eal.h | 4 ----
>  lib/eal/version.map       | 4 +---
>  2 files changed, 1 insertion(+), 7 deletions(-)
> 
> diff --git a/lib/eal/include/rte_eal.h b/lib/eal/include/rte_eal.h
> index 53c4a5519e61..aac57665e6c2 100644
> --- a/lib/eal/include/rte_eal.h
> +++ b/lib/eal/include/rte_eal.h
> @@ -412,16 +412,12 @@ int rte_eal_create_uio_dev(void);
>  enum rte_intr_mode rte_eal_vfio_intr_mode(void);
>  
>  /**
> - * @warning
> - * @b EXPERIMENTAL: this API may change without prior notice
> - *
>   * Copy the user-configured vfio VF token.
>   *
>   * @param vf_token
>   *   vfio VF token configured with the command line is copied
>   *   into this parameter, zero uuid by default.
>   */
> -__rte_experimental
>  void rte_eal_vfio_get_vf_token(rte_uuid_t vf_token);
>  
>  /**
> diff --git a/lib/eal/version.map b/lib/eal/version.map
> index 3b42d6e0e4c1..65435ae48696 100644
> --- a/lib/eal/version.map
> +++ b/lib/eal/version.map
> @@ -89,6 +89,7 @@ DPDK_24 {
>       rte_eal_tailq_lookup;
>       rte_eal_tailq_register;
>       rte_eal_using_phys_addrs;
> +     rte_eal_vfio_get_vf_token; # WINDOWS_NO_EXPORT
>       rte_eal_vfio_intr_mode; # WINDOWS_NO_EXPORT
>       rte_eal_wait_lcore;
>       rte_epoll_ctl;
> @@ -396,9 +397,6 @@ EXPERIMENTAL {
>       rte_trace_regexp; # WINDOWS_NO_EXPORT
>       rte_trace_save; # WINDOWS_NO_EXPORT
>  
> -     # added in 20.08
> -     rte_eal_vfio_get_vf_token; # WINDOWS_NO_EXPORT
> -
>       # added in 20.11
>       __rte_eal_trace_generic_size_t; # WINDOWS_NO_EXPORT
>       rte_cpu_get_intrinsics_support; # WINDOWS_NO_EXPORT
> -- 
> 2.39.2

Reply via email to