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:   1090 MB/s    18492 calls/s  18492 msg/s
# tcp rx:   1090 MB/s   138025 calls/s
# tcp tx:   1140 MB/s    19340 calls/s  19340 msg/s
# tcp rx:   1142 MB/s   132944 calls/s
# tcp tx:   1074 MB/s    18225 calls/s  18225 msg/s
# tcp rx:   1075 MB/s   131639 calls/s
# tcp tx:   1004 MB/s    17038 calls/s  17038 msg/s
# udp gso - over veth touching data
# udp rx:   1224 MB/s   872327 calls/s
# udp tx:   1249 MB/s    21185 calls/s  21185 msg/s
# udp rx:   1254 MB/s   893724 calls/s
# udp tx:   1263 MB/s    21428 calls/s  21428 msg/s
# udp rx:   1180 MB/s   840685 calls/s
# udp tx:   1186 MB/s    20116 calls/s  20116 msg/s
# udp rx:   1213 MB/s   864473 calls/s
# udp tx:   1198 MB/s    20330 calls/s  20330 msg/s
# udp gso and gro - over veth touching data
# udp rx:    919 MB/s   655290 calls/s
# udp tx:    937 MB/s    15903 calls/s  15903 msg/s
# udp rx:    633 MB/s   451182 calls/s
# udp tx:    633 MB/s    10739 calls/s  10739 msg/s
# udp rx:   1131 MB/s   806089 calls/s
# udp tx:   1142 MB/s    19372 calls/s  19372 msg/s
# udp rx:   1262 MB/s   899085 calls/s
# udp tx:   1267 MB/s    21495 calls/s  21495 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    899 MB/s    15261 calls/s  15261 msg/s
# tcp rx:    901 MB/s   116627 calls/s
# tcp tx:    657 MB/s    11145 calls/s  11145 msg/s
# tcp rx:    656 MB/s    78678 calls/s
# tcp tx:    650 MB/s    11028 calls/s  11028 msg/s
# tcp rx:    651 MB/s    78116 calls/s
# tcp tx:    676 MB/s    11476 calls/s  11476 msg/s
# udp gso - over veth touching data
# udp rx:    872 MB/s   636498 calls/s
# udp tx:    908 MB/s    15417 calls/s  15417 msg/s
# udp rx:    645 MB/s   470613 calls/s
# udp tx:    635 MB/s    10782 calls/s  10782 msg/s
# udp rx:    623 MB/s   454950 calls/s
# udp tx:    628 MB/s    10667 calls/s  10667 msg/s
# udp rx:    625 MB/s   455864 calls/s
# udp tx:    629 MB/s    10674 calls/s  10674 msg/s
# udp gso and gro - over veth touching data
# udp rx:    639 MB/s   466311 calls/s
# udp tx:    658 MB/s    11168 calls/s  11168 msg/s
# udp rx:    629 MB/s   459242 calls/s
# udp tx:    633 MB/s    10749 calls/s  10749 msg/s
# udp rx:    615 MB/s   449035 calls/s
# udp tx:    620 MB/s    10521 calls/s  10521 msg/s
# udp rx:    629 MB/s   459411 calls/s
# udp tx:    634 MB/s    10764 calls/s  10764 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__->