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:    761 MB/s    12913 calls/s  12913 msg/s
# tcp rx:    762 MB/s    91187 calls/s
# tcp tx:    668 MB/s    11343 calls/s  11343 msg/s
# tcp rx:    669 MB/s    86573 calls/s
# tcp tx:    703 MB/s    11934 calls/s  11934 msg/s
# tcp rx:    704 MB/s    88700 calls/s
# tcp tx:    750 MB/s    12732 calls/s  12732 msg/s
# udp gso - over veth touching data
# udp rx:    623 MB/s   444074 calls/s
# udp tx:    637 MB/s    10820 calls/s  10820 msg/s
# udp rx:    661 MB/s   471357 calls/s
# udp tx:    664 MB/s    11277 calls/s  11277 msg/s
# udp rx:    623 MB/s   444438 calls/s
# udp tx:    623 MB/s    10577 calls/s  10577 msg/s
# udp rx:    593 MB/s   422504 calls/s
# udp tx:    597 MB/s    10141 calls/s  10141 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1139 MB/s   811548 calls/s
# udp tx:   1164 MB/s    19745 calls/s  19745 msg/s
# udp rx:   1238 MB/s   882381 calls/s
# udp tx:   1240 MB/s    21040 calls/s  21040 msg/s
# udp rx:   1208 MB/s   860953 calls/s
# udp tx:   1214 MB/s    20607 calls/s  20607 msg/s
# udp rx:   1252 MB/s   892004 calls/s
# udp tx:   1253 MB/s    21263 calls/s  21263 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1016 MB/s    17241 calls/s  17241 msg/s
# tcp rx:   1017 MB/s   135220 calls/s
# tcp tx:    980 MB/s    16625 calls/s  16625 msg/s
# tcp rx:    980 MB/s   135669 calls/s
# tcp tx:    883 MB/s    14987 calls/s  14987 msg/s
# tcp rx:    884 MB/s   130139 calls/s
# tcp tx:    899 MB/s    15248 calls/s  15248 msg/s
# udp gso - over veth touching data
# udp rx:   1207 MB/s   880392 calls/s
# udp tx:   1232 MB/s    20912 calls/s  20912 msg/s
# udp rx:   1232 MB/s   898898 calls/s
# udp tx:   1231 MB/s    20894 calls/s  20894 msg/s
# udp rx:   1244 MB/s   907787 calls/s
# udp tx:   1243 MB/s    21099 calls/s  21099 msg/s
# udp rx:   1245 MB/s   908507 calls/s
# udp tx:   1245 MB/s    21123 calls/s  21123 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1111 MB/s   810783 calls/s
# udp tx:   1135 MB/s    19265 calls/s  19265 msg/s
# udp rx:   1191 MB/s   868901 calls/s
# udp tx:   1194 MB/s    20256 calls/s  20256 msg/s
# udp rx:   1159 MB/s   845872 calls/s
# udp tx:   1169 MB/s    19840 calls/s  19840 msg/s
# udp rx:    594 MB/s   433192 calls/s
# udp tx:   1485 MB/s    25191 calls/s  25191 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__->