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:   1137 MB/s    19289 calls/s  19289 msg/s
# tcp rx:   1145 MB/s   140192 calls/s
# tcp tx:   1123 MB/s    19052 calls/s  19052 msg/s
# tcp rx:   1136 MB/s   125908 calls/s
# tcp tx:   1082 MB/s    18359 calls/s  18359 msg/s
# tcp rx:   1085 MB/s   125357 calls/s
# tcp tx:   1117 MB/s    18947 calls/s  18947 msg/s
# udp gso - over veth touching data
# udp rx:   1331 MB/s   948400 calls/s
# udp tx:   1360 MB/s    23072 calls/s  23072 msg/s
# udp rx:   1361 MB/s   970142 calls/s
# udp tx:   1362 MB/s    23112 calls/s  23112 msg/s
# udp rx:   1352 MB/s   963437 calls/s
# udp tx:   1353 MB/s    22956 calls/s  22956 msg/s
# udp rx:   1343 MB/s   957152 calls/s
# udp tx:   1344 MB/s    22807 calls/s  22807 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1268 MB/s   903417 calls/s
# udp tx:   1311 MB/s    22249 calls/s  22249 msg/s
# udp rx:   1327 MB/s   945295 calls/s
# udp tx:   1326 MB/s    22490 calls/s  22490 msg/s
# udp rx:   1320 MB/s   940425 calls/s
# udp tx:   1319 MB/s    22375 calls/s  22375 msg/s
# udp rx:   1313 MB/s   935999 calls/s
# udp tx:   1313 MB/s    22274 calls/s  22274 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1089 MB/s    18471 calls/s  18471 msg/s
# tcp rx:   1089 MB/s   143122 calls/s
# tcp tx:   1027 MB/s    17426 calls/s  17426 msg/s
# tcp rx:   1028 MB/s   136712 calls/s
# tcp tx:   1101 MB/s    18682 calls/s  18682 msg/s
# tcp rx:   1102 MB/s   135995 calls/s
# tcp tx:   1138 MB/s    19310 calls/s  19310 msg/s
# udp gso - over veth touching data
# udp rx:    587 MB/s   428183 calls/s
# udp tx:    605 MB/s    10277 calls/s  10277 msg/s
# udp rx:    586 MB/s   427755 calls/s
# udp tx:    585 MB/s     9937 calls/s   9937 msg/s
# udp rx:    546 MB/s   398672 calls/s
# udp tx:    548 MB/s     9301 calls/s   9301 msg/s
# udp rx:    592 MB/s   432199 calls/s
# udp tx:    593 MB/s    10064 calls/s  10064 msg/s
# udp gso and gro - over veth touching data
# udp rx:    606 MB/s   442169 calls/s
# udp tx:    624 MB/s    10598 calls/s  10598 msg/s
# udp rx:   1037 MB/s   756969 calls/s
# udp tx:   1059 MB/s    17976 calls/s  17976 msg/s
# udp rx:   1277 MB/s   931641 calls/s
# udp tx:   1280 MB/s    21725 calls/s  21725 msg/s
# udp rx:   1262 MB/s   920662 calls/s
# udp tx:   1264 MB/s    21448 calls/s  21448 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__->