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:   1091 MB/s    18517 calls/s  18517 msg/s
# tcp rx:   1092 MB/s   143650 calls/s
# tcp tx:   1155 MB/s    19605 calls/s  19605 msg/s
# tcp rx:   1157 MB/s   143299 calls/s
# tcp tx:   1158 MB/s    19641 calls/s  19641 msg/s
# tcp rx:   1159 MB/s   144172 calls/s
# tcp tx:   1152 MB/s    19539 calls/s  19539 msg/s
# udp gso - over veth touching data
# udp rx:   1233 MB/s   878516 calls/s
# udp tx:   1265 MB/s    21470 calls/s  21470 msg/s
# udp rx:   1245 MB/s   887010 calls/s
# udp tx:   1248 MB/s    21181 calls/s  21181 msg/s
# udp rx:   1319 MB/s   939594 calls/s
# udp tx:   1316 MB/s    22331 calls/s  22331 msg/s
# udp rx:   1285 MB/s   915712 calls/s
# udp tx:   1284 MB/s    21785 calls/s  21785 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1088 MB/s   775553 calls/s
# udp tx:   1131 MB/s    19193 calls/s  19193 msg/s
# udp rx:   1288 MB/s   918134 calls/s
# udp tx:   1289 MB/s    21878 calls/s  21878 msg/s
# udp rx:   1247 MB/s   888854 calls/s
# udp tx:   1249 MB/s    21189 calls/s  21189 msg/s
# udp rx:   1268 MB/s   903458 calls/s
# udp tx:   1269 MB/s    21537 calls/s  21537 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    818 MB/s    13890 calls/s  13890 msg/s
# tcp rx:    819 MB/s    94712 calls/s
# tcp tx:   1088 MB/s    18459 calls/s  18459 msg/s
# tcp rx:   1090 MB/s   135634 calls/s
# tcp tx:   1079 MB/s    18317 calls/s  18317 msg/s
# tcp rx:   1080 MB/s   132528 calls/s
# tcp tx:   1071 MB/s    18167 calls/s  18167 msg/s
# udp gso - over veth touching data
# udp rx:    986 MB/s   719140 calls/s
# udp tx:   1010 MB/s    17133 calls/s  17133 msg/s
# udp rx:    682 MB/s   497462 calls/s
# udp tx:    684 MB/s    11611 calls/s  11611 msg/s
# udp rx:    635 MB/s   463650 calls/s
# udp tx:    635 MB/s    10775 calls/s  10775 msg/s
# udp rx:    645 MB/s   470818 calls/s
# udp tx:    649 MB/s    11008 calls/s  11008 msg/s
# udp gso and gro - over veth touching data
# udp rx:    663 MB/s   484161 calls/s
# udp tx:    683 MB/s    11592 calls/s  11592 msg/s
# udp rx:    661 MB/s   482721 calls/s
# udp tx:    667 MB/s    11323 calls/s  11323 msg/s
# udp rx:    701 MB/s   511571 calls/s
# udp tx:    703 MB/s    11924 calls/s  11924 msg/s
# udp rx:    691 MB/s   504288 calls/s
# udp tx:    693 MB/s    11755 calls/s  11755 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__->