Re: [dpdk-dev] [PATCH] net/mlx4: fix compilation issues in glue mode

2018-05-02 Thread Ferruh Yigit
On 5/2/2018 4:28 PM, Adrien Mazarguil wrote: > Since the commit referenced below, compiling mlx4 along with its glue > library (CONFIG_RTE_LIBRTE_MLX4_DLOPEN_DEPS=y) triggers a compilation > failure due to undefined symbols. > > They are caused by Verbs calls made directly from the PMD instead of

[dpdk-dev] [PATCH] net/mlx4: fix compilation issues in glue mode

2018-05-02 Thread Adrien Mazarguil
Since the commit referenced below, compiling mlx4 along with its glue library (CONFIG_RTE_LIBRTE_MLX4_DLOPEN_DEPS=y) triggers a compilation failure due to undefined symbols. They are caused by Verbs calls made directly from the PMD instead of going through the glue library. Fixes: ffc7411cabfe ("