numam-dpdk/lib/librte_mempool
Thomas Monjalon cdb6d34b9f mempool: fix mlx driver loading
The function rte_mempool_obj_iter used in mlx drivers
was not exported. So the driver loading was failing:

EAL: open shared lib librte_pmd_mlx4.so
EAL: x86_64-native-linuxapp-gcc/lib/librte_pmd_mlx4.so:
	undefined symbol: rte_mempool_obj_iter

Fixes: 9d41beed24 ("lib: provide initial versioning")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2015-12-06 01:02:51 +01:00
..
Makefile mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
rte_dom0_mempool.c lib: remove extra parenthesis after return 2015-06-23 23:31:15 +02:00
rte_mempool_version.map mempool: fix mlx driver loading 2015-12-06 01:02:51 +01:00
rte_mempool.c eal: fix build with Xen dom0 enabled 2015-12-06 01:02:51 +01:00
rte_mempool.h xen: allow determining DOM0 at runtime 2015-11-13 11:34:53 +01:00