xen: fix build as shared library
authorThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 11 Jul 2016 16:52:56 +0000 (18:52 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 11 Jul 2016 17:09:56 +0000 (19:09 +0200)
commit9d59b409ca0963451cd7117df1ca1a19a9407e95
treeb699bb0c689ae094c2f1b5258075928676f4af08
parenta461943208397029b85273b89d4ac30f7c89c3fa
xen: fix build as shared library

When building as shared library, the compiler complains for
undefined reference to `rte_xen_mem_phy2mch'

The symbol rte_xen_mem_phy2mch was introduced in DPDK 2.2
and has been called in mempool recently via rte_mem_phy2mch.

Fixes: c042ba20674a ("mempool: rework support of Xen dom0")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/linuxapp/eal/rte_eal_version.map