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:
4c00cfd
)
mem: remove old function from symbol list
author
Thomas Monjalon
<thomas@monjalon.net>
Fri, 3 Nov 2017 11:21:04 +0000
(12:21 +0100)
committer
Thomas Monjalon
<thomas@monjalon.net>
Mon, 6 Nov 2017 21:12:13 +0000
(22:12 +0100)
The function rte_mem_phy2mch() was removed with the support
of Xen dom0.
Fixes:
a7cb2e20d23c
("mem: remove API to get physical address in dom0")
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_eal/rte_eal_version.map
patch
|
blob
|
history
diff --git
a/lib/librte_eal/rte_eal_version.map
b/lib/librte_eal/rte_eal_version.map
index
07cd081
..
e643202
100644
(file)
--- a/
lib/librte_eal/rte_eal_version.map
+++ b/
lib/librte_eal/rte_eal_version.map
@@
-62,7
+62,6
@@
DPDK_2.0 {
rte_malloc_validate;
rte_malloc_virt2phy;
rte_mem_lock_page;
- rte_mem_phy2mch;
rte_mem_virt2phy;
rte_memdump;
rte_memory_get_nchannel;