make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_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:    756 MB/s    12835 calls/s  12835 msg/s
# tcp rx:    756 MB/s   140458 calls/s
# tcp tx:    837 MB/s    14211 calls/s  14211 msg/s
# tcp rx:    838 MB/s   156120 calls/s
# tcp tx:    840 MB/s    14251 calls/s  14251 msg/s
# tcp rx:    841 MB/s   155133 calls/s
# tcp tx:    842 MB/s    14286 calls/s  14286 msg/s
# udp gso - over veth touching data
# udp rx:   1096 MB/s   780777 calls/s
# udp tx:   1127 MB/s    19117 calls/s  19117 msg/s
# udp rx:   1174 MB/s   836516 calls/s
# udp tx:   1173 MB/s    19909 calls/s  19909 msg/s
# udp rx:   1160 MB/s   826624 calls/s
# udp tx:   1161 MB/s    19697 calls/s  19697 msg/s
# udp rx:   1220 MB/s   869491 calls/s
# udp tx:   1220 MB/s    20705 calls/s  20705 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1196 MB/s   852308 calls/s
# udp tx:   1224 MB/s    20762 calls/s  20762 msg/s
# udp rx:   1229 MB/s   875501 calls/s
# udp tx:   1227 MB/s    20824 calls/s  20824 msg/s
# udp rx:   1194 MB/s   850739 calls/s
# udp tx:   1194 MB/s    20256 calls/s  20256 msg/s
# udp rx:   1231 MB/s   876952 calls/s
# udp tx:   1230 MB/s    20874 calls/s  20874 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    674 MB/s    11432 calls/s  11432 msg/s
# tcp rx:    674 MB/s    82809 calls/s
# tcp tx:    645 MB/s    10953 calls/s  10953 msg/s
# tcp rx:    646 MB/s    81815 calls/s
# tcp tx:    818 MB/s    13875 calls/s  13875 msg/s
# tcp rx:    819 MB/s   142299 calls/s
# tcp tx:    804 MB/s    13648 calls/s  13648 msg/s
# udp gso - over veth touching data
# udp rx:    670 MB/s   489101 calls/s
# udp tx:    689 MB/s    11699 calls/s  11699 msg/s
# udp rx:    690 MB/s   503622 calls/s
# udp tx:    693 MB/s    11759 calls/s  11759 msg/s
# udp rx:    700 MB/s   511097 calls/s
# udp tx:    703 MB/s    11932 calls/s  11932 msg/s
# udp rx:    686 MB/s   500606 calls/s
# udp tx:    689 MB/s    11693 calls/s  11693 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1013 MB/s   739098 calls/s
# udp tx:   1044 MB/s    17714 calls/s  17714 msg/s
# udp rx:    684 MB/s   498958 calls/s
# udp tx:    671 MB/s    11396 calls/s  11396 msg/s
# udp rx:    573 MB/s   417935 calls/s
# udp tx:    571 MB/s     9700 calls/s   9700 msg/s
# udp rx:    567 MB/s   413761 calls/s
# udp tx:    569 MB/s     9658 calls/s   9658 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__->