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:   1269 MB/s    21532 calls/s  21532 msg/s
# tcp rx:   1269 MB/s   118936 calls/s
# tcp tx:   1173 MB/s    19908 calls/s  19908 msg/s
# tcp rx:   1225 MB/s    91177 calls/s
# tcp tx:   1119 MB/s    18982 calls/s  18982 msg/s
# tcp rx:   1120 MB/s   122082 calls/s
# tcp tx:   1104 MB/s    18727 calls/s  18727 msg/s
# udp gso - over veth touching data
# udp rx:   1268 MB/s   903353 calls/s
# udp tx:   1301 MB/s    22075 calls/s  22075 msg/s
# udp rx:   1304 MB/s   929283 calls/s
# udp tx:   1305 MB/s    22140 calls/s  22140 msg/s
# udp rx:   1293 MB/s   921365 calls/s
# udp tx:   1294 MB/s    21949 calls/s  21949 msg/s
# udp rx:   1293 MB/s   921303 calls/s
# udp tx:   1294 MB/s    21949 calls/s  21949 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1252 MB/s   892005 calls/s
# udp tx:   1289 MB/s    21869 calls/s  21869 msg/s
# udp rx:   1316 MB/s   937689 calls/s
# udp tx:   1317 MB/s    22354 calls/s  22354 msg/s
# udp rx:   1319 MB/s   939998 calls/s
# udp tx:   1320 MB/s    22391 calls/s  22391 msg/s
# udp rx:   1321 MB/s   941684 calls/s
# udp tx:   1322 MB/s    22430 calls/s  22430 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    695 MB/s    11801 calls/s  11801 msg/s
# tcp rx:    697 MB/s    83372 calls/s
# tcp tx:    701 MB/s    11892 calls/s  11892 msg/s
# tcp rx:    701 MB/s    84572 calls/s
# tcp tx:    706 MB/s    11990 calls/s  11990 msg/s
# tcp rx:    707 MB/s    84645 calls/s
# tcp tx:    705 MB/s    11969 calls/s  11969 msg/s
# udp gso - over veth touching data
# udp rx:    645 MB/s   470900 calls/s
# udp tx:    661 MB/s    11216 calls/s  11216 msg/s
# udp rx:    657 MB/s   479162 calls/s
# udp tx:    662 MB/s    11230 calls/s  11230 msg/s
# udp rx:    667 MB/s   486882 calls/s
# udp tx:    665 MB/s    11286 calls/s  11286 msg/s
# udp rx:    664 MB/s   484347 calls/s
# udp tx:    663 MB/s    11261 calls/s  11261 msg/s
# udp gso and gro - over veth touching data
# udp rx:    623 MB/s   454459 calls/s
# udp tx:    642 MB/s    10893 calls/s  10893 msg/s
# udp rx:   1086 MB/s   792380 calls/s
# udp tx:   1107 MB/s    18781 calls/s  18781 msg/s
# udp rx:   1249 MB/s   911190 calls/s
# udp tx:   1248 MB/s    21176 calls/s  21176 msg/s
# udp rx:   1247 MB/s   909476 calls/s
# udp tx:   1246 MB/s    21141 calls/s  21141 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__->