eal/windows: do not install virt2phys header
authorDmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Fri, 1 Oct 2021 16:37:25 +0000 (19:37 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 11 Oct 2021 19:17:12 +0000 (21:17 +0200)
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@dpdk.org
Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
lib/eal/windows/include/meson.build

index b3534b0..5fb1962 100644 (file)
@@ -5,6 +5,5 @@ includes += include_directories('.')
 
 headers += files(
         'rte_os.h',
-        'rte_virt2phys.h',
         'rte_windows.h',
 )