eal: fix build with Xen dom0 enabled
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 3 Dec 2015 04:16:55 +0000 (05:16 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 6 Dec 2015 00:02:51 +0000 (01:02 +0100)
commit5142945b3a72b523bb1ab664c4049b5168c0f7e3
tree7de71d5d77ac84b78cb5f45b9e87ecd1cb979092
parent539ed5f819c0a70dbd348f5437b30d957d667b3c
eal: fix build with Xen dom0 enabled

There is a new function in the EAL API for internal use.
It has neither a proper prefix nor a .map export:
libethdev.so: undefined reference to `is_xen_dom0_supported'

Fixes: 719dbebceb81 ("xen: allow determining DOM0 at runtime")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
drivers/net/i40e/i40e_rxtx.c
lib/librte_eal/bsdapp/eal/rte_eal_version.map
lib/librte_eal/common/include/rte_memory.h
lib/librte_eal/linuxapp/eal/eal_memory.c
lib/librte_eal/linuxapp/eal/rte_eal_version.map
lib/librte_ether/rte_ethdev.c
lib/librte_mempool/rte_mempool.c