From a7fbd337035d5a5b1ca59ae290d995232a3adc22 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Mon, 27 Feb 2017 20:41:53 +0200 Subject: 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 --- scripts/t-rex-64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/t-rex-64') 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 -- cgit 1.2.3-korg