summaryrefslogtreecommitdiffstats
path: root/scripts/trex-cfg
diff options
context:
space:
mode:
authorDan Klein <danklei@cisco.com>2015-10-12 09:11:44 +0300
committerDan Klein <danklei@cisco.com>2015-10-12 09:11:44 +0300
commitbd640666c052a1c770c9c1758c809f68d99af010 (patch)
tree7943dc2bfb2eaf20240189a61e23f326e1d5e8ac /scripts/trex-cfg
parent47111637f4989f82fb8ed2dab6240efb5b12713f (diff)
solving conflicts
Diffstat (limited to 'scripts/trex-cfg')
-rwxr-xr-xscripts/trex-cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/trex-cfg b/scripts/trex-cfg
index ca442d15..2aebf026 100755
--- a/scripts/trex-cfg
+++ b/scripts/trex-cfg
@@ -30,15 +30,6 @@ for file in /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepag
fi
done
-MACHINE_TYPE=`uname -m`
-
-if [ ${MACHINE_TYPE} != 'x86_64' ]; then
- echo "ERROR You have a 32bit Kernel try to install 64bit Kernel"
- exit 1
-fi
-
-
-
if ! lsmod | grep -q igb_uio ; then
echo "Load the drivers for the first time "
modprobe uio