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:   1139 MB/s    19327 calls/s  19327 msg/s
# tcp rx:   1139 MB/s   137268 calls/s
# tcp tx:   1158 MB/s    19650 calls/s  19650 msg/s
# tcp rx:   1159 MB/s   137901 calls/s
# tcp tx:   1111 MB/s    18858 calls/s  18858 msg/s
# tcp rx:   1112 MB/s   132256 calls/s
# tcp tx:   1107 MB/s    18786 calls/s  18786 msg/s
# udp gso - over veth touching data
# udp rx:   1224 MB/s   872500 calls/s
# udp tx:   1259 MB/s    21370 calls/s  21370 msg/s
# udp rx:   1271 MB/s   905721 calls/s
# udp tx:   1267 MB/s    21495 calls/s  21495 msg/s
# udp rx:   1265 MB/s   901512 calls/s
# udp tx:   1266 MB/s    21488 calls/s  21488 msg/s
# udp rx:   1276 MB/s   909259 calls/s
# udp tx:   1275 MB/s    21629 calls/s  21629 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1240 MB/s   883495 calls/s
# udp tx:   1276 MB/s    21647 calls/s  21647 msg/s
# udp rx:   1327 MB/s   945915 calls/s
# udp tx:   1326 MB/s    22506 calls/s  22506 msg/s
# udp rx:   1323 MB/s   943063 calls/s
# udp tx:   1322 MB/s    22436 calls/s  22436 msg/s
# udp rx:   1323 MB/s   942842 calls/s
# udp tx:   1322 MB/s    22435 calls/s  22435 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1119 MB/s    18981 calls/s  18981 msg/s
# tcp rx:   1120 MB/s   134287 calls/s
# tcp tx:   1076 MB/s    18254 calls/s  18254 msg/s
# tcp rx:   1078 MB/s   134388 calls/s
# tcp tx:   1183 MB/s    20071 calls/s  20071 msg/s
# tcp rx:   1184 MB/s   134297 calls/s
# tcp tx:   1138 MB/s    19308 calls/s  19308 msg/s
# udp gso - over veth touching data
# udp rx:   1247 MB/s   910111 calls/s
# udp tx:   1283 MB/s    21775 calls/s  21775 msg/s
# udp rx:   1275 MB/s   930526 calls/s
# udp tx:   1275 MB/s    21633 calls/s  21633 msg/s
# udp rx:   1211 MB/s   883480 calls/s
# udp tx:   1203 MB/s    20412 calls/s  20412 msg/s
# udp rx:   1199 MB/s   874847 calls/s
# udp tx:   1208 MB/s    20500 calls/s  20500 msg/s
# udp gso and gro - over veth touching data
# udp rx:    628 MB/s   458302 calls/s
# udp tx:    643 MB/s    10919 calls/s  10919 msg/s
# udp rx:    630 MB/s   459559 calls/s
# udp tx:    630 MB/s    10687 calls/s  10687 msg/s
# udp rx:    622 MB/s   453651 calls/s
# udp tx:    620 MB/s    10531 calls/s  10531 msg/s
# udp rx:    588 MB/s   429125 calls/s
# udp tx:    589 MB/s    10004 calls/s  10004 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__->