On Tue, Jun 23, 2020 at 6:49 PM Timothy Redaelli <[email protected]> wrote:
>
> libmnl is not used anymore for MLX5 PMD since DPDK 19.08.
>
> Signed-off-by: Timothy Redaelli <[email protected]>
> ---
>  acinclude.m4 | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/acinclude.m4 b/acinclude.m4
> index 8847b8145..5be2a2f1c 100644
> --- a/acinclude.m4
> +++ b/acinclude.m4
> @@ -368,7 +368,6 @@ AC_DEFUN([OVS_CHECK_DPDK], [
>      ], [], [[#include <rte_config.h>]])
>
>      AC_CHECK_DECL([RTE_LIBRTE_MLX5_PMD], [dnl found
> -      OVS_FIND_DEPENDENCY([mnl_attr_put], [mnl], [libmnl])
>        AC_CHECK_DECL([RTE_IBVERBS_LINK_DLOPEN], [], [dnl not found
>          OVS_FIND_DEPENDENCY([mlx5dv_create_wq], [mlx5], [libmlx5])
>          OVS_FIND_DEPENDENCY([verbs_init_cq], [ibverbs], [libibverbs])
> --
> 2.26.2

Looks good to me.
(I copied mlx guys for info.)
Reviewed-by: David Marchand <[email protected]>


--
David Marchand

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to