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:   1130 MB/s    19173 calls/s  19173 msg/s
# tcp rx:   1130 MB/s   140140 calls/s
# tcp tx:   1159 MB/s    19673 calls/s  19673 msg/s
# tcp rx:   1160 MB/s   138829 calls/s
# tcp tx:   1156 MB/s    19607 calls/s  19607 msg/s
# tcp rx:   1156 MB/s   137713 calls/s
# tcp tx:   1159 MB/s    19668 calls/s  19668 msg/s
# udp gso - over veth touching data
# udp rx:   1278 MB/s   910528 calls/s
# udp tx:   1315 MB/s    22318 calls/s  22318 msg/s
# udp rx:   1320 MB/s   940520 calls/s
# udp tx:   1327 MB/s    22515 calls/s  22515 msg/s
# udp rx:   1315 MB/s   936956 calls/s
# udp tx:   1313 MB/s    22275 calls/s  22275 msg/s
# udp rx:   1306 MB/s   930452 calls/s
# udp tx:   1310 MB/s    22219 calls/s  22219 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1243 MB/s   885815 calls/s
# udp tx:   1278 MB/s    21676 calls/s  21676 msg/s
# udp rx:   1315 MB/s   936929 calls/s
# udp tx:   1333 MB/s    22617 calls/s  22617 msg/s
# udp rx:   1304 MB/s   929488 calls/s
# udp tx:   1305 MB/s    22145 calls/s  22145 msg/s
# udp rx:   1288 MB/s   917847 calls/s
# udp tx:   1289 MB/s    21868 calls/s  21868 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1039 MB/s    17627 calls/s  17627 msg/s
# tcp rx:   1062 MB/s   136196 calls/s
# tcp tx:    996 MB/s    16906 calls/s  16906 msg/s
# tcp rx:    999 MB/s   124918 calls/s
# tcp tx:   1098 MB/s    18638 calls/s  18638 msg/s
# tcp rx:   1096 MB/s   126668 calls/s
# tcp tx:   1098 MB/s    18632 calls/s  18632 msg/s
# udp gso - over veth touching data
# udp rx:   1190 MB/s   867900 calls/s
# udp tx:   1234 MB/s    20940 calls/s  20940 msg/s
# udp rx:   1296 MB/s   945590 calls/s
# udp tx:   1299 MB/s    22045 calls/s  22045 msg/s
# udp rx:   1303 MB/s   950873 calls/s
# udp tx:   1306 MB/s    22154 calls/s  22154 msg/s
# udp rx:   1299 MB/s   947639 calls/s
# udp tx:   1301 MB/s    22079 calls/s  22079 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1251 MB/s   912470 calls/s
# udp tx:   1291 MB/s    21899 calls/s  21899 msg/s
# udp rx:   1266 MB/s   923904 calls/s
# udp tx:   1270 MB/s    21550 calls/s  21550 msg/s
# udp rx:   1213 MB/s   885261 calls/s
# udp tx:   1217 MB/s    20651 calls/s  20651 msg/s
# udp rx:   1236 MB/s   901437 calls/s
# udp tx:   1241 MB/s    21060 calls/s  21060 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__->