make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: udpgro_bench.sh
# ipv4
# tcp - over veth touching data
# tcp tx:    839 MB/s    14235 calls/s  14235 msg/s
# tcp rx:    842 MB/s   144057 calls/s
# tcp tx:    807 MB/s    13700 calls/s  13700 msg/s
# tcp rx:    808 MB/s   137111 calls/s
# tcp tx:    749 MB/s    12707 calls/s  12707 msg/s
# tcp rx:    749 MB/s   128163 calls/s
# tcp tx:    654 MB/s    11096 calls/s  11096 msg/s
# udp gso - over veth touching data
# udp rx:   1175 MB/s   837243 calls/s
# udp tx:   1197 MB/s    20304 calls/s  20304 msg/s
# udp rx:   1166 MB/s   830645 calls/s
# udp tx:   1175 MB/s    19936 calls/s  19936 msg/s
# udp rx:   1123 MB/s   800630 calls/s
# udp tx:   1127 MB/s    19121 calls/s  19121 msg/s
# udp rx:   1243 MB/s   885720 calls/s
# udp tx:   1244 MB/s    21106 calls/s  21106 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1200 MB/s   855141 calls/s
# udp tx:   1230 MB/s    20877 calls/s  20877 msg/s
# udp rx:   1241 MB/s   884232 calls/s
# udp tx:   1239 MB/s    21030 calls/s  21030 msg/s
# udp rx:   1232 MB/s   877674 calls/s
# udp tx:   1233 MB/s    20920 calls/s  20920 msg/s
# udp rx:   1258 MB/s   896829 calls/s
# udp tx:   1256 MB/s    21309 calls/s  21309 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    864 MB/s    14663 calls/s  14663 msg/s
# tcp rx:    865 MB/s   152010 calls/s
# tcp tx:    873 MB/s    14820 calls/s  14820 msg/s
# tcp rx:    874 MB/s   152240 calls/s
# tcp tx:    863 MB/s    14646 calls/s  14646 msg/s
# tcp rx:    864 MB/s   146847 calls/s
# tcp tx:    847 MB/s    14374 calls/s  14374 msg/s
# udp gso - over veth touching data
# udp rx:   1180 MB/s   860802 calls/s
# udp tx:   1206 MB/s    20461 calls/s  20461 msg/s
# udp rx:   1174 MB/s   856610 calls/s
# udp tx:   1177 MB/s    19963 calls/s  19963 msg/s
# udp rx:   1183 MB/s   863116 calls/s
# udp tx:   1182 MB/s    20055 calls/s  20055 msg/s
# udp rx:   1203 MB/s   877657 calls/s
# udp tx:   1202 MB/s    20391 calls/s  20391 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1154 MB/s   841737 calls/s
# udp tx:   1184 MB/s    20083 calls/s  20083 msg/s
# udp rx:   1208 MB/s   881363 calls/s
# udp tx:   1207 MB/s    20481 calls/s  20481 msg/s
# udp rx:   1199 MB/s   875006 calls/s
# udp tx:   1198 MB/s    20325 calls/s  20325 msg/s
# udp rx:   1193 MB/s   870777 calls/s
# udp tx:   1192 MB/s    20232 calls/s  20232 msg/s
ok 1 selftests: net: udpgro_bench.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->