rdma: fix DPDK MLX driver conflict 41/18741/2
authorBenoît Ganne <bganne@cisco.com>
Mon, 8 Apr 2019 11:45:33 +0000 (13:45 +0200)
committerDave Wallace <dwallacelf@gmail.com>
Mon, 8 Apr 2019 14:33:51 +0000 (14:33 +0000)
VPP rdma driver relies on an internal rdma-core not compatible with DPDK
MLX driver. Force the use of external rdma-core through
RTE_IBVERBS_LINK_DLOPEN DPDK build option and make sure internal
rdma-core symbols are not leaked outside of the rdma plugin.

Change-Id: I5b2281259f517c4e109d388d172b72eadd69986f
Signed-off-by: Benoît Ganne <bganne@cisco.com>

No differences found