git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
694c817
)
eal/windows: do not install virt2phys header
author
Dmitry Kozlyuk
<dmitry.kozliuk@gmail.com>
Fri, 1 Oct 2021 16:37:25 +0000
(19:37 +0300)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/lib/eal/windows/include/meson.build
b/lib/eal/windows/include/meson.build
index
b3534b0
..
5fb1962
100644
(file)
--- a/
lib/eal/windows/include/meson.build
+++ b/
lib/eal/windows/include/meson.build
@@
-5,6
+5,5
@@
includes += include_directories('.')
headers += files(
'rte_os.h',
- 'rte_virt2phys.h',
'rte_windows.h',
)