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:    766 MB/s    13002 calls/s  13002 msg/s
# tcp rx:    766 MB/s    88445 calls/s
# tcp tx:    765 MB/s    12979 calls/s  12979 msg/s
# tcp rx:    765 MB/s    88670 calls/s
# tcp tx:    767 MB/s    13020 calls/s  13020 msg/s
# tcp rx:    768 MB/s    88091 calls/s
# tcp tx:    758 MB/s    12869 calls/s  12869 msg/s
# udp gso - over veth touching data
# udp rx:    617 MB/s   439645 calls/s
# udp tx:    635 MB/s    10778 calls/s  10778 msg/s
# udp rx:    636 MB/s   453715 calls/s
# udp tx:    635 MB/s    10784 calls/s  10784 msg/s
# udp rx:    630 MB/s   449356 calls/s
# udp tx:    630 MB/s    10688 calls/s  10688 msg/s
# udp rx:    630 MB/s   448929 calls/s
# udp tx:    629 MB/s    10683 calls/s  10683 msg/s
# udp gso and gro - over veth touching data
# udp rx:    597 MB/s   425272 calls/s
# udp tx:    611 MB/s    10378 calls/s  10378 msg/s
# udp rx:    611 MB/s   435664 calls/s
# udp tx:    610 MB/s    10359 calls/s  10359 msg/s
# udp rx:    610 MB/s   434796 calls/s
# udp tx:    610 MB/s    10354 calls/s  10354 msg/s
# udp rx:    646 MB/s   460583 calls/s
# udp tx:    646 MB/s    10957 calls/s  10957 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1071 MB/s    18170 calls/s  18170 msg/s
# tcp rx:   1081 MB/s   137083 calls/s
# tcp tx:   1071 MB/s    18168 calls/s  18168 msg/s
# tcp rx:   1071 MB/s   135539 calls/s
# tcp tx:   1088 MB/s    18466 calls/s  18466 msg/s
# tcp rx:   1089 MB/s   137460 calls/s
# tcp tx:   1084 MB/s    18389 calls/s  18389 msg/s
# udp gso - over veth touching data
# udp rx:    738 MB/s   538907 calls/s
# udp tx:    756 MB/s    12837 calls/s  12837 msg/s
# udp rx:    704 MB/s   513774 calls/s
# udp tx:    704 MB/s    11944 calls/s  11944 msg/s
# udp rx:    665 MB/s   485410 calls/s
# udp tx:    677 MB/s    11495 calls/s  11495 msg/s
# udp rx:   1236 MB/s   901718 calls/s
# udp tx:   1238 MB/s    21002 calls/s  21002 msg/s
# udp gso and gro - over veth touching data
# udp rx:    558 MB/s   407183 calls/s
# udp tx:    579 MB/s     9832 calls/s   9832 msg/s
# udp rx:    598 MB/s   436793 calls/s
# udp tx:    601 MB/s    10210 calls/s  10210 msg/s
# udp rx:    599 MB/s   437546 calls/s
# udp tx:    603 MB/s    10235 calls/s  10235 msg/s
# udp rx:    605 MB/s   441721 calls/s
# udp tx:    608 MB/s    10326 calls/s  10326 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__->