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:   1054 MB/s    17888 calls/s  17888 msg/s
# tcp rx:   1055 MB/s   138884 calls/s
# tcp tx:   1131 MB/s    19194 calls/s  19194 msg/s
# tcp rx:   1132 MB/s   145788 calls/s
# tcp tx:   1150 MB/s    19509 calls/s  19509 msg/s
# tcp rx:   1151 MB/s   148989 calls/s
# tcp tx:   1132 MB/s    19209 calls/s  19209 msg/s
# udp gso - over veth touching data
# udp rx:   1084 MB/s   772303 calls/s
# udp tx:   1112 MB/s    18868 calls/s  18868 msg/s
# udp rx:   1256 MB/s   895040 calls/s
# udp tx:   1263 MB/s    21425 calls/s  21425 msg/s
# udp rx:   1246 MB/s   887642 calls/s
# udp tx:   1249 MB/s    21192 calls/s  21192 msg/s
# udp rx:   1301 MB/s   926851 calls/s
# udp tx:   1303 MB/s    22110 calls/s  22110 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1231 MB/s   877073 calls/s
# udp tx:   1251 MB/s    21230 calls/s  21230 msg/s
# udp rx:   1244 MB/s   886693 calls/s
# udp tx:   1254 MB/s    21277 calls/s  21277 msg/s
# udp rx:   1317 MB/s   938356 calls/s
# udp tx:   1316 MB/s    22335 calls/s  22335 msg/s
# udp rx:   1296 MB/s   923424 calls/s
# udp tx:   1296 MB/s    21991 calls/s  21991 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1094 MB/s    18566 calls/s  18566 msg/s
# tcp rx:   1094 MB/s   140292 calls/s
# tcp tx:   1117 MB/s    18959 calls/s  18959 msg/s
# tcp rx:   1118 MB/s   140506 calls/s
# tcp tx:   1134 MB/s    19242 calls/s  19242 msg/s
# tcp rx:   1135 MB/s   139349 calls/s
# tcp tx:   1147 MB/s    19454 calls/s  19454 msg/s
# udp gso - over veth touching data
# udp rx:   1151 MB/s   839962 calls/s
# udp tx:   1188 MB/s    20153 calls/s  20153 msg/s
# udp rx:   1264 MB/s   922241 calls/s
# udp tx:   1264 MB/s    21443 calls/s  21443 msg/s
# udp rx:   1267 MB/s   924214 calls/s
# udp tx:   1266 MB/s    21486 calls/s  21486 msg/s
# udp rx:   1263 MB/s   921693 calls/s
# udp tx:   1263 MB/s    21432 calls/s  21432 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1170 MB/s   853304 calls/s
# udp tx:   1201 MB/s    20383 calls/s  20383 msg/s
# udp rx:   1221 MB/s   890755 calls/s
# udp tx:   1218 MB/s    20669 calls/s  20669 msg/s
# udp rx:   1251 MB/s   912925 calls/s
# udp tx:   1254 MB/s    21276 calls/s  21276 msg/s
# udp rx:   1269 MB/s   925976 calls/s
# udp tx:   1269 MB/s    21534 calls/s  21534 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__->