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:   1149 MB/s    19492 calls/s  19492 msg/s
# tcp rx:   1150 MB/s   144024 calls/s
# tcp tx:   1159 MB/s    19669 calls/s  19669 msg/s
# tcp rx:   1160 MB/s   145611 calls/s
# tcp tx:   1145 MB/s    19427 calls/s  19427 msg/s
# tcp rx:   1146 MB/s   145865 calls/s
# tcp tx:   1146 MB/s    19452 calls/s  19452 msg/s
# udp gso - over veth touching data
# udp rx:   1244 MB/s   886848 calls/s
# udp tx:   1262 MB/s    21415 calls/s  21415 msg/s
# udp rx:   1263 MB/s   899990 calls/s
# udp tx:   1283 MB/s    21770 calls/s  21770 msg/s
# udp rx:   1292 MB/s   920991 calls/s
# udp tx:   1292 MB/s    21916 calls/s  21916 msg/s
# udp rx:   1305 MB/s   930023 calls/s
# udp tx:   1305 MB/s    22146 calls/s  22146 msg/s
# udp gso and gro - over veth touching data
# udp rx:    605 MB/s   431402 calls/s
# udp tx:    621 MB/s    10539 calls/s  10539 msg/s
# udp rx:    696 MB/s   495966 calls/s
# udp tx:    712 MB/s    12081 calls/s  12081 msg/s
# udp rx:   1291 MB/s   919884 calls/s
# udp tx:   1291 MB/s    21897 calls/s  21897 msg/s
# udp rx:   1312 MB/s   935174 calls/s
# udp tx:   1312 MB/s    22267 calls/s  22267 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    690 MB/s    11719 calls/s  11719 msg/s
# tcp rx:    691 MB/s    86053 calls/s
# tcp tx:    714 MB/s    12117 calls/s  12117 msg/s
# tcp rx:    849 MB/s    86055 calls/s
# tcp tx:   1074 MB/s    18231 calls/s  18231 msg/s
# tcp rx:   1036 MB/s   128100 calls/s
# tcp tx:   1062 MB/s    18022 calls/s  18022 msg/s
# udp gso - over veth touching data
# udp rx:   1159 MB/s   845637 calls/s
# udp tx:   1186 MB/s    20127 calls/s  20127 msg/s
# udp rx:   1197 MB/s   873152 calls/s
# udp tx:   1195 MB/s    20277 calls/s  20277 msg/s
# udp rx:   1140 MB/s   831574 calls/s
# udp tx:   1141 MB/s    19353 calls/s  19353 msg/s
# udp rx:   1144 MB/s   834761 calls/s
# udp tx:   1135 MB/s    19255 calls/s  19255 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1216 MB/s   887149 calls/s
# udp tx:   1250 MB/s    21208 calls/s  21208 msg/s
# udp rx:   1264 MB/s   922307 calls/s
# udp tx:   1263 MB/s    21426 calls/s  21426 msg/s
# udp rx:   1260 MB/s   919565 calls/s
# udp tx:   1260 MB/s    21372 calls/s  21372 msg/s
# udp rx:   1257 MB/s   917339 calls/s
# udp tx:   1256 MB/s    21313 calls/s  21313 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__->