01/10/2021 18:37, Dmitry Kozlyuk:
> The header was not intended to be a public one.
> DPDK users should use `rte_mem_virt2iova()` to translate addresses.
> Other virt2phys users should use the header from the driver instead.
>
> Fixes: 2a5d547a4a9b ("eal/windows: implement basic memory management")
> Cc: [email protected]
>
> Signed-off-by: Dmitry Kozlyuk <[email protected]>
> ---
> headers += files(
> 'rte_os.h',
> - 'rte_virt2phys.h',
> 'rte_windows.h',
> )
We should plan to rename it.
Files starting with rte_ are supposed to be public.