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:   1148 MB/s    19475 calls/s  19475 msg/s
# tcp rx:   1148 MB/s   143720 calls/s
# tcp tx:   1103 MB/s    18716 calls/s  18716 msg/s
# tcp rx:   1122 MB/s   136701 calls/s
# tcp tx:    781 MB/s    13256 calls/s  13256 msg/s
# tcp rx:    773 MB/s    91867 calls/s
# tcp tx:    726 MB/s    12316 calls/s  12316 msg/s
# udp gso - over veth touching data
# udp rx:    661 MB/s   471157 calls/s
# udp tx:    678 MB/s    11508 calls/s  11508 msg/s
# udp rx:    654 MB/s   465922 calls/s
# udp tx:    653 MB/s    11089 calls/s  11089 msg/s
# udp rx:    651 MB/s   464160 calls/s
# udp tx:    651 MB/s    11057 calls/s  11057 msg/s
# udp rx:    680 MB/s   485030 calls/s
# udp tx:    680 MB/s    11546 calls/s  11546 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1187 MB/s   845891 calls/s
# udp tx:   1246 MB/s    21148 calls/s  21148 msg/s
# udp rx:   1304 MB/s   929198 calls/s
# udp tx:   1303 MB/s    22107 calls/s  22107 msg/s
# udp rx:   1311 MB/s   934417 calls/s
# udp tx:   1306 MB/s    22151 calls/s  22151 msg/s
# udp rx:   1326 MB/s   944969 calls/s
# udp tx:   1327 MB/s    22509 calls/s  22509 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1121 MB/s    19024 calls/s  19024 msg/s
# tcp rx:   1121 MB/s   142136 calls/s
# tcp tx:   1092 MB/s    18532 calls/s  18532 msg/s
# tcp rx:   1093 MB/s   136484 calls/s
# tcp tx:   1092 MB/s    18534 calls/s  18534 msg/s
# tcp rx:   1093 MB/s   136511 calls/s
# tcp tx:   1084 MB/s    18398 calls/s  18398 msg/s
# udp gso - over veth touching data
# udp rx:   1213 MB/s   884891 calls/s
# udp tx:   1246 MB/s    21135 calls/s  21135 msg/s
# udp rx:   1237 MB/s   902422 calls/s
# udp tx:   1246 MB/s    21141 calls/s  21141 msg/s
# udp rx:   1242 MB/s   906524 calls/s
# udp tx:   1243 MB/s    21090 calls/s  21090 msg/s
# udp rx:   1258 MB/s   918126 calls/s
# udp tx:   1261 MB/s    21391 calls/s  21391 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1167 MB/s   851246 calls/s
# udp tx:   1202 MB/s    20390 calls/s  20390 msg/s
# udp rx:   1158 MB/s   844946 calls/s
# udp tx:   1162 MB/s    19715 calls/s  19715 msg/s
# udp rx:   1217 MB/s   888253 calls/s
# udp tx:   1219 MB/s    20677 calls/s  20677 msg/s
# udp rx:   1237 MB/s   902826 calls/s
# udp tx:   1239 MB/s    21023 calls/s  21023 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__->