2021-10-11 21:07 (UTC+0200), Thomas Monjalon: > 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: sta...@dpdk.org > > > > Signed-off-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com> > > --- > > 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.
Is "rte_eal_" prefix OK for internal headers, like in "rte_eal_paging.h"? I want to put NetUIO interface to EAL, but also to use it from bus/pci.