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:   1052 MB/s    17853 calls/s  17853 msg/s
# tcp rx:   1053 MB/s   139415 calls/s
# tcp tx:   1102 MB/s    18703 calls/s  18703 msg/s
# tcp rx:   1103 MB/s   138477 calls/s
# tcp tx:   1033 MB/s    17523 calls/s  17523 msg/s
# tcp rx:   1034 MB/s   132201 calls/s
# tcp tx:   1045 MB/s    17725 calls/s  17725 msg/s
# udp gso - over veth touching data
# udp rx:   1209 MB/s   861324 calls/s
# udp tx:   1243 MB/s    21087 calls/s  21087 msg/s
# udp rx:   1276 MB/s   909516 calls/s
# udp tx:   1281 MB/s    21735 calls/s  21735 msg/s
# udp rx:   1228 MB/s   875363 calls/s
# udp tx:   1229 MB/s    20854 calls/s  20854 msg/s
# udp rx:   1278 MB/s   910488 calls/s
# udp tx:   1280 MB/s    21722 calls/s  21722 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1284 MB/s   914880 calls/s
# udp tx:   1319 MB/s    22383 calls/s  22383 msg/s
# udp rx:   1299 MB/s   925794 calls/s
# udp tx:   1302 MB/s    22083 calls/s  22083 msg/s
# udp rx:   1291 MB/s   920212 calls/s
# udp tx:   1293 MB/s    21943 calls/s  21943 msg/s
# udp rx:   1310 MB/s   933451 calls/s
# udp tx:   1312 MB/s    22256 calls/s  22256 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1087 MB/s    18449 calls/s  18449 msg/s
# tcp rx:   1087 MB/s   138491 calls/s
# tcp tx:   1149 MB/s    19493 calls/s  19493 msg/s
# tcp rx:   1149 MB/s   139380 calls/s
# tcp tx:   1106 MB/s    18769 calls/s  18769 msg/s
# tcp rx:   1107 MB/s   135506 calls/s
# tcp tx:   1160 MB/s    19691 calls/s  19691 msg/s
# udp gso - over veth touching data
# udp rx:    612 MB/s   447033 calls/s
# udp tx:    631 MB/s    10713 calls/s  10713 msg/s
# udp rx:    634 MB/s   463064 calls/s
# udp tx:    634 MB/s    10761 calls/s  10761 msg/s
# udp rx:    636 MB/s   464079 calls/s
# udp tx:    635 MB/s    10778 calls/s  10778 msg/s
# udp rx:    630 MB/s   459568 calls/s
# udp tx:    629 MB/s    10685 calls/s  10685 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1173 MB/s   856060 calls/s
# udp tx:   1210 MB/s    20532 calls/s  20532 msg/s
# udp rx:   1178 MB/s   859464 calls/s
# udp tx:   1184 MB/s    20091 calls/s  20091 msg/s
# udp rx:   1241 MB/s   905634 calls/s
# udp tx:   1245 MB/s    21127 calls/s  21127 msg/s
# udp rx:   1233 MB/s   899887 calls/s
# udp tx:   1236 MB/s    20971 calls/s  20971 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__->