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:   1174 MB/s    19915 calls/s  19915 msg/s
# tcp rx:   1174 MB/s   139919 calls/s
# tcp tx:   1086 MB/s    18424 calls/s  18424 msg/s
# tcp rx:   1087 MB/s   129046 calls/s
# tcp tx:   1075 MB/s    18249 calls/s  18249 msg/s
# tcp rx:   1077 MB/s   130357 calls/s
# tcp tx:   1065 MB/s    18072 calls/s  18072 msg/s
# udp gso - over veth touching data
# udp rx:   1312 MB/s   934707 calls/s
# udp tx:   1350 MB/s    22908 calls/s  22908 msg/s
# udp rx:   1349 MB/s   961578 calls/s
# udp tx:   1349 MB/s    22892 calls/s  22892 msg/s
# udp rx:   1350 MB/s   961981 calls/s
# udp tx:   1350 MB/s    22900 calls/s  22900 msg/s
# udp rx:   1350 MB/s   961906 calls/s
# udp tx:   1349 MB/s    22895 calls/s  22895 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1333 MB/s   950122 calls/s
# udp tx:   1370 MB/s    23248 calls/s  23248 msg/s
# udp rx:   1358 MB/s   967431 calls/s
# udp tx:   1362 MB/s    23106 calls/s  23106 msg/s
# udp rx:   1357 MB/s   967083 calls/s
# udp tx:   1360 MB/s    23068 calls/s  23068 msg/s
# udp rx:   1343 MB/s   956820 calls/s
# udp tx:   1345 MB/s    22821 calls/s  22821 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1095 MB/s    18578 calls/s  18578 msg/s
# tcp rx:   1095 MB/s   139798 calls/s
# tcp tx:   1173 MB/s    19910 calls/s  19910 msg/s
# tcp rx:   1175 MB/s   139267 calls/s
# tcp tx:   1177 MB/s    19978 calls/s  19978 msg/s
# tcp rx:   1179 MB/s   139703 calls/s
# tcp tx:   1177 MB/s    19966 calls/s  19966 msg/s
# udp gso - over veth touching data
# udp rx:   1223 MB/s   892600 calls/s
# udp tx:   1261 MB/s    21398 calls/s  21398 msg/s
# udp rx:   1218 MB/s   888829 calls/s
# udp tx:   1220 MB/s    20700 calls/s  20700 msg/s
# udp rx:   1269 MB/s   925956 calls/s
# udp tx:   1270 MB/s    21553 calls/s  21553 msg/s
# udp rx:   1269 MB/s   925625 calls/s
# udp tx:   1270 MB/s    21548 calls/s  21548 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1173 MB/s   855687 calls/s
# udp tx:   1211 MB/s    20552 calls/s  20552 msg/s
# udp rx:   1224 MB/s   892757 calls/s
# udp tx:   1228 MB/s    20842 calls/s  20842 msg/s
# udp rx:   1244 MB/s   907760 calls/s
# udp tx:   1247 MB/s    21159 calls/s  21159 msg/s
# udp rx:   1256 MB/s   916099 calls/s
# udp tx:   1259 MB/s    21361 calls/s  21361 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__->