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:   1189 MB/s    20182 calls/s  20182 msg/s
# tcp rx:   1190 MB/s   140713 calls/s
# tcp tx:   1173 MB/s    19908 calls/s  19908 msg/s
# tcp rx:   1173 MB/s   139049 calls/s
# tcp tx:   1129 MB/s    19165 calls/s  19165 msg/s
# tcp rx:   1131 MB/s   134474 calls/s
# tcp tx:   1087 MB/s    18444 calls/s  18444 msg/s
# udp gso - over veth touching data
# udp rx:   1260 MB/s   897716 calls/s
# udp tx:   1294 MB/s    21958 calls/s  21958 msg/s
# udp rx:   1282 MB/s   913704 calls/s
# udp tx:   1281 MB/s    21743 calls/s  21743 msg/s
# udp rx:   1286 MB/s   916534 calls/s
# udp tx:   1286 MB/s    21818 calls/s  21818 msg/s
# udp rx:   1291 MB/s   919887 calls/s
# udp tx:   1290 MB/s    21882 calls/s  21882 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1266 MB/s   902473 calls/s
# udp tx:   1308 MB/s    22191 calls/s  22191 msg/s
# udp rx:   1310 MB/s   933731 calls/s
# udp tx:   1314 MB/s    22298 calls/s  22298 msg/s
# udp rx:   1324 MB/s   943763 calls/s
# udp tx:   1328 MB/s    22531 calls/s  22531 msg/s
# udp rx:   1325 MB/s   944248 calls/s
# udp tx:   1329 MB/s    22551 calls/s  22551 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    755 MB/s    12814 calls/s  12814 msg/s
# tcp rx:    756 MB/s    83158 calls/s
# tcp tx:    767 MB/s    13017 calls/s  13017 msg/s
# tcp rx:    768 MB/s    82592 calls/s
# tcp tx:    761 MB/s    12924 calls/s  12924 msg/s
# tcp rx:    762 MB/s    82231 calls/s
# tcp tx:    737 MB/s    12515 calls/s  12515 msg/s
# udp gso - over veth touching data
# udp rx:    572 MB/s   417204 calls/s
# udp tx:    588 MB/s     9982 calls/s   9982 msg/s
# udp rx:    621 MB/s   453283 calls/s
# udp tx:    621 MB/s    10538 calls/s  10538 msg/s
# udp rx:    621 MB/s   453138 calls/s
# udp tx:    622 MB/s    10554 calls/s  10554 msg/s
# udp rx:    634 MB/s   462903 calls/s
# udp tx:    632 MB/s    10732 calls/s  10732 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1090 MB/s   795450 calls/s
# udp tx:   1126 MB/s    19113 calls/s  19113 msg/s
# udp rx:   1260 MB/s   919156 calls/s
# udp tx:   1259 MB/s    21359 calls/s  21359 msg/s
# udp rx:   1277 MB/s   931682 calls/s
# udp tx:   1281 MB/s    21733 calls/s  21733 msg/s
# udp rx:   1278 MB/s   932669 calls/s
# udp tx:   1276 MB/s    21647 calls/s  21647 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__->