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:   1064 MB/s    18056 calls/s  18056 msg/s
# tcp rx:   1069 MB/s   135687 calls/s
# tcp tx:   1032 MB/s    17508 calls/s  17508 msg/s
# tcp rx:   1032 MB/s   132733 calls/s
# tcp tx:   1054 MB/s    17893 calls/s  17893 msg/s
# tcp rx:   1056 MB/s   129711 calls/s
# tcp tx:   1054 MB/s    17883 calls/s  17883 msg/s
# udp gso - over veth touching data
# udp rx:   1273 MB/s   907109 calls/s
# udp tx:   1311 MB/s    22238 calls/s  22238 msg/s
# udp rx:   1297 MB/s   924366 calls/s
# udp tx:   1300 MB/s    22058 calls/s  22058 msg/s
# udp rx:   1315 MB/s   936893 calls/s
# udp tx:   1317 MB/s    22343 calls/s  22343 msg/s
# udp rx:   1309 MB/s   932743 calls/s
# udp tx:   1311 MB/s    22244 calls/s  22244 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1222 MB/s   870694 calls/s
# udp tx:   1262 MB/s    21413 calls/s  21413 msg/s
# udp rx:   1231 MB/s   877566 calls/s
# udp tx:   1232 MB/s    20909 calls/s  20909 msg/s
# udp rx:   1205 MB/s   858453 calls/s
# udp tx:   1207 MB/s    20476 calls/s  20476 msg/s
# udp rx:   1224 MB/s   872124 calls/s
# udp tx:   1225 MB/s    20788 calls/s  20788 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1126 MB/s    19112 calls/s  19112 msg/s
# tcp rx:   1153 MB/s   141725 calls/s
# tcp tx:   1077 MB/s    18274 calls/s  18274 msg/s
# tcp rx:   1103 MB/s   127601 calls/s
# tcp tx:   1080 MB/s    18332 calls/s  18332 msg/s
# tcp rx:   1072 MB/s   129243 calls/s
# tcp tx:   1079 MB/s    18310 calls/s  18310 msg/s
# udp gso - over veth touching data
# udp rx:   1129 MB/s   823879 calls/s
# udp tx:   1163 MB/s    19740 calls/s  19740 msg/s
# udp rx:   1249 MB/s   911323 calls/s
# udp tx:   1250 MB/s    21212 calls/s  21212 msg/s
# udp rx:   1247 MB/s   910053 calls/s
# udp tx:   1248 MB/s    21178 calls/s  21178 msg/s
# udp rx:   1248 MB/s   910386 calls/s
# udp tx:   1249 MB/s    21184 calls/s  21184 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1206 MB/s   879719 calls/s
# udp tx:   1238 MB/s    21004 calls/s  21004 msg/s
# udp rx:   1239 MB/s   904335 calls/s
# udp tx:   1239 MB/s    21031 calls/s  21031 msg/s
# udp rx:   1238 MB/s   903451 calls/s
# udp tx:   1238 MB/s    20999 calls/s  20999 msg/s
# udp rx:   1236 MB/s   902150 calls/s
# udp tx:   1236 MB/s    20968 calls/s  20968 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__->