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:   1105 MB/s    18747 calls/s  18747 msg/s
# tcp rx:   1106 MB/s   137206 calls/s
# tcp tx:   1058 MB/s    17951 calls/s  17951 msg/s
# tcp rx:   1058 MB/s   132785 calls/s
# tcp tx:   1069 MB/s    18136 calls/s  18136 msg/s
# tcp rx:   1071 MB/s   129494 calls/s
# tcp tx:   1083 MB/s    18376 calls/s  18376 msg/s
# udp gso - over veth touching data
# udp rx:   1271 MB/s   905859 calls/s
# udp tx:   1315 MB/s    22306 calls/s  22306 msg/s
# udp rx:   1268 MB/s   903427 calls/s
# udp tx:   1273 MB/s    21591 calls/s  21591 msg/s
# udp rx:   1293 MB/s   921187 calls/s
# udp tx:   1297 MB/s    22012 calls/s  22012 msg/s
# udp rx:   1275 MB/s   908350 calls/s
# udp tx:   1277 MB/s    21669 calls/s  21669 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1260 MB/s   897773 calls/s
# udp tx:   1299 MB/s    22045 calls/s  22045 msg/s
# udp rx:   1276 MB/s   909206 calls/s
# udp tx:   1296 MB/s    21989 calls/s  21989 msg/s
# udp rx:   1335 MB/s   951611 calls/s
# udp tx:   1343 MB/s    22794 calls/s  22794 msg/s
# udp rx:   1342 MB/s   956076 calls/s
# udp tx:   1348 MB/s    22871 calls/s  22871 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    764 MB/s    12967 calls/s  12967 msg/s
# tcp rx:    765 MB/s    91902 calls/s
# tcp tx:    741 MB/s    12581 calls/s  12581 msg/s
# tcp rx:    744 MB/s    85286 calls/s
# tcp tx:    705 MB/s    11971 calls/s  11971 msg/s
# tcp rx:    705 MB/s    84710 calls/s
# tcp tx:    745 MB/s    12648 calls/s  12648 msg/s
# udp gso - over veth touching data
# udp rx:    599 MB/s   436894 calls/s
# udp tx:    616 MB/s    10457 calls/s  10457 msg/s
# udp rx:    609 MB/s   444355 calls/s
# udp tx:    613 MB/s    10405 calls/s  10405 msg/s
# udp rx:    608 MB/s   443533 calls/s
# udp tx:    611 MB/s    10364 calls/s  10364 msg/s
# udp rx:    610 MB/s   444923 calls/s
# udp tx:    612 MB/s    10396 calls/s  10396 msg/s
# udp gso and gro - over veth touching data
# udp rx:    562 MB/s   410134 calls/s
# udp tx:    580 MB/s     9840 calls/s   9840 msg/s
# udp rx:    617 MB/s   450300 calls/s
# udp tx:    617 MB/s    10480 calls/s  10480 msg/s
# udp rx:    632 MB/s   461084 calls/s
# udp tx:    630 MB/s    10699 calls/s  10699 msg/s
# udp rx:    629 MB/s   459066 calls/s
# udp tx:    629 MB/s    10674 calls/s  10674 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__->