On Tue, Jun 23, 2020 at 10:19 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]> > Acked-by: Numan Siddique <[email protected]> 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 > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
