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

Numan Siddique numans at ovn.org
Thu Jun 25 06:48:49 UTC 2020


On Tue, Jun 23, 2020 at 10:19 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>
>

Acked-by: Numan Siddique <numans at ovn.org>

This patch is needed to build OVS on Fedora rawhide successfully and the
commit [1] is
required in OVS for OVN openstack kolla-ansible bug -
https://bugs.launchpad.net/kolla-ansible/+bug/1884734

[1] - https://github.com/openvswitch/ovs/commit/db5a066c17bdeaa

Thanks
Numan


> ---
>  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
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>


More information about the dev mailing list