summaryrefslogtreecommitdiffstats
path: root/scripts/t-rex-64
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2017-02-27 20:41:53 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2017-02-27 20:41:53 +0200
commita7fbd337035d5a5b1ca59ae290d995232a3adc22 (patch)
tree463284124bc69ea3a4ac9173a930940f1ba23e00 /scripts/t-rex-64
parentd812110d34d0188ad1a1e6258d49d48a13e6e5ef (diff)
dpdk_setup_ports: change return code to 32 in case of Mellanox NICs.
Add info on packages for compiling .ko file. Change-Id: Ic958a339ad6af696764cb76d95d72776afc8b304 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'scripts/t-rex-64')
-rwxr-xr-xscripts/t-rex-644
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/t-rex-64 b/scripts/t-rex-64
index 208f2029..c92d48b0 100755
--- a/scripts/t-rex-64
+++ b/scripts/t-rex-64
@@ -14,8 +14,8 @@ if [ $RESULT -eq 255 ]; then
exit $RESULT
fi
-if [ $RESULT -eq 1 ]; then
-EXTRA_INPUT_ARGS="--mlx5-so"
+if [ $RESULT -eq 32 ]; then
+ EXTRA_INPUT_ARGS="--mlx5-so"
fi