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:   1072 MB/s    18194 calls/s  18194 msg/s
# tcp rx:   1073 MB/s   125781 calls/s
# tcp tx:    721 MB/s    12239 calls/s  12239 msg/s
# tcp rx:    723 MB/s    80130 calls/s
# tcp tx:    755 MB/s    12808 calls/s  12808 msg/s
# tcp rx:    755 MB/s    85039 calls/s
# tcp tx:    704 MB/s    11952 calls/s  11952 msg/s
# udp gso - over veth touching data
# udp rx:    633 MB/s   451110 calls/s
# udp tx:    662 MB/s    11241 calls/s  11241 msg/s
# udp rx:    700 MB/s   498857 calls/s
# udp tx:    700 MB/s    11875 calls/s  11875 msg/s
# udp rx:    704 MB/s   501890 calls/s
# udp tx:    704 MB/s    11942 calls/s  11942 msg/s
# udp rx:    710 MB/s   506321 calls/s
# udp tx:    710 MB/s    12052 calls/s  12052 msg/s
# udp gso and gro - over veth touching data
# udp rx:    677 MB/s   482854 calls/s
# udp tx:    700 MB/s    11874 calls/s  11874 msg/s
# udp rx:    696 MB/s   495906 calls/s
# udp tx:    701 MB/s    11902 calls/s  11902 msg/s
# udp rx:    714 MB/s   508723 calls/s
# udp tx:    719 MB/s    12198 calls/s  12198 msg/s
# udp rx:    716 MB/s   510607 calls/s
# udp tx:    721 MB/s    12245 calls/s  12245 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    847 MB/s    14371 calls/s  14371 msg/s
# tcp rx:    847 MB/s    65470 calls/s
# tcp tx:    741 MB/s    12575 calls/s  12575 msg/s
# tcp rx:    742 MB/s    82417 calls/s
# tcp tx:    721 MB/s    12238 calls/s  12238 msg/s
# tcp rx:    722 MB/s    82919 calls/s
# tcp tx:    724 MB/s    12280 calls/s  12280 msg/s
# udp gso - over veth touching data
# udp rx:    565 MB/s   412392 calls/s
# udp tx:    586 MB/s     9940 calls/s   9940 msg/s
# udp rx:    633 MB/s   462358 calls/s
# udp tx:    632 MB/s    10725 calls/s  10725 msg/s
# udp rx:    630 MB/s   460129 calls/s
# udp tx:    630 MB/s    10692 calls/s  10692 msg/s
# udp rx:    627 MB/s   457741 calls/s
# udp tx:    627 MB/s    10639 calls/s  10639 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1005 MB/s   733231 calls/s
# udp tx:   1028 MB/s    17441 calls/s  17441 msg/s
# udp rx:   1239 MB/s   904122 calls/s
# udp tx:   1256 MB/s    21303 calls/s  21303 msg/s
# udp rx:   1196 MB/s   872944 calls/s
# udp tx:   1196 MB/s    20300 calls/s  20300 msg/s
# udp rx:   1251 MB/s   912578 calls/s
# udp tx:   1250 MB/s    21216 calls/s  21216 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__->