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:   1147 MB/s    19470 calls/s  19470 msg/s
# tcp rx:   1148 MB/s   136620 calls/s
# tcp tx:   1105 MB/s    18750 calls/s  18750 msg/s
# tcp rx:   1124 MB/s   132909 calls/s
# tcp tx:   1086 MB/s    18434 calls/s  18434 msg/s
# tcp rx:   1087 MB/s   128853 calls/s
# tcp tx:   1067 MB/s    18103 calls/s  18103 msg/s
# udp gso - over veth touching data
# udp rx:   1226 MB/s   873591 calls/s
# udp tx:   1262 MB/s    21409 calls/s  21409 msg/s
# udp rx:   1313 MB/s   935524 calls/s
# udp tx:   1313 MB/s    22279 calls/s  22279 msg/s
# udp rx:   1328 MB/s   946143 calls/s
# udp tx:   1326 MB/s    22501 calls/s  22501 msg/s
# udp rx:   1305 MB/s   930022 calls/s
# udp tx:   1305 MB/s    22136 calls/s  22136 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1291 MB/s   920226 calls/s
# udp tx:   1326 MB/s    22496 calls/s  22496 msg/s
# udp rx:   1323 MB/s   943080 calls/s
# udp tx:   1327 MB/s    22521 calls/s  22521 msg/s
# udp rx:   1342 MB/s   956101 calls/s
# udp tx:   1342 MB/s    22772 calls/s  22772 msg/s
# udp rx:   1332 MB/s   949255 calls/s
# udp tx:   1333 MB/s    22625 calls/s  22625 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1183 MB/s    20075 calls/s  20075 msg/s
# tcp rx:   1183 MB/s   142705 calls/s
# tcp tx:   1210 MB/s    20533 calls/s  20533 msg/s
# tcp rx:   1212 MB/s   139142 calls/s
# tcp tx:   1206 MB/s    20460 calls/s  20460 msg/s
# tcp rx:   1207 MB/s   138131 calls/s
# tcp tx:   1199 MB/s    20347 calls/s  20347 msg/s
# udp gso - over veth touching data
# udp rx:   1086 MB/s   792135 calls/s
# udp tx:   1116 MB/s    18943 calls/s  18943 msg/s
# udp rx:   1166 MB/s   850974 calls/s
# udp tx:   1169 MB/s    19836 calls/s  19836 msg/s
# udp rx:   1230 MB/s   897140 calls/s
# udp tx:   1234 MB/s    20932 calls/s  20932 msg/s
# udp rx:   1257 MB/s   917059 calls/s
# udp tx:   1260 MB/s    21384 calls/s  21384 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1171 MB/s   854398 calls/s
# udp tx:   1212 MB/s    20559 calls/s  20559 msg/s
# udp rx:   1272 MB/s   928177 calls/s
# udp tx:   1278 MB/s    21687 calls/s  21687 msg/s
# udp rx:   1267 MB/s   924239 calls/s
# udp tx:   1270 MB/s    21547 calls/s  21547 msg/s
# udp rx:   1273 MB/s   929131 calls/s
# udp tx:   1276 MB/s    21653 calls/s  21653 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__->