eal/windows: do not install virt2phys header
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: 2a5d547a4a
("eal/windows: implement basic memory management")
Cc: stable@dpdk.org
Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
This commit is contained in:
parent
694c81721e
commit
d47dd94162
@ -5,6 +5,5 @@ includes += include_directories('.')
|
||||
|
||||
headers += files(
|
||||
'rte_os.h',
|
||||
'rte_virt2phys.h',
|
||||
'rte_windows.h',
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user