make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_bench.sh TTEST_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:   1075 MB/s    18233 calls/s  18233 msg/s
# tcp rx:   1075 MB/s   130716 calls/s
# tcp tx:   1022 MB/s    17350 calls/s  17350 msg/s
# tcp rx:   1024 MB/s   130820 calls/s
# tcp tx:   1022 MB/s    17340 calls/s  17340 msg/s
# tcp rx:   1023 MB/s   130922 calls/s
# tcp tx:   1029 MB/s    17454 calls/s  17454 msg/s
# udp gso - over veth touching data
# udp rx:   1289 MB/s   918540 calls/s
# udp tx:   1334 MB/s    22626 calls/s  22626 msg/s
# udp rx:   1339 MB/s   953908 calls/s
# udp tx:   1341 MB/s    22759 calls/s  22759 msg/s
# udp rx:   1340 MB/s   955036 calls/s
# udp tx:   1342 MB/s    22772 calls/s  22772 msg/s
# udp rx:   1340 MB/s   954927 calls/s
# udp tx:   1342 MB/s    22769 calls/s  22769 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1228 MB/s   875376 calls/s
# udp tx:   1261 MB/s    21389 calls/s  21389 msg/s
# udp rx:   1302 MB/s   927744 calls/s
# udp tx:   1309 MB/s    22218 calls/s  22218 msg/s
# udp rx:   1304 MB/s   929444 calls/s
# udp tx:   1306 MB/s    22164 calls/s  22164 msg/s
# udp rx:   1322 MB/s   941926 calls/s
# udp tx:   1324 MB/s    22461 calls/s  22461 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    912 MB/s    15469 calls/s  15469 msg/s
# tcp rx:    916 MB/s   110244 calls/s
# tcp tx:    774 MB/s    13138 calls/s  13138 msg/s
# tcp rx:    775 MB/s    91273 calls/s
# tcp tx:    804 MB/s    13637 calls/s  13637 msg/s
# tcp rx:    805 MB/s    92514 calls/s
# tcp tx:    774 MB/s    13135 calls/s  13135 msg/s
# udp gso - over veth touching data
# udp rx:    680 MB/s   496167 calls/s
# udp tx:    695 MB/s    11790 calls/s  11790 msg/s
# udp rx:    700 MB/s   511183 calls/s
# udp tx:    700 MB/s    11879 calls/s  11879 msg/s
# udp rx:    718 MB/s   524160 calls/s
# udp tx:    718 MB/s    12192 calls/s  12192 msg/s
# udp rx:    730 MB/s   533057 calls/s
# udp tx:    730 MB/s    12389 calls/s  12389 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1208 MB/s   881279 calls/s
# udp tx:   1240 MB/s    21041 calls/s  21041 msg/s
# udp rx:   1123 MB/s   819139 calls/s
# udp tx:   1126 MB/s    19114 calls/s  19114 msg/s
# udp rx:   1250 MB/s   912189 calls/s
# udp tx:   1254 MB/s    21272 calls/s  21272 msg/s
# udp rx:   1250 MB/s   912264 calls/s
# udp tx:   1253 MB/s    21263 calls/s  21263 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__->