[dpdk-dev] [PATCH] mempool: fix mlx driver loading

Thomas Monjalon thomas.monjalon at 6wind.com
Sun Dec 6 00:50:24 CET 2015


2015-12-04 18:07, Thomas Monjalon:
> 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: 9d41beed24b0 ("lib: provide initial versioning")
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>

Applied


More information about the dev mailing list