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:   1181 MB/s    20037 calls/s  20037 msg/s
# tcp rx:   1180 MB/s   126436 calls/s
# tcp tx:   1071 MB/s    18174 calls/s  18174 msg/s
# tcp rx:   1074 MB/s   134013 calls/s
# tcp tx:   1064 MB/s    18063 calls/s  18063 msg/s
# tcp rx:   1065 MB/s   130475 calls/s
# tcp tx:   1079 MB/s    18304 calls/s  18304 msg/s
# udp gso - over veth touching data
# udp rx:   1280 MB/s   912087 calls/s
# udp tx:   1316 MB/s    22334 calls/s  22334 msg/s
# udp rx:   1301 MB/s   927320 calls/s
# udp tx:   1309 MB/s    22208 calls/s  22208 msg/s
# udp rx:   1214 MB/s   865024 calls/s
# udp tx:   1215 MB/s    20620 calls/s  20620 msg/s
# udp rx:   1308 MB/s   932005 calls/s
# udp tx:   1310 MB/s    22221 calls/s  22221 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1235 MB/s   880346 calls/s
# udp tx:   1274 MB/s    21617 calls/s  21617 msg/s
# udp rx:   1299 MB/s   925937 calls/s
# udp tx:   1304 MB/s    22121 calls/s  22121 msg/s
# udp rx:   1311 MB/s   934585 calls/s
# udp tx:   1318 MB/s    22369 calls/s  22369 msg/s
# udp rx:   1315 MB/s   937282 calls/s
# udp tx:   1314 MB/s    22298 calls/s  22298 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    857 MB/s    14547 calls/s  14547 msg/s
# tcp rx:    858 MB/s    98076 calls/s
# tcp tx:    831 MB/s    14102 calls/s  14102 msg/s
# tcp rx:    832 MB/s    93034 calls/s
# tcp tx:    828 MB/s    14050 calls/s  14050 msg/s
# tcp rx:    829 MB/s    92999 calls/s
# tcp tx:    841 MB/s    14264 calls/s  14264 msg/s
# udp gso - over veth touching data
# udp rx:    759 MB/s   554150 calls/s
# udp tx:    793 MB/s    13464 calls/s  13464 msg/s
# udp rx:   1287 MB/s   938926 calls/s
# udp tx:   1286 MB/s    21825 calls/s  21825 msg/s
# udp rx:   1285 MB/s   937689 calls/s
# udp tx:   1285 MB/s    21799 calls/s  21799 msg/s
# udp rx:   1284 MB/s   936752 calls/s
# udp tx:   1283 MB/s    21768 calls/s  21768 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1208 MB/s   881515 calls/s
# udp tx:   1238 MB/s    21011 calls/s  21011 msg/s
# udp rx:   1229 MB/s   896322 calls/s
# udp tx:   1228 MB/s    20829 calls/s  20829 msg/s
# udp rx:   1229 MB/s   896776 calls/s
# udp tx:   1229 MB/s    20851 calls/s  20851 msg/s
# udp rx:   1225 MB/s   893404 calls/s
# udp tx:   1225 MB/s    20777 calls/s  20777 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__->