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:   1189 MB/s    20183 calls/s  20183 msg/s
# tcp rx:   1191 MB/s   139881 calls/s
# tcp tx:   1181 MB/s    20034 calls/s  20034 msg/s
# tcp rx:   1182 MB/s   136677 calls/s
# tcp tx:   1188 MB/s    20165 calls/s  20165 msg/s
# tcp rx:   1190 MB/s   137701 calls/s
# tcp tx:   1181 MB/s    20033 calls/s  20033 msg/s
# udp gso - over veth touching data
# udp rx:   1248 MB/s   889583 calls/s
# udp tx:   1285 MB/s    21797 calls/s  21797 msg/s
# udp rx:   1299 MB/s   925866 calls/s
# udp tx:   1308 MB/s    22191 calls/s  22191 msg/s
# udp rx:   1313 MB/s   935664 calls/s
# udp tx:   1311 MB/s    22236 calls/s  22236 msg/s
# udp rx:   1323 MB/s   942947 calls/s
# udp tx:   1323 MB/s    22451 calls/s  22451 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1283 MB/s   914578 calls/s
# udp tx:   1320 MB/s    22395 calls/s  22395 msg/s
# udp rx:   1322 MB/s   942374 calls/s
# udp tx:   1321 MB/s    22414 calls/s  22414 msg/s
# udp rx:   1331 MB/s   948218 calls/s
# udp tx:   1330 MB/s    22570 calls/s  22570 msg/s
# udp rx:   1326 MB/s   944795 calls/s
# udp tx:   1325 MB/s    22473 calls/s  22473 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1093 MB/s    18546 calls/s  18546 msg/s
# tcp rx:   1101 MB/s   134446 calls/s
# tcp tx:   1260 MB/s    21385 calls/s  21385 msg/s
# tcp rx:   1259 MB/s   113045 calls/s
# tcp tx:   1084 MB/s    18386 calls/s  18386 msg/s
# tcp rx:   1092 MB/s   127384 calls/s
# tcp tx:   1104 MB/s    18736 calls/s  18736 msg/s
# udp gso - over veth touching data
# udp rx:   1188 MB/s   866622 calls/s
# udp tx:   1221 MB/s    20721 calls/s  20721 msg/s
# udp rx:   1258 MB/s   917715 calls/s
# udp tx:   1256 MB/s    21319 calls/s  21319 msg/s
# udp rx:   1259 MB/s   918801 calls/s
# udp tx:   1258 MB/s    21353 calls/s  21353 msg/s
# udp rx:   1259 MB/s   918262 calls/s
# udp tx:   1258 MB/s    21338 calls/s  21338 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1244 MB/s   907692 calls/s
# udp tx:   1274 MB/s    21610 calls/s  21610 msg/s
# udp rx:   1271 MB/s   927334 calls/s
# udp tx:   1272 MB/s    21582 calls/s  21582 msg/s
# udp rx:   1273 MB/s   928579 calls/s
# udp tx:   1274 MB/s    21616 calls/s  21616 msg/s
# udp rx:   1264 MB/s   922208 calls/s
# udp tx:   1265 MB/s    21470 calls/s  21470 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__->