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:   1086 MB/s    18429 calls/s  18429 msg/s
# tcp rx:   1086 MB/s   132306 calls/s
# tcp tx:   1073 MB/s    18206 calls/s  18206 msg/s
# tcp rx:   1073 MB/s   127695 calls/s
# tcp tx:   1058 MB/s    17946 calls/s  17946 msg/s
# tcp rx:   1058 MB/s   127929 calls/s
# tcp tx:   1084 MB/s    18392 calls/s  18392 msg/s
# udp gso - over veth touching data
# udp rx:   1252 MB/s   892162 calls/s
# udp tx:   1291 MB/s    21904 calls/s  21904 msg/s
# udp rx:   1250 MB/s   890512 calls/s
# udp tx:   1255 MB/s    21293 calls/s  21293 msg/s
# udp rx:   1273 MB/s   906928 calls/s
# udp tx:   1276 MB/s    21654 calls/s  21654 msg/s
# udp rx:   1272 MB/s   906778 calls/s
# udp tx:   1274 MB/s    21624 calls/s  21624 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1253 MB/s   892964 calls/s
# udp tx:   1296 MB/s    21987 calls/s  21987 msg/s
# udp rx:   1317 MB/s   938319 calls/s
# udp tx:   1321 MB/s    22411 calls/s  22411 msg/s
# udp rx:   1325 MB/s   943987 calls/s
# udp tx:   1328 MB/s    22536 calls/s  22536 msg/s
# udp rx:   1320 MB/s   940328 calls/s
# udp tx:   1324 MB/s    22462 calls/s  22462 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1137 MB/s    19286 calls/s  19286 msg/s
# tcp rx:   1137 MB/s   140174 calls/s
# tcp tx:   1174 MB/s    19915 calls/s  19915 msg/s
# tcp rx:   1174 MB/s   137712 calls/s
# tcp tx:   1089 MB/s    18480 calls/s  18480 msg/s
# tcp rx:   1090 MB/s   128505 calls/s
# tcp tx:   1080 MB/s    18333 calls/s  18333 msg/s
# udp gso - over veth touching data
# udp rx:   1139 MB/s   831090 calls/s
# udp tx:   1179 MB/s    19997 calls/s  19997 msg/s
# udp rx:   1205 MB/s   879423 calls/s
# udp tx:   1207 MB/s    20481 calls/s  20481 msg/s
# udp rx:   1187 MB/s   865757 calls/s
# udp tx:   1189 MB/s    20177 calls/s  20177 msg/s
# udp rx:   1179 MB/s   860411 calls/s
# udp tx:   1182 MB/s    20053 calls/s  20053 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1259 MB/s   918799 calls/s
# udp tx:   1295 MB/s    21977 calls/s  21977 msg/s
# udp rx:   1285 MB/s   937726 calls/s
# udp tx:   1287 MB/s    21838 calls/s  21838 msg/s
# udp rx:   1275 MB/s   930567 calls/s
# udp tx:   1278 MB/s    21687 calls/s  21687 msg/s
# udp rx:   1281 MB/s   934368 calls/s
# udp tx:   1283 MB/s    21775 calls/s  21775 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__->