ETH_S_PERF_IPERF_TCP_8K_1448B source 'common.sh'; run_iperf.sh -m -M 1500 -f M -d -t 60 -w 8K
run_iperf.sh
before
case $ARCH in
esac
case $DRIVER in
esac
case $SOC in
esac
case $MACHINE in
esac
after
case $MACHINE in
fmxx-psoc-db)
IPERFHOST=192.168.40.41
;;
esac