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:   1030 MB/s    17477 calls/s  17477 msg/s
# tcp rx:   1031 MB/s   137743 calls/s
# tcp tx:   1090 MB/s    18495 calls/s  18495 msg/s
# tcp rx:   1091 MB/s   140295 calls/s
# tcp tx:   1085 MB/s    18403 calls/s  18403 msg/s
# tcp rx:   1086 MB/s   138922 calls/s
# tcp tx:   1146 MB/s    19437 calls/s  19437 msg/s
# udp gso - over veth touching data
# udp rx:    853 MB/s   608180 calls/s
# udp tx:    873 MB/s    14808 calls/s  14808 msg/s
# udp rx:    647 MB/s   461134 calls/s
# udp tx:    652 MB/s    11069 calls/s  11069 msg/s
# udp rx:    656 MB/s   467303 calls/s
# udp tx:    658 MB/s    11173 calls/s  11173 msg/s
# udp rx:    643 MB/s   458648 calls/s
# udp tx:    648 MB/s    11005 calls/s  11005 msg/s
# udp gso and gro - over veth touching data
# udp rx:    588 MB/s   419518 calls/s
# udp tx:    612 MB/s    10381 calls/s  10381 msg/s
# udp rx:    576 MB/s   410803 calls/s
# udp tx:    582 MB/s     9873 calls/s   9873 msg/s
# udp rx:    624 MB/s   444970 calls/s
# udp tx:    625 MB/s    10616 calls/s  10616 msg/s
# udp rx:    633 MB/s   451482 calls/s
# udp tx:    634 MB/s    10767 calls/s  10767 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1085 MB/s    18404 calls/s  18404 msg/s
# tcp rx:   1086 MB/s   139603 calls/s
# tcp tx:   1107 MB/s    18792 calls/s  18792 msg/s
# tcp rx:   1109 MB/s   136239 calls/s
# tcp tx:   1074 MB/s    18220 calls/s  18220 msg/s
# tcp rx:   1075 MB/s   134448 calls/s
# tcp tx:   1124 MB/s    19074 calls/s  19074 msg/s
# udp gso - over veth touching data
# udp rx:   1264 MB/s   922198 calls/s
# udp tx:   1294 MB/s    21949 calls/s  21949 msg/s
# udp rx:   1270 MB/s   926283 calls/s
# udp tx:   1263 MB/s    21423 calls/s  21423 msg/s
# udp rx:   1230 MB/s   897682 calls/s
# udp tx:   1241 MB/s    21055 calls/s  21055 msg/s
# udp rx:   1259 MB/s   918911 calls/s
# udp tx:   1261 MB/s    21390 calls/s  21390 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1186 MB/s   865634 calls/s
# udp tx:   1217 MB/s    20653 calls/s  20653 msg/s
# udp rx:    748 MB/s   545686 calls/s
# udp tx:    734 MB/s    12460 calls/s  12460 msg/s
# udp rx:    668 MB/s   487863 calls/s
# udp tx:    668 MB/s    11338 calls/s  11338 msg/s
# udp rx:    627 MB/s   457747 calls/s
# udp tx:    627 MB/s    10638 calls/s  10638 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__->