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:   1038 MB/s    17618 calls/s  17618 msg/s
# tcp rx:   1039 MB/s   136011 calls/s
# tcp tx:   1022 MB/s    17342 calls/s  17342 msg/s
# tcp rx:   1030 MB/s   130415 calls/s
# tcp tx:   1000 MB/s    16972 calls/s  16972 msg/s
# tcp rx:    999 MB/s   128571 calls/s
# tcp tx:   1051 MB/s    17839 calls/s  17839 msg/s
# udp gso - over veth touching data
# udp rx:   1189 MB/s   847197 calls/s
# udp tx:   1223 MB/s    20754 calls/s  20754 msg/s
# udp rx:   1283 MB/s   914439 calls/s
# udp tx:   1284 MB/s    21779 calls/s  21779 msg/s
# udp rx:   1196 MB/s   852436 calls/s
# udp tx:   1197 MB/s    20313 calls/s  20313 msg/s
# udp rx:   1198 MB/s   853997 calls/s
# udp tx:   1195 MB/s    20279 calls/s  20279 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1249 MB/s   890360 calls/s
# udp tx:   1275 MB/s    21631 calls/s  21631 msg/s
# udp rx:   1235 MB/s   880380 calls/s
# udp tx:   1243 MB/s    21084 calls/s  21084 msg/s
# udp rx:   1226 MB/s   874023 calls/s
# udp tx:   1225 MB/s    20788 calls/s  20788 msg/s
# udp rx:   1274 MB/s   907777 calls/s
# udp tx:   1265 MB/s    21462 calls/s  21462 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1129 MB/s    19154 calls/s  19154 msg/s
# tcp rx:   1138 MB/s   134818 calls/s
# tcp tx:   1035 MB/s    17558 calls/s  17558 msg/s
# tcp rx:   1037 MB/s   126388 calls/s
# tcp tx:   1085 MB/s    18405 calls/s  18405 msg/s
# tcp rx:   1085 MB/s   126043 calls/s
# tcp tx:   1074 MB/s    18231 calls/s  18231 msg/s
# udp gso - over veth touching data
# udp rx:   1114 MB/s   813077 calls/s
# udp tx:   1147 MB/s    19460 calls/s  19460 msg/s
# udp rx:   1219 MB/s   889132 calls/s
# udp tx:   1221 MB/s    20719 calls/s  20719 msg/s
# udp rx:   1215 MB/s   886571 calls/s
# udp tx:   1214 MB/s    20597 calls/s  20597 msg/s
# udp rx:   1210 MB/s   882826 calls/s
# udp tx:   1208 MB/s    20504 calls/s  20504 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1253 MB/s   913884 calls/s
# udp tx:   1290 MB/s    21886 calls/s  21886 msg/s
# udp rx:   1037 MB/s   756686 calls/s
# udp tx:   1024 MB/s    17382 calls/s  17382 msg/s
# udp rx:    625 MB/s   456154 calls/s
# udp tx:    625 MB/s    10617 calls/s  10617 msg/s
# udp rx:    633 MB/s   462299 calls/s
# udp tx:    634 MB/s    10761 calls/s  10761 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__->