]> git.proxmox.com Git - mirror_ovs.git/commit
acinclude: Use RTE_IBVERBS_LINK_DLOPEN
authorTimothy Redaelli <tredaelli@redhat.com>
Wed, 8 Jan 2020 12:42:14 +0000 (13:42 +0100)
committerIan Stokes <ian.stokes@intel.com>
Thu, 9 Jan 2020 09:05:39 +0000 (09:05 +0000)
commitb926f577aaf137ad072d8ef3c915ace7cb4bc82d
tree6482b8180f2bb165cceb64e4c24f8ecd37a39519
parent9ce4832cdb93515615ea98bb3e18b2080d73cd79
acinclude: Use RTE_IBVERBS_LINK_DLOPEN

On DPDK 19.11 RTE_IBVERBS_LINK_DLOPEN is used by Mellanox PMDs (mlx4 and
mlx5) instead of RTE_LIBRTE_MLX{4,5}_DLOPEN_DEPS.

Without this commit is not possible to statically link OVS with DPDK when MLX4
or MLX5 PMDs are enabled.

Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
Acked-by: David Marchand <david.marchand@redhat.com>
Acked-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
acinclude.m4