no need for dummy verbs anymore
authorHanoh Haim <[email protected]>
Tue, 7 Feb 2017 12:32:48 +0000 (14:32 +0200)
committerIdo Barnea <[email protected]>
Mon, 13 Feb 2017 10:32:26 +0000 (12:32 +0200)
Signed-off-by: Hanoh Haim <[email protected]>
scripts/t-rex-64

index fc8318a..e8947f6 100755 (executable)
@@ -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