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:    846 MB/s    14364 calls/s  14364 msg/s
# tcp rx:    852 MB/s   154981 calls/s
# tcp tx:    841 MB/s    14276 calls/s  14276 msg/s
# tcp rx:    844 MB/s   150794 calls/s
# tcp tx:    860 MB/s    14602 calls/s  14602 msg/s
# tcp rx:    858 MB/s   148911 calls/s
# tcp tx:    858 MB/s    14560 calls/s  14560 msg/s
# udp gso - over veth touching data
# udp rx:   1196 MB/s   852295 calls/s
# udp tx:   1225 MB/s    20788 calls/s  20788 msg/s
# udp rx:   1246 MB/s   888055 calls/s
# udp tx:   1247 MB/s    21161 calls/s  21161 msg/s
# udp rx:   1254 MB/s   893792 calls/s
# udp tx:   1254 MB/s    21275 calls/s  21275 msg/s
# udp rx:   1247 MB/s   888852 calls/s
# udp tx:   1248 MB/s    21181 calls/s  21181 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1224 MB/s   872428 calls/s
# udp tx:   1250 MB/s    21201 calls/s  21201 msg/s
# udp rx:   1269 MB/s   904511 calls/s
# udp tx:   1268 MB/s    21508 calls/s  21508 msg/s
# udp rx:   1271 MB/s   906043 calls/s
# udp tx:   1270 MB/s    21555 calls/s  21555 msg/s
# udp rx:   1274 MB/s   907888 calls/s
# udp tx:   1273 MB/s    21601 calls/s  21601 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    807 MB/s    13702 calls/s  13702 msg/s
# tcp rx:    808 MB/s   134439 calls/s
# tcp tx:    857 MB/s    14538 calls/s  14538 msg/s
# tcp rx:    858 MB/s   144690 calls/s
# tcp tx:    809 MB/s    13737 calls/s  13737 msg/s
# tcp rx:    814 MB/s   128763 calls/s
# tcp tx:    839 MB/s    14244 calls/s  14244 msg/s
# udp gso - over veth touching data
# udp rx:   1227 MB/s   895052 calls/s
# udp tx:   1252 MB/s    21248 calls/s  21248 msg/s
# udp rx:    685 MB/s   499854 calls/s
# udp tx:    675 MB/s    11453 calls/s  11453 msg/s
# udp rx:    656 MB/s   478617 calls/s
# udp tx:    658 MB/s    11165 calls/s  11165 msg/s
# udp rx:    649 MB/s   473359 calls/s
# udp tx:    652 MB/s    11059 calls/s  11059 msg/s
# udp gso and gro - over veth touching data
# udp rx:    608 MB/s   443480 calls/s
# udp tx:    623 MB/s    10570 calls/s  10570 msg/s
# udp rx:    629 MB/s   459182 calls/s
# udp tx:    632 MB/s    10731 calls/s  10731 msg/s
# udp rx:    633 MB/s   462349 calls/s
# udp tx:    634 MB/s    10770 calls/s  10770 msg/s
# udp rx:    629 MB/s   459241 calls/s
# udp tx:    632 MB/s    10721 calls/s  10721 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__->