"tests/nn/vscode:/vscode.git/clone" did not exist on "1e4a503cda8571851a68effd6e504a192838ab06"
Commit c63197c0 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: update iperf parameters for gem5-i40e-pair

parent 73e902b5
......@@ -5,5 +5,5 @@ ip link set dev eth0 up
ip addr add 192.168.64.2/24 dev eth0
ethtool -K eth0 tso off
sleep 2
iperf -l 1M -w 1M -c 192.168.64.1
iperf -l 1M -w 1M -c 192.168.64.1 -i 1 -P 4
m5 exit
......@@ -4,5 +4,5 @@ modprobe i40e
ip link set dev eth0 up
ip addr add 192.168.64.1/24 dev eth0
ethtool -K eth0 tso off
iperf -s -l 1M -w 1M
iperf -s -l 1M -w 1M -P 4
m5 exit
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment