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:    788 MB/s    13374 calls/s  13374 msg/s
# tcp rx:    789 MB/s    88712 calls/s
# tcp tx:    753 MB/s    12777 calls/s  12777 msg/s
# tcp rx:    754 MB/s    85558 calls/s
# tcp tx:    753 MB/s    12778 calls/s  12778 msg/s
# tcp rx:    754 MB/s    85057 calls/s
# tcp tx:    752 MB/s    12769 calls/s  12769 msg/s
# udp gso - over veth touching data
# udp rx:    583 MB/s   415496 calls/s
# udp tx:    602 MB/s    10220 calls/s  10220 msg/s
# udp rx:    622 MB/s   443612 calls/s
# udp tx:    622 MB/s    10552 calls/s  10552 msg/s
# udp rx:    623 MB/s   444216 calls/s
# udp tx:    623 MB/s    10568 calls/s  10568 msg/s
# udp rx:    620 MB/s   442180 calls/s
# udp tx:    619 MB/s    10512 calls/s  10512 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1120 MB/s   798525 calls/s
# udp tx:   1165 MB/s    19770 calls/s  19770 msg/s
# udp rx:   1306 MB/s   930952 calls/s
# udp tx:   1324 MB/s    22463 calls/s  22463 msg/s
# udp rx:   1318 MB/s   939439 calls/s
# udp tx:   1322 MB/s    22433 calls/s  22433 msg/s
# udp rx:   1320 MB/s   940989 calls/s
# udp tx:   1324 MB/s    22471 calls/s  22471 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    696 MB/s    11820 calls/s  11820 msg/s
# tcp rx:    697 MB/s    82222 calls/s
# tcp tx:    735 MB/s    12471 calls/s  12471 msg/s
# tcp rx:    735 MB/s    83275 calls/s
# tcp tx:    703 MB/s    11938 calls/s  11938 msg/s
# tcp rx:    704 MB/s    83282 calls/s
# tcp tx:    697 MB/s    11835 calls/s  11835 msg/s
# udp gso - over veth touching data
# udp rx:   1234 MB/s   900181 calls/s
# udp tx:   1278 MB/s    21684 calls/s  21684 msg/s
# udp rx:   1284 MB/s   937112 calls/s
# udp tx:   1285 MB/s    21795 calls/s  21795 msg/s
# udp rx:   1272 MB/s   927680 calls/s
# udp tx:   1271 MB/s    21564 calls/s  21564 msg/s
# udp rx:   1271 MB/s   926963 calls/s
# udp tx:   1270 MB/s    21549 calls/s  21549 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1148 MB/s   837614 calls/s
# udp tx:   1183 MB/s    20073 calls/s  20073 msg/s
# udp rx:   1222 MB/s   891636 calls/s
# udp tx:   1221 MB/s    20710 calls/s  20710 msg/s
# udp rx:   1211 MB/s   883407 calls/s
# udp tx:   1211 MB/s    20546 calls/s  20546 msg/s
# udp rx:   1225 MB/s   893430 calls/s
# udp tx:   1223 MB/s    20757 calls/s  20757 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__->