From 0e7fe4fddb493350cf78c8126e9cc93d55490c42 Mon Sep 17 00:00:00 2001 From: Amir Zeidner Date: Mon, 5 Mar 2018 14:32:22 +0200 Subject: Set DPDK_MLX4_PMD and DPDK_MLX5_PMD compile with default dlopen links dlopen linkage allow more transparent use for Mellanox nics. Mellanox shared library librte_pmd_mlx5/4_glue.so* placed in LD_LIBRARY_PATH At run time Mellanox code will be loaded only when Mellanox nics explicty used. i.e if VPP is used with other vendor Mellanox code is not loaded. Change-Id: Ib05bdbfc4cbb6e447c67186c98361f9c5b447140 Signed-off-by: Amir Zeidner --- src/plugins/dpdk.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/plugins/dpdk.am') diff --git a/src/plugins/dpdk.am b/src/plugins/dpdk.am index 41430f3a722..10f2fe4aaba 100644 --- a/src/plugins/dpdk.am +++ b/src/plugins/dpdk.am @@ -25,9 +25,6 @@ endif if WITH_ISA_L_CRYPTO_LIB dpdk_plugin_la_LDFLAGS += -Wl,--exclude-libs,libisal_crypto.a,-l:libisal_crypto.a endif -if WITH_IBVERBS_LIB -dpdk_plugin_la_LDFLAGS += -Wl,-libverbs -endif dpdk_plugin_la_CFLAGS = $(AM_CFLAGS) dpdk_plugin_la_LDFLAGS += -Wl,-lnuma -- cgit 1.2.3-korg