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:    588 MB/s     9988 calls/s   9988 msg/s
# tcp rx:    589 MB/s    82198 calls/s
# tcp tx:    623 MB/s    10581 calls/s  10581 msg/s
# tcp rx:    624 MB/s    83830 calls/s
# tcp tx:    626 MB/s    10623 calls/s  10623 msg/s
# tcp rx:    626 MB/s    82222 calls/s
# tcp tx:    597 MB/s    10139 calls/s  10139 msg/s
# udp gso - over veth touching data
# udp rx:   1142 MB/s   813545 calls/s
# udp tx:   1185 MB/s    20105 calls/s  20105 msg/s
# udp rx:   1022 MB/s   728269 calls/s
# udp tx:   1022 MB/s    17335 calls/s  17335 msg/s
# udp rx:   1181 MB/s   841434 calls/s
# udp tx:   1185 MB/s    20108 calls/s  20108 msg/s
# udp rx:   1136 MB/s   809406 calls/s
# udp tx:   1126 MB/s    19100 calls/s  19100 msg/s
# udp gso and gro - over veth touching data
# udp rx:    666 MB/s   474825 calls/s
# udp tx:    688 MB/s    11678 calls/s  11678 msg/s
# udp rx:    690 MB/s   492222 calls/s
# udp tx:    690 MB/s    11704 calls/s  11704 msg/s
# udp rx:    682 MB/s   486213 calls/s
# udp tx:    681 MB/s    11566 calls/s  11566 msg/s
# udp rx:    680 MB/s   484545 calls/s
# udp tx:    679 MB/s    11532 calls/s  11532 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    604 MB/s    10257 calls/s  10257 msg/s
# tcp rx:    605 MB/s    82614 calls/s
# tcp tx:    594 MB/s    10086 calls/s  10086 msg/s
# tcp rx:    595 MB/s    81696 calls/s
# tcp tx:    628 MB/s    10668 calls/s  10668 msg/s
# tcp rx:    629 MB/s    82464 calls/s
# tcp tx:    633 MB/s    10743 calls/s  10743 msg/s
# udp gso - over veth touching data
# udp rx:    595 MB/s   434413 calls/s
# udp tx:    612 MB/s    10386 calls/s  10386 msg/s
# udp rx:    611 MB/s   446073 calls/s
# udp tx:    613 MB/s    10397 calls/s  10397 msg/s
# udp rx:    613 MB/s   447134 calls/s
# udp tx:    614 MB/s    10420 calls/s  10420 msg/s
# udp rx:    612 MB/s   446564 calls/s
# udp tx:    637 MB/s    10819 calls/s  10819 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1100 MB/s   802552 calls/s
# udp tx:   1142 MB/s    19377 calls/s  19377 msg/s
# udp rx:   1196 MB/s   872428 calls/s
# udp tx:   1201 MB/s    20373 calls/s  20373 msg/s
# udp rx:   1197 MB/s   873501 calls/s
# udp tx:   1197 MB/s    20318 calls/s  20318 msg/s
# udp rx:   1188 MB/s   866594 calls/s
# udp tx:   1190 MB/s    20186 calls/s  20186 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__->