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:    678 MB/s    11510 calls/s  11510 msg/s
# tcp rx:    678 MB/s    83090 calls/s
# tcp tx:    698 MB/s    11851 calls/s  11851 msg/s
# tcp rx:    699 MB/s    83804 calls/s
# tcp tx:    705 MB/s    11962 calls/s  11962 msg/s
# tcp rx:    706 MB/s    84099 calls/s
# tcp tx:    704 MB/s    11943 calls/s  11943 msg/s
# udp gso - over veth touching data
# udp rx:    596 MB/s   425044 calls/s
# udp tx:    615 MB/s    10433 calls/s  10433 msg/s
# udp rx:    621 MB/s   442686 calls/s
# udp tx:    621 MB/s    10534 calls/s  10534 msg/s
# udp rx:    622 MB/s   443362 calls/s
# udp tx:    621 MB/s    10546 calls/s  10546 msg/s
# udp rx:    622 MB/s   443216 calls/s
# udp tx:    621 MB/s    10540 calls/s  10540 msg/s
# udp gso and gro - over veth touching data
# udp rx:    696 MB/s   495858 calls/s
# udp tx:    717 MB/s    12171 calls/s  12171 msg/s
# udp rx:    738 MB/s   525970 calls/s
# udp tx:    738 MB/s    12522 calls/s  12522 msg/s
# udp rx:    928 MB/s   661397 calls/s
# udp tx:    944 MB/s    16023 calls/s  16023 msg/s
# udp rx:   1340 MB/s   955123 calls/s
# udp tx:   1340 MB/s    22733 calls/s  22733 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1168 MB/s    19826 calls/s  19826 msg/s
# tcp rx:   1169 MB/s   137888 calls/s
# tcp tx:   1173 MB/s    19905 calls/s  19905 msg/s
# tcp rx:   1174 MB/s   137851 calls/s
# tcp tx:   1178 MB/s    19987 calls/s  19987 msg/s
# tcp rx:   1179 MB/s   137620 calls/s
# tcp tx:   1180 MB/s    20021 calls/s  20021 msg/s
# udp gso - over veth touching data
# udp rx:    556 MB/s   405682 calls/s
# udp tx:    576 MB/s     9786 calls/s   9786 msg/s
# udp rx:    610 MB/s   445482 calls/s
# udp tx:    611 MB/s    10367 calls/s  10367 msg/s
# udp rx:    609 MB/s   444266 calls/s
# udp tx:    609 MB/s    10334 calls/s  10334 msg/s
# udp rx:    608 MB/s   444056 calls/s
# udp tx:    608 MB/s    10329 calls/s  10329 msg/s
# udp gso and gro - over veth touching data
# udp rx:    696 MB/s   507744 calls/s
# udp tx:    722 MB/s    12254 calls/s  12254 msg/s
# udp rx:    702 MB/s   512529 calls/s
# udp tx:    697 MB/s    11834 calls/s  11834 msg/s
# udp rx:   1065 MB/s   776789 calls/s
# udp tx:   1091 MB/s    18506 calls/s  18506 msg/s
# udp rx:   1271 MB/s   927676 calls/s
# udp tx:   1275 MB/s    21626 calls/s  21626 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__->