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:   1086 MB/s    18420 calls/s  18420 msg/s
# tcp rx:   1086 MB/s   140276 calls/s
# tcp tx:   1128 MB/s    19143 calls/s  19143 msg/s
# tcp rx:   1129 MB/s   143410 calls/s
# tcp tx:   1072 MB/s    18186 calls/s  18186 msg/s
# tcp rx:   1073 MB/s   140789 calls/s
# tcp tx:   1093 MB/s    18545 calls/s  18545 msg/s
# udp gso - over veth touching data
# udp rx:   1282 MB/s   913511 calls/s
# udp tx:   1311 MB/s    22251 calls/s  22251 msg/s
# udp rx:   1249 MB/s   890064 calls/s
# udp tx:   1248 MB/s    21183 calls/s  21183 msg/s
# udp rx:   1274 MB/s   908104 calls/s
# udp tx:   1274 MB/s    21609 calls/s  21609 msg/s
# udp rx:   1277 MB/s   910067 calls/s
# udp tx:   1276 MB/s    21651 calls/s  21651 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1209 MB/s   861552 calls/s
# udp tx:   1235 MB/s    20955 calls/s  20955 msg/s
# udp rx:   1292 MB/s   920979 calls/s
# udp tx:   1295 MB/s    21970 calls/s  21970 msg/s
# udp rx:   1291 MB/s   920021 calls/s
# udp tx:   1290 MB/s    21892 calls/s  21892 msg/s
# udp rx:   1279 MB/s   911503 calls/s
# udp tx:   1278 MB/s    21690 calls/s  21690 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1108 MB/s    18805 calls/s  18805 msg/s
# tcp rx:   1109 MB/s   144404 calls/s
# tcp tx:   1222 MB/s    20742 calls/s  20742 msg/s
# tcp rx:   1225 MB/s   118309 calls/s
# tcp tx:   1036 MB/s    17584 calls/s  17584 msg/s
# tcp rx:   1050 MB/s   134436 calls/s
# tcp tx:   1003 MB/s    17027 calls/s  17027 msg/s
# udp gso - over veth touching data
# udp rx:   1255 MB/s   915963 calls/s
# udp tx:   1282 MB/s    21752 calls/s  21752 msg/s
# udp rx:   1251 MB/s   912759 calls/s
# udp tx:   1262 MB/s    21421 calls/s  21421 msg/s
# udp rx:   1280 MB/s   933960 calls/s
# udp tx:   1281 MB/s    21741 calls/s  21741 msg/s
# udp rx:   1262 MB/s   920775 calls/s
# udp tx:   1262 MB/s    21414 calls/s  21414 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1259 MB/s   918786 calls/s
# udp tx:   1286 MB/s    21823 calls/s  21823 msg/s
# udp rx:   1250 MB/s   911895 calls/s
# udp tx:   1248 MB/s    21174 calls/s  21174 msg/s
# udp rx:   1238 MB/s   903252 calls/s
# udp tx:   1238 MB/s    21008 calls/s  21008 msg/s
# udp rx:   1253 MB/s   913859 calls/s
# udp tx:   1252 MB/s    21236 calls/s  21236 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__->