Code Review
/
trex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5d2b270
)
no need for dummy verbs anymore
author
Hanoh Haim
<
[email protected]
>
Tue, 7 Feb 2017 12:32:48 +0000
(14:32 +0200)
committer
Ido 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
patch
|
blob
|
history
diff --git
a/scripts/t-rex-64
b/scripts/t-rex-64
index
fc8318a
..
e8947f6
100755
(executable)
--- 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