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:   1029 MB/s    17455 calls/s  17455 msg/s
# tcp rx:   1029 MB/s   134295 calls/s
# tcp tx:   1054 MB/s    17882 calls/s  17882 msg/s
# tcp rx:   1055 MB/s   134496 calls/s
# tcp tx:   1011 MB/s    17152 calls/s  17152 msg/s
# tcp rx:   1012 MB/s   130477 calls/s
# tcp tx:    993 MB/s    16845 calls/s  16845 msg/s
# udp gso - over veth touching data
# udp rx:   1161 MB/s   827117 calls/s
# udp tx:   1188 MB/s    20162 calls/s  20162 msg/s
# udp rx:   1311 MB/s   934525 calls/s
# udp tx:   1311 MB/s    22252 calls/s  22252 msg/s
# udp rx:   1316 MB/s   937665 calls/s
# udp tx:   1316 MB/s    22322 calls/s  22322 msg/s
# udp rx:   1317 MB/s   938478 calls/s
# udp tx:   1316 MB/s    22336 calls/s  22336 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1292 MB/s   920577 calls/s
# udp tx:   1321 MB/s    22408 calls/s  22408 msg/s
# udp rx:   1251 MB/s   891775 calls/s
# udp tx:   1252 MB/s    21247 calls/s  21247 msg/s
# udp rx:   1321 MB/s   941439 calls/s
# udp tx:   1322 MB/s    22433 calls/s  22433 msg/s
# udp rx:   1322 MB/s   941811 calls/s
# udp tx:   1322 MB/s    22434 calls/s  22434 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1030 MB/s    17481 calls/s  17481 msg/s
# tcp rx:   1030 MB/s   123586 calls/s
# tcp tx:   1182 MB/s    20053 calls/s  20053 msg/s
# tcp rx:   1184 MB/s   110968 calls/s
# tcp tx:   1285 MB/s    21808 calls/s  21808 msg/s
# tcp rx:   1287 MB/s   111794 calls/s
# tcp tx:   1124 MB/s    19079 calls/s  19079 msg/s
# udp gso - over veth touching data
# udp rx:   1241 MB/s   905723 calls/s
# udp tx:   1267 MB/s    21505 calls/s  21505 msg/s
# udp rx:   1264 MB/s   921955 calls/s
# udp tx:   1263 MB/s    21434 calls/s  21434 msg/s
# udp rx:   1265 MB/s   923020 calls/s
# udp tx:   1264 MB/s    21445 calls/s  21445 msg/s
# udp rx:   1260 MB/s   919152 calls/s
# udp tx:   1261 MB/s    21396 calls/s  21396 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1264 MB/s   922200 calls/s
# udp tx:   1292 MB/s    21927 calls/s  21927 msg/s
# udp rx:   1147 MB/s   836867 calls/s
# udp tx:   1148 MB/s    19476 calls/s  19476 msg/s
# udp rx:    672 MB/s   490621 calls/s
# udp tx:    671 MB/s    11385 calls/s  11385 msg/s
# udp rx:    663 MB/s   483723 calls/s
# udp tx:    662 MB/s    11242 calls/s  11242 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__->