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:   1078 MB/s    18290 calls/s  18290 msg/s
# tcp rx:   1078 MB/s   137777 calls/s
# tcp tx:   1104 MB/s    18727 calls/s  18727 msg/s
# tcp rx:   1130 MB/s   127723 calls/s
# tcp tx:    813 MB/s    13795 calls/s  13795 msg/s
# tcp rx:    800 MB/s    91259 calls/s
# tcp tx:    693 MB/s    11756 calls/s  11756 msg/s
# udp gso - over veth touching data
# udp rx:   1256 MB/s   895207 calls/s
# udp tx:   1286 MB/s    21821 calls/s  21821 msg/s
# udp rx:   1301 MB/s   927092 calls/s
# udp tx:   1292 MB/s    21917 calls/s  21917 msg/s
# udp rx:   1297 MB/s   924429 calls/s
# udp tx:   1306 MB/s    22164 calls/s  22164 msg/s
# udp rx:   1283 MB/s   914258 calls/s
# udp tx:   1282 MB/s    21750 calls/s  21750 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1270 MB/s   904848 calls/s
# udp tx:   1307 MB/s    22174 calls/s  22174 msg/s
# udp rx:   1306 MB/s   930539 calls/s
# udp tx:   1309 MB/s    22212 calls/s  22212 msg/s
# udp rx:   1309 MB/s   932500 calls/s
# udp tx:   1312 MB/s    22264 calls/s  22264 msg/s
# udp rx:   1313 MB/s   935402 calls/s
# udp tx:   1317 MB/s    22341 calls/s  22341 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1186 MB/s    20131 calls/s  20131 msg/s
# tcp rx:   1187 MB/s   138423 calls/s
# tcp tx:   1153 MB/s    19563 calls/s  19563 msg/s
# tcp rx:   1153 MB/s   126330 calls/s
# tcp tx:   1111 MB/s    18858 calls/s  18858 msg/s
# tcp rx:   1113 MB/s   125859 calls/s
# tcp tx:   1107 MB/s    18780 calls/s  18780 msg/s
# udp gso - over veth touching data
# udp rx:   1240 MB/s   904671 calls/s
# udp tx:   1278 MB/s    21682 calls/s  21682 msg/s
# udp rx:   1278 MB/s   932203 calls/s
# udp tx:   1281 MB/s    21737 calls/s  21737 msg/s
# udp rx:   1271 MB/s   927190 calls/s
# udp tx:   1274 MB/s    21611 calls/s  21611 msg/s
# udp rx:   1267 MB/s   924396 calls/s
# udp tx:   1270 MB/s    21551 calls/s  21551 msg/s
# udp gso and gro - over veth touching data
# udp rx:    621 MB/s   452907 calls/s
# udp tx:    641 MB/s    10887 calls/s  10887 msg/s
# udp rx:    608 MB/s   443533 calls/s
# udp tx:    607 MB/s    10299 calls/s  10299 msg/s
# udp rx:    621 MB/s   453547 calls/s
# udp tx:    629 MB/s    10678 calls/s  10678 msg/s
# udp rx:    611 MB/s   446159 calls/s
# udp tx:    615 MB/s    10443 calls/s  10443 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__->