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:   1092 MB/s    18535 calls/s  18535 msg/s
# tcp rx:   1093 MB/s   137502 calls/s
# tcp tx:   1084 MB/s    18399 calls/s  18399 msg/s
# tcp rx:   1086 MB/s   126718 calls/s
# tcp tx:   1078 MB/s    18295 calls/s  18295 msg/s
# tcp rx:   1078 MB/s   125991 calls/s
# tcp tx:   1079 MB/s    18301 calls/s  18301 msg/s
# udp gso - over veth touching data
# udp rx:   1240 MB/s   883969 calls/s
# udp tx:   1269 MB/s    21533 calls/s  21533 msg/s
# udp rx:   1295 MB/s   922686 calls/s
# udp tx:   1304 MB/s    22123 calls/s  22123 msg/s
# udp rx:   1309 MB/s   932565 calls/s
# udp tx:   1313 MB/s    22277 calls/s  22277 msg/s
# udp rx:   1304 MB/s   929589 calls/s
# udp tx:   1308 MB/s    22196 calls/s  22196 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1246 MB/s   887978 calls/s
# udp tx:   1277 MB/s    21662 calls/s  21662 msg/s
# udp rx:   1283 MB/s   914043 calls/s
# udp tx:   1287 MB/s    21841 calls/s  21841 msg/s
# udp rx:   1296 MB/s   923847 calls/s
# udp tx:   1300 MB/s    22062 calls/s  22062 msg/s
# udp rx:   1303 MB/s   928842 calls/s
# udp tx:   1308 MB/s    22189 calls/s  22189 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    819 MB/s    13904 calls/s  13904 msg/s
# tcp rx:    819 MB/s    92964 calls/s
# tcp tx:    747 MB/s    12670 calls/s  12670 msg/s
# tcp rx:    748 MB/s    85420 calls/s
# tcp tx:    857 MB/s    14537 calls/s  14537 msg/s
# tcp rx:    857 MB/s    87676 calls/s
# tcp tx:    682 MB/s    11569 calls/s  11569 msg/s
# udp gso - over veth touching data
# udp rx:    618 MB/s   451049 calls/s
# udp tx:    636 MB/s    10791 calls/s  10791 msg/s
# udp rx:    637 MB/s   464775 calls/s
# udp tx:    636 MB/s    10799 calls/s  10799 msg/s
# udp rx:    643 MB/s   469572 calls/s
# udp tx:    643 MB/s    10914 calls/s  10914 msg/s
# udp rx:    640 MB/s   466769 calls/s
# udp tx:    639 MB/s    10845 calls/s  10845 msg/s
# udp gso and gro - over veth touching data
# udp rx:    791 MB/s   577056 calls/s
# udp tx:    827 MB/s    14030 calls/s  14030 msg/s
# udp rx:   1246 MB/s   909066 calls/s
# udp tx:   1235 MB/s    20947 calls/s  20947 msg/s
# udp rx:   1229 MB/s   896770 calls/s
# udp tx:   1238 MB/s    21013 calls/s  21013 msg/s
# udp rx:   1259 MB/s   918719 calls/s
# udp tx:   1258 MB/s    21347 calls/s  21347 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__->