From: Sirshak Das Date: Sat, 22 Sep 2018 19:57:26 +0000 (-0500) Subject: dpdk_plugin: fix mlx5 build and runtime issues X-Git-Tag: v18.10-rc1~91 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=c263e48bdb5b1c05ad6fdba536a2cbbaf80405e7;hp=c263e48bdb5b1c05ad6fdba536a2cbbaf80405e7;p=vpp.git dpdk_plugin: fix mlx5 build and runtime issues There are issues with VPP finding and linking the mlx5 shared glue library which was built by default if mlx5 was enabled. Runtime Errors this patch fixes: net_mlx5: cannot load glue library: librte_pmd_mlx5_glue.so.18.05.0: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) This patch introduces additional config parameter to disable glue library building and instead statically link ibverbs and mlx5 libraries to the PMD and dpdk_plugin. Change-Id: I0b2f67652a57854c778e991780903fb15706ace8 Signed-off-by: Sirshak Das Reviewed-by: Lijian Zhang ---