From: Benoît Ganne Date: Mon, 8 Apr 2019 11:45:33 +0000 (+0200) Subject: rdma: fix DPDK MLX driver conflict X-Git-Tag: v19.04-rc1~23 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=f3262a2dd0fd788b5ef3fc9592de17ef8bcbd897;hp=f3262a2dd0fd788b5ef3fc9592de17ef8bcbd897;p=vpp.git rdma: fix DPDK MLX driver conflict 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 ---