summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2017-02-07 14:32:48 +0200
committerIdo Barnea <ibarnea@cisco.com>2017-02-13 12:32:26 +0200
commite8b47ff254dc60b7c616d49605dddf99bd6ab64e (patch)
tree76a85a23fe7efa7e80dbab86ba3d4292de783779
parent5d2b2709ecca8789200296f112f89d6dd3300085 (diff)
no need for dummy verbs anymore
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
-rwxr-xr-xscripts/t-rex-645
1 files changed, 0 insertions, 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