dpdk: update mlx[45] linking options 49/17949/2
authorMatthew Smith <mgsmith@netgate.com>
Thu, 28 Feb 2019 16:33:12 +0000 (10:33 -0600)
committerDamjan Marion <dmarion@me.com>
Fri, 1 Mar 2019 20:26:47 +0000 (20:26 +0000)
commit84caa17a9d77e2986bb996a46d7c4a8a05fc868d
tree8ee1b3d4c83448706259549b533b72ad5a37417e
parentb89609428977fe4ffae4e0823e28942fd4ac4ee8
dpdk: update mlx[45] linking options

Upstream DPDK changed the names of the options to use dlopen()
with libibverbs and libmlx[45] from RTE_LIBRTE_MLX[45]_DLOPEN_DEPS
to RTE_IBVERBS_LINK_DLOPEN (handles both mlx4 and mlx5).

VPP's build option to enable this configuration when building DPDK
no longer worked starting when VPP moved to DPDK 19.02. Update VPP's
build options to enable the correct option name.

Change-Id: I8e34e1d3fc4ee8aac4fd6f2a7d27177f2b0dea50
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
build-data/packages/external.mk
build/external/packages/dpdk.mk
src/plugins/dpdk/CMakeLists.txt