[ovs-dev] [PATCH] acinclude: Remove libmnl for MLX5 PMD

David Marchand david.marchand at redhat.com
Thu Jun 25 07:27:06 UTC 2020


On Tue, Jun 23, 2020 at 6:49 PM Timothy Redaelli <tredaelli at redhat.com> wrote:
>
> libmnl is not used anymore for MLX5 PMD since DPDK 19.08.
>
> Signed-off-by: Timothy Redaelli <tredaelli at redhat.com>
> ---
>  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 <david.marchand at redhat.com>


--
David Marchand



More information about the dev mailing list