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:   1108 MB/s    18801 calls/s  18801 msg/s
# tcp rx:   1109 MB/s   138176 calls/s
# tcp tx:   1163 MB/s    19738 calls/s  19738 msg/s
# tcp rx:   1163 MB/s   118065 calls/s
# tcp tx:   1178 MB/s    19994 calls/s  19994 msg/s
# tcp rx:   1214 MB/s   115317 calls/s
# tcp tx:   1099 MB/s    18647 calls/s  18647 msg/s
# udp gso - over veth touching data
# udp rx:   1302 MB/s   927849 calls/s
# udp tx:   1339 MB/s    22723 calls/s  22723 msg/s
# udp rx:   1335 MB/s   951629 calls/s
# udp tx:   1339 MB/s    22711 calls/s  22711 msg/s
# udp rx:   1328 MB/s   946257 calls/s
# udp tx:   1331 MB/s    22579 calls/s  22579 msg/s
# udp rx:   1326 MB/s   945163 calls/s
# udp tx:   1330 MB/s    22563 calls/s  22563 msg/s
# udp gso and gro - over veth touching data
# udp rx:    665 MB/s   474107 calls/s
# udp tx:    689 MB/s    11694 calls/s  11694 msg/s
# udp rx:    678 MB/s   483661 calls/s
# udp tx:    678 MB/s    11508 calls/s  11508 msg/s
# udp rx:    709 MB/s   505764 calls/s
# udp tx:    709 MB/s    12041 calls/s  12041 msg/s
# udp rx:    671 MB/s   478130 calls/s
# udp tx:    670 MB/s    11374 calls/s  11374 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    751 MB/s    12752 calls/s  12752 msg/s
# tcp rx:    752 MB/s    85228 calls/s
# tcp tx:    773 MB/s    13116 calls/s  13116 msg/s
# tcp rx:    776 MB/s    78140 calls/s
# tcp tx:    711 MB/s    12073 calls/s  12073 msg/s
# tcp rx:    711 MB/s    82671 calls/s
# tcp tx:    727 MB/s    12340 calls/s  12340 msg/s
# udp gso - over veth touching data
# udp rx:   1052 MB/s   767702 calls/s
# udp tx:   1092 MB/s    18534 calls/s  18534 msg/s
# udp rx:   1128 MB/s   822920 calls/s
# udp tx:   1142 MB/s    19370 calls/s  19370 msg/s
# udp rx:   1117 MB/s   815036 calls/s
# udp tx:   1119 MB/s    18982 calls/s  18982 msg/s
# udp rx:   1206 MB/s   879808 calls/s
# udp tx:   1227 MB/s    20820 calls/s  20820 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1181 MB/s   861502 calls/s
# udp tx:   1217 MB/s    20642 calls/s  20642 msg/s
# udp rx:   1203 MB/s   877363 calls/s
# udp tx:   1202 MB/s    20390 calls/s  20390 msg/s
# udp rx:   1233 MB/s   899542 calls/s
# udp tx:   1233 MB/s    20929 calls/s  20929 msg/s
# udp rx:   1255 MB/s   915340 calls/s
# udp tx:   1256 MB/s    21303 calls/s  21303 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__->