make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_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:   1333 MB/s    22622 calls/s  22622 msg/s
# tcp rx:   1336 MB/s    47682 calls/s
# tcp tx:   1685 MB/s    28579 calls/s  28579 msg/s
# tcp rx:   1686 MB/s    69067 calls/s
# tcp tx:   1732 MB/s    29379 calls/s  29379 msg/s
# tcp rx:   1734 MB/s    62847 calls/s
# tcp tx:   1727 MB/s    29295 calls/s  29295 msg/s
# udp gso - over veth touching data
# udp rx:    583 MB/s   415671 calls/s
# udp tx:    603 MB/s    10237 calls/s  10237 msg/s
# udp rx:    622 MB/s   443664 calls/s
# udp tx:    624 MB/s    10594 calls/s  10594 msg/s
# udp rx:    589 MB/s   420181 calls/s
# udp tx:    590 MB/s    10021 calls/s  10021 msg/s
# udp rx:    622 MB/s   443288 calls/s
# udp tx:    623 MB/s    10568 calls/s  10568 msg/s
# udp gso and gro - over veth touching data
# udp rx:    914 MB/s    15511 calls/s
# udp tx:    944 MB/s    16026 calls/s  16026 msg/s
# udp rx:    979 MB/s    16555 calls/s
# udp tx:    974 MB/s    16526 calls/s  16526 msg/s
# udp rx:    964 MB/s    16366 calls/s
# udp tx:    966 MB/s    16394 calls/s  16394 msg/s
# udp rx:    957 MB/s    16245 calls/s
# udp tx:    953 MB/s    16179 calls/s  16179 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1257 MB/s    21328 calls/s  21328 msg/s
# tcp rx:   1260 MB/s    51878 calls/s
# tcp tx:   1197 MB/s    20317 calls/s  20317 msg/s
# tcp rx:   1198 MB/s    54648 calls/s
# tcp tx:   1118 MB/s    18969 calls/s  18969 msg/s
# tcp rx:   1122 MB/s    47328 calls/s
# tcp tx:   1287 MB/s    21839 calls/s  21839 msg/s
# udp gso - over veth touching data
# udp rx:   1130 MB/s   824527 calls/s
# udp tx:   1174 MB/s    19917 calls/s  19917 msg/s
# udp rx:   1199 MB/s   874655 calls/s
# udp tx:   1200 MB/s    20355 calls/s  20355 msg/s
# udp rx:   1198 MB/s   874360 calls/s
# udp tx:   1196 MB/s    20287 calls/s  20287 msg/s
# udp rx:   1111 MB/s   810330 calls/s
# udp tx:   1110 MB/s    18827 calls/s  18827 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1413 MB/s    23980 calls/s
# udp tx:   1460 MB/s    24772 calls/s  24772 msg/s
# udp rx:   1729 MB/s    29356 calls/s
# udp tx:   1728 MB/s    29309 calls/s  29309 msg/s
# udp rx:   1716 MB/s    29105 calls/s
# udp tx:   1720 MB/s    29183 calls/s  29183 msg/s
# udp rx:   1681 MB/s    28526 calls/s
# udp tx:   1680 MB/s    28509 calls/s  28509 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__->