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:   1068 MB/s    18129 calls/s  18129 msg/s
# tcp rx:   1069 MB/s   131124 calls/s
# tcp tx:   1174 MB/s    19915 calls/s  19915 msg/s
# tcp rx:   1175 MB/s   137847 calls/s
# tcp tx:   1186 MB/s    20122 calls/s  20122 msg/s
# tcp rx:   1187 MB/s   136129 calls/s
# tcp tx:   1188 MB/s    20154 calls/s  20154 msg/s
# udp gso - over veth touching data
# udp rx:   1275 MB/s   908625 calls/s
# udp tx:   1308 MB/s    22197 calls/s  22197 msg/s
# udp rx:   1295 MB/s   922493 calls/s
# udp tx:   1296 MB/s    21988 calls/s  21988 msg/s
# udp rx:   1294 MB/s   922248 calls/s
# udp tx:   1298 MB/s    22028 calls/s  22028 msg/s
# udp rx:   1294 MB/s   921907 calls/s
# udp tx:   1298 MB/s    22024 calls/s  22024 msg/s
# udp gso and gro - over veth touching data
# udp rx:    567 MB/s   404308 calls/s
# udp tx:    585 MB/s     9922 calls/s   9922 msg/s
# udp rx:    608 MB/s   433632 calls/s
# udp tx:    613 MB/s    10398 calls/s  10398 msg/s
# udp rx:    578 MB/s   411839 calls/s
# udp tx:    586 MB/s     9946 calls/s   9946 msg/s
# udp rx:    597 MB/s   425838 calls/s
# udp tx:    599 MB/s    10175 calls/s  10175 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    845 MB/s    14336 calls/s  14336 msg/s
# tcp rx:    846 MB/s    96281 calls/s
# tcp tx:    834 MB/s    14159 calls/s  14159 msg/s
# tcp rx:    835 MB/s    94274 calls/s
# tcp tx:    842 MB/s    14281 calls/s  14281 msg/s
# tcp rx:    843 MB/s    95109 calls/s
# tcp tx:    877 MB/s    14885 calls/s  14885 msg/s
# udp gso - over veth touching data
# udp rx:   1183 MB/s   863148 calls/s
# udp tx:   1218 MB/s    20673 calls/s  20673 msg/s
# udp rx:   1248 MB/s   910317 calls/s
# udp tx:   1251 MB/s    21234 calls/s  21234 msg/s
# udp rx:   1247 MB/s   909952 calls/s
# udp tx:   1249 MB/s    21191 calls/s  21191 msg/s
# udp rx:   1246 MB/s   908806 calls/s
# udp tx:   1248 MB/s    21176 calls/s  21176 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1194 MB/s   871192 calls/s
# udp tx:   1234 MB/s    20941 calls/s  20941 msg/s
# udp rx:   1247 MB/s   910012 calls/s
# udp tx:   1247 MB/s    21159 calls/s  21159 msg/s
# udp rx:   1250 MB/s   911946 calls/s
# udp tx:   1249 MB/s    21199 calls/s  21199 msg/s
# udp rx:   1250 MB/s   911708 calls/s
# udp tx:   1249 MB/s    21199 calls/s  21199 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__->