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:    706 MB/s    11975 calls/s  11975 msg/s
# tcp rx:    714 MB/s    86312 calls/s
# tcp tx:    706 MB/s    11989 calls/s  11989 msg/s
# tcp rx:    705 MB/s    86215 calls/s
# tcp tx:    718 MB/s    12181 calls/s  12181 msg/s
# tcp rx:    718 MB/s    87495 calls/s
# tcp tx:    723 MB/s    12270 calls/s  12270 msg/s
# udp gso - over veth touching data
# udp rx:   1252 MB/s   892226 calls/s
# udp tx:   1288 MB/s    21858 calls/s  21858 msg/s
# udp rx:   1265 MB/s   901246 calls/s
# udp tx:   1268 MB/s    21507 calls/s  21507 msg/s
# udp rx:   1290 MB/s   919515 calls/s
# udp tx:   1295 MB/s    21966 calls/s  21966 msg/s
# udp rx:   1241 MB/s   884321 calls/s
# udp tx:   1244 MB/s    21106 calls/s  21106 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1142 MB/s   813940 calls/s
# udp tx:   1176 MB/s    19953 calls/s  19953 msg/s
# udp rx:   1328 MB/s   946122 calls/s
# udp tx:   1331 MB/s    22590 calls/s  22590 msg/s
# udp rx:   1322 MB/s   942076 calls/s
# udp tx:   1324 MB/s    22464 calls/s  22464 msg/s
# udp rx:   1324 MB/s   943599 calls/s
# udp tx:   1326 MB/s    22497 calls/s  22497 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1130 MB/s    19170 calls/s  19170 msg/s
# tcp rx:   1131 MB/s   143074 calls/s
# tcp tx:   1135 MB/s    19252 calls/s  19252 msg/s
# tcp rx:   1136 MB/s   143422 calls/s
# tcp tx:   1120 MB/s    19008 calls/s  19008 msg/s
# tcp rx:   1121 MB/s   134024 calls/s
# tcp tx:   1074 MB/s    18223 calls/s  18223 msg/s
# udp gso - over veth touching data
# udp rx:    585 MB/s   427244 calls/s
# udp tx:    598 MB/s    10155 calls/s  10155 msg/s
# udp rx:    605 MB/s   441404 calls/s
# udp tx:    608 MB/s    10317 calls/s  10317 msg/s
# udp rx:    613 MB/s   447164 calls/s
# udp tx:    618 MB/s    10489 calls/s  10489 msg/s
# udp rx:    610 MB/s   445586 calls/s
# udp tx:    615 MB/s    10439 calls/s  10439 msg/s
# udp gso and gro - over veth touching data
# udp rx:    661 MB/s   482664 calls/s
# udp tx:    683 MB/s    11589 calls/s  11589 msg/s
# udp rx:    712 MB/s   519362 calls/s
# udp tx:    711 MB/s    12074 calls/s  12074 msg/s
# udp rx:    694 MB/s   506438 calls/s
# udp tx:    694 MB/s    11773 calls/s  11773 msg/s
# udp rx:    696 MB/s   508149 calls/s
# udp tx:    712 MB/s    12076 calls/s  12076 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__->