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    18493 calls/s  18493 msg/s
# tcp rx:   1091 MB/s   120396 calls/s
# tcp tx:   1080 MB/s    18323 calls/s  18323 msg/s
# tcp rx:   1081 MB/s   123240 calls/s
# tcp tx:   1089 MB/s    18479 calls/s  18479 msg/s
# tcp rx:   1090 MB/s   123446 calls/s
# tcp tx:   1102 MB/s    18704 calls/s  18704 msg/s
# udp gso - over veth touching data
# udp rx:    921 MB/s   656757 calls/s
# udp tx:    950 MB/s    16117 calls/s  16117 msg/s
# udp rx:    717 MB/s   511007 calls/s
# udp tx:    721 MB/s    12243 calls/s  12243 msg/s
# udp rx:    708 MB/s   504589 calls/s
# udp tx:    713 MB/s    12095 calls/s  12095 msg/s
# udp rx:    709 MB/s   505316 calls/s
# udp tx:    714 MB/s    12120 calls/s  12120 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1243 MB/s   885521 calls/s
# udp tx:   1285 MB/s    21799 calls/s  21799 msg/s
# udp rx:   1311 MB/s   934063 calls/s
# udp tx:   1312 MB/s    22267 calls/s  22267 msg/s
# udp rx:   1316 MB/s   937722 calls/s
# udp tx:   1313 MB/s    22284 calls/s  22284 msg/s
# udp rx:   1306 MB/s   930657 calls/s
# udp tx:   1305 MB/s    22146 calls/s  22146 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    854 MB/s    14495 calls/s  14495 msg/s
# tcp rx:    869 MB/s    71867 calls/s
# tcp tx:   1097 MB/s    18615 calls/s  18615 msg/s
# tcp rx:   1132 MB/s   125170 calls/s
# tcp tx:   1134 MB/s    19248 calls/s  19248 msg/s
# tcp rx:   1126 MB/s   127587 calls/s
# tcp tx:   1127 MB/s    19130 calls/s  19130 msg/s
# udp gso - over veth touching data
# udp rx:   1210 MB/s   882822 calls/s
# udp tx:   1250 MB/s    21205 calls/s  21205 msg/s
# udp rx:   1240 MB/s   904992 calls/s
# udp tx:   1240 MB/s    21036 calls/s  21036 msg/s
# udp rx:   1237 MB/s   902393 calls/s
# udp tx:   1237 MB/s    20982 calls/s  20982 msg/s
# udp rx:   1238 MB/s   903466 calls/s
# udp tx:   1238 MB/s    21006 calls/s  21006 msg/s
# udp gso and gro - over veth touching data
# udp rx:    600 MB/s   438291 calls/s
# udp tx:    615 MB/s    10437 calls/s  10437 msg/s
# udp rx:    621 MB/s   453046 calls/s
# udp tx:    628 MB/s    10664 calls/s  10664 msg/s
# udp rx:    626 MB/s   457044 calls/s
# udp tx:    630 MB/s    10699 calls/s  10699 msg/s
# udp rx:    628 MB/s   458444 calls/s
# udp tx:    632 MB/s    10721 calls/s  10721 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__->