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:   1123 MB/s    19055 calls/s  19055 msg/s
# tcp rx:   1124 MB/s   138933 calls/s
# tcp tx:   1141 MB/s    19362 calls/s  19362 msg/s
# tcp rx:   1142 MB/s   140526 calls/s
# tcp tx:   1023 MB/s    17362 calls/s  17362 msg/s
# tcp rx:   1024 MB/s   131290 calls/s
# tcp tx:   1047 MB/s    17761 calls/s  17761 msg/s
# udp gso - over veth touching data
# udp rx:   1265 MB/s   901144 calls/s
# udp tx:   1303 MB/s    22102 calls/s  22102 msg/s
# udp rx:   1314 MB/s   936454 calls/s
# udp tx:   1314 MB/s    22290 calls/s  22290 msg/s
# udp rx:   1327 MB/s   945465 calls/s
# udp tx:   1326 MB/s    22505 calls/s  22505 msg/s
# udp rx:   1328 MB/s   946266 calls/s
# udp tx:   1328 MB/s    22526 calls/s  22526 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1215 MB/s   866068 calls/s
# udp tx:   1259 MB/s    21358 calls/s  21358 msg/s
# udp rx:   1332 MB/s   948993 calls/s
# udp tx:   1336 MB/s    22661 calls/s  22661 msg/s
# udp rx:   1338 MB/s   953236 calls/s
# udp tx:   1340 MB/s    22743 calls/s  22743 msg/s
# udp rx:   1343 MB/s   957101 calls/s
# udp tx:   1345 MB/s    22817 calls/s  22817 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1089 MB/s    18474 calls/s  18474 msg/s
# tcp rx:   1091 MB/s   129265 calls/s
# tcp tx:   1071 MB/s    18166 calls/s  18166 msg/s
# tcp rx:   1072 MB/s   126217 calls/s
# tcp tx:   1034 MB/s    17541 calls/s  17541 msg/s
# tcp rx:   1035 MB/s   131386 calls/s
# tcp tx:   1080 MB/s    18332 calls/s  18332 msg/s
# udp gso - over veth touching data
# udp rx:   1208 MB/s   881042 calls/s
# udp tx:   1243 MB/s    21091 calls/s  21091 msg/s
# udp rx:   1237 MB/s   902607 calls/s
# udp tx:   1237 MB/s    20984 calls/s  20984 msg/s
# udp rx:   1246 MB/s   909442 calls/s
# udp tx:   1247 MB/s    21165 calls/s  21165 msg/s
# udp rx:   1290 MB/s   941459 calls/s
# udp tx:   1290 MB/s    21896 calls/s  21896 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1276 MB/s   931236 calls/s
# udp tx:   1309 MB/s    22203 calls/s  22203 msg/s
# udp rx:   1285 MB/s   937651 calls/s
# udp tx:   1298 MB/s    22021 calls/s  22021 msg/s
# udp rx:   1290 MB/s   941124 calls/s
# udp tx:   1292 MB/s    21930 calls/s  21930 msg/s
# udp rx:   1289 MB/s   940301 calls/s
# udp tx:   1291 MB/s    21904 calls/s  21904 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__->