From e8b47ff254dc60b7c616d49605dddf99bd6ab64e Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Tue, 7 Feb 2017 14:32:48 +0200 Subject: no need for dummy verbs anymore Signed-off-by: Hanoh Haim --- scripts/t-rex-64 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/t-rex-64 b/scripts/t-rex-64 index fc8318a5..e8947f65 100755 --- a/scripts/t-rex-64 +++ b/scripts/t-rex-64 @@ -25,11 +25,6 @@ done <<< "$($PYTHON dpdk_setup_ports.py --dump-pci-description)" cd $(dirname $0) export LD_LIBRARY_PATH=$PWD -#Add dummy lib in case we don't find it, e.g. there is no OFED installed -if ldd _$(basename $0) | grep "libibverbs.so" | grep -q "not found"; then -export LD_LIBRARY_PATH=$PWD:$PWD/dumy_libs -fi - if [ -t 0 ] && [ -t 1 ]; then export is_tty=true -- cgit 1.2.3-korg