[dpdk-dev] [dpdk-stable] [PATCH 1/2] eal/windows: do not install virt2phys header
Dmitry Kozlyuk
dmitry.kozliuk at gmail.com
Sun Oct 24 23:58:57 CEST 2021
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: stable at dpdk.org
> >
> > Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk at 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.
More information about the dev
mailing list