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:   1182 MB/s    20052 calls/s  20052 msg/s
# tcp rx:   1189 MB/s   140450 calls/s
# tcp tx:   1122 MB/s    19030 calls/s  19030 msg/s
# tcp rx:   1231 MB/s   131264 calls/s
# tcp tx:   1114 MB/s    18904 calls/s  18904 msg/s
# tcp rx:   1080 MB/s   129194 calls/s
# tcp tx:   1115 MB/s    18922 calls/s  18922 msg/s
# udp gso - over veth touching data
# udp rx:   1188 MB/s   846669 calls/s
# udp tx:   1223 MB/s    20758 calls/s  20758 msg/s
# udp rx:   1320 MB/s   940796 calls/s
# udp tx:   1324 MB/s    22459 calls/s  22459 msg/s
# udp rx:   1251 MB/s   891543 calls/s
# udp tx:   1246 MB/s    21149 calls/s  21149 msg/s
# udp rx:   1178 MB/s   839213 calls/s
# udp tx:   1189 MB/s    20170 calls/s  20170 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1287 MB/s   917343 calls/s
# udp tx:   1320 MB/s    22395 calls/s  22395 msg/s
# udp rx:   1314 MB/s   936258 calls/s
# udp tx:   1313 MB/s    22274 calls/s  22274 msg/s
# udp rx:   1320 MB/s   940328 calls/s
# udp tx:   1319 MB/s    22376 calls/s  22376 msg/s
# udp rx:   1321 MB/s   941345 calls/s
# udp tx:   1320 MB/s    22396 calls/s  22396 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1169 MB/s    19830 calls/s  19830 msg/s
# tcp rx:   1170 MB/s   135899 calls/s
# tcp tx:   1086 MB/s    18426 calls/s  18426 msg/s
# tcp rx:   1087 MB/s   127168 calls/s
# tcp tx:   1097 MB/s    18608 calls/s  18608 msg/s
# tcp rx:   1100 MB/s   126713 calls/s
# tcp tx:   1085 MB/s    18411 calls/s  18411 msg/s
# udp gso - over veth touching data
# udp rx:   1229 MB/s   896446 calls/s
# udp tx:   1267 MB/s    21504 calls/s  21504 msg/s
# udp rx:    959 MB/s   699532 calls/s
# udp tx:    958 MB/s    16250 calls/s  16250 msg/s
# udp rx:   1268 MB/s   925038 calls/s
# udp tx:   1267 MB/s    21505 calls/s  21505 msg/s
# udp rx:   1272 MB/s   927784 calls/s
# udp tx:   1271 MB/s    21562 calls/s  21562 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1120 MB/s   817015 calls/s
# udp tx:   1144 MB/s    19412 calls/s  19412 msg/s
# udp rx:   1273 MB/s   928609 calls/s
# udp tx:   1280 MB/s    21717 calls/s  21717 msg/s
# udp rx:   1246 MB/s   909271 calls/s
# udp tx:   1245 MB/s    21121 calls/s  21121 msg/s
# udp rx:   1300 MB/s   948738 calls/s
# udp tx:   1299 MB/s    22047 calls/s  22047 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__->