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 going
> through the glue library.
>
> Fixes: ffc7411cabfe ("net/mlx4: fix inner RSS support for broken kernels")
>
> Signed-off-by: Adrien Mazarguil <[email protected]>
Squashed into relevant commit in next-net, thanks.