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:   1026 MB/s    17409 calls/s  17409 msg/s
# tcp rx:   1026 MB/s   139434 calls/s
# tcp tx:   1060 MB/s    17992 calls/s  17992 msg/s
# tcp rx:   1070 MB/s   133435 calls/s
# tcp tx:   1007 MB/s    17085 calls/s  17085 msg/s
# tcp rx:   1010 MB/s   128018 calls/s
# tcp tx:   1026 MB/s    17415 calls/s  17415 msg/s
# udp gso - over veth touching data
# udp rx:   1238 MB/s   882047 calls/s
# udp tx:   1276 MB/s    21647 calls/s  21647 msg/s
# udp rx:    912 MB/s   650231 calls/s
# udp tx:    901 MB/s    15284 calls/s  15284 msg/s
# udp rx:    670 MB/s   477676 calls/s
# udp tx:    670 MB/s    11366 calls/s  11366 msg/s
# udp rx:    668 MB/s   475932 calls/s
# udp tx:    667 MB/s    11321 calls/s  11321 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1202 MB/s   856597 calls/s
# udp tx:   1229 MB/s    20851 calls/s  20851 msg/s
# udp rx:   1325 MB/s   944463 calls/s
# udp tx:   1340 MB/s    22738 calls/s  22738 msg/s
# udp rx:   1337 MB/s   952946 calls/s
# udp tx:   1335 MB/s    22658 calls/s  22658 msg/s
# udp rx:   1313 MB/s   935469 calls/s
# udp tx:   1313 MB/s    22270 calls/s  22270 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    755 MB/s    12813 calls/s  12813 msg/s
# tcp rx:    756 MB/s    88267 calls/s
# tcp tx:    701 MB/s    11904 calls/s  11904 msg/s
# tcp rx:    702 MB/s    84909 calls/s
# tcp tx:    741 MB/s    12569 calls/s  12569 msg/s
# tcp rx:    741 MB/s    87903 calls/s
# tcp tx:    734 MB/s    12460 calls/s  12460 msg/s
# udp gso - over veth touching data
# udp rx:    630 MB/s   460192 calls/s
# udp tx:    648 MB/s    10997 calls/s  10997 msg/s
# udp rx:    651 MB/s   475374 calls/s
# udp tx:    659 MB/s    11179 calls/s  11179 msg/s
# udp rx:    660 MB/s   481879 calls/s
# udp tx:    662 MB/s    11241 calls/s  11241 msg/s
# udp rx:    649 MB/s   473440 calls/s
# udp tx:    650 MB/s    11033 calls/s  11033 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1119 MB/s   816704 calls/s
# udp tx:   1161 MB/s    19700 calls/s  19700 msg/s
# udp rx:   1272 MB/s   928257 calls/s
# udp tx:   1275 MB/s    21638 calls/s  21638 msg/s
# udp rx:   1262 MB/s   920711 calls/s
# udp tx:   1265 MB/s    21465 calls/s  21465 msg/s
# udp rx:   1284 MB/s   936942 calls/s
# udp tx:   1286 MB/s    21812 calls/s  21812 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__->