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:   1097 MB/s    18619 calls/s  18619 msg/s
# tcp rx:   1099 MB/s   137968 calls/s
# tcp tx:   1074 MB/s    18231 calls/s  18231 msg/s
# tcp rx:   1084 MB/s   129681 calls/s
# tcp tx:   1079 MB/s    18313 calls/s  18313 msg/s
# tcp rx:   1079 MB/s   129345 calls/s
# tcp tx:   1088 MB/s    18466 calls/s  18466 msg/s
# udp gso - over veth touching data
# udp rx:   1259 MB/s   897529 calls/s
# udp tx:   1296 MB/s    21984 calls/s  21984 msg/s
# udp rx:   1323 MB/s   942794 calls/s
# udp tx:   1326 MB/s    22498 calls/s  22498 msg/s
# udp rx:   1293 MB/s   921414 calls/s
# udp tx:   1292 MB/s    21928 calls/s  21928 msg/s
# udp rx:   1275 MB/s   908477 calls/s
# udp tx:   1274 MB/s    21623 calls/s  21623 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1149 MB/s   818666 calls/s
# udp tx:   1180 MB/s    20026 calls/s  20026 msg/s
# udp rx:   1268 MB/s   903465 calls/s
# udp tx:   1262 MB/s    21414 calls/s  21414 msg/s
# udp rx:   1165 MB/s   830369 calls/s
# udp tx:   1165 MB/s    19771 calls/s  19771 msg/s
# udp rx:    728 MB/s   519117 calls/s
# udp tx:    732 MB/s    12432 calls/s  12432 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1125 MB/s    19094 calls/s  19094 msg/s
# tcp rx:   1125 MB/s   142954 calls/s
# tcp tx:   1133 MB/s    19231 calls/s  19231 msg/s
# tcp rx:   1134 MB/s   133432 calls/s
# tcp tx:   1087 MB/s    18442 calls/s  18442 msg/s
# tcp rx:   1088 MB/s   127419 calls/s
# tcp tx:   1073 MB/s    18204 calls/s  18204 msg/s
# udp gso - over veth touching data
# udp rx:    646 MB/s   471760 calls/s
# udp tx:    669 MB/s    11351 calls/s  11351 msg/s
# udp rx:    683 MB/s   498219 calls/s
# udp tx:    685 MB/s    11625 calls/s  11625 msg/s
# udp rx:    639 MB/s   466548 calls/s
# udp tx:    642 MB/s    10889 calls/s  10889 msg/s
# udp rx:    656 MB/s   478749 calls/s
# udp tx:    660 MB/s    11198 calls/s  11198 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1235 MB/s   900797 calls/s
# udp tx:   1271 MB/s    21559 calls/s  21559 msg/s
# udp rx:   1051 MB/s   766834 calls/s
# udp tx:   1050 MB/s    17819 calls/s  17819 msg/s
# udp rx:   1214 MB/s   885801 calls/s
# udp tx:   1214 MB/s    20594 calls/s  20594 msg/s
# udp rx:   1274 MB/s   929734 calls/s
# udp tx:   1274 MB/s    21618 calls/s  21618 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__->