Summary: fq_codel at 10Gbit/s (tests for Dave Taht) Kernel: 3.17.0-rc4 * net-next at commit: c0d1379a Netperf-wrapper test: * tcp_upload_prio NOTICE: Using more CPU in this test (vs. ../measure03_fq_codel). * This should help NoneXSO test case Cmdline: export DEV=eth4; sudo sh -c "tc qdisc del dev $DEV root; tc qdisc add dev $DEV root handle 1: fq_codel ; tc -s qdisc ls dev $DEV" export TITLE=fq_codel sudo ethtool -K eth4 gro on gso on tso on sudo -E ./netperf-wrapper -H 192.168.8.2 -t TSO_${TITLE} tcp_upload_prio sudo ethtool -K eth4 gro on gso on tso off sudo -E ./netperf-wrapper -H 192.168.8.2 -t GSO_${TITLE} tcp_upload_prio sudo ethtool -K eth4 gro off gso off tso off sudo -E ./netperf-wrapper -H 192.168.8.2 -t NoneXSO_${TITLE} tcp_upload_prio Graph generation: for x in *.json.gz; do ../measure01/generate_all_graphs__tcp_upload_prio.sh $x; done