summaryrefslogtreecommitdiffstats
path: root/scripts/trex-cfg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/trex-cfg')
-rwxr-xr-xscripts/trex-cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/trex-cfg b/scripts/trex-cfg
index 714aea6c..19b12129 100755
--- a/scripts/trex-cfg
+++ b/scripts/trex-cfg
@@ -39,7 +39,9 @@ done
PATH=$PATH:/sbin:/usr/sbin
-if ! lsmod | grep -q igb_uio ; then
+#! lsmod | grep -q igb_uio ;
+# TBD need to fix this for Mellanox , need to check if all NICS are mellanox and not to do this
+if false ; then
echo "Loading kernel drivers for the first time"
modprobe uio
if [ $? -ne 0 ]; then