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:   1070 MB/s    18160 calls/s  18160 msg/s
# tcp rx:   1144 MB/s   139867 calls/s
# tcp tx:   1121 MB/s    19022 calls/s  19022 msg/s
# tcp rx:   1844 MB/s   122108 calls/s
# tcp tx:   1298 MB/s    22024 calls/s  22024 msg/s
# tcp rx:   1118 MB/s   124343 calls/s
# tcp tx:   1099 MB/s    18640 calls/s  18640 msg/s
# udp gso - over veth touching data
# udp rx:   1207 MB/s   859846 calls/s
# udp tx:   1241 MB/s    21061 calls/s  21061 msg/s
# udp rx:   1293 MB/s   921719 calls/s
# udp tx:   1299 MB/s    22038 calls/s  22038 msg/s
# udp rx:   1304 MB/s   929159 calls/s
# udp tx:   1304 MB/s    22125 calls/s  22125 msg/s
# udp rx:   1307 MB/s   931413 calls/s
# udp tx:   1306 MB/s    22162 calls/s  22162 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1278 MB/s   911091 calls/s
# udp tx:   1325 MB/s    22474 calls/s  22474 msg/s
# udp rx:   1328 MB/s   946029 calls/s
# udp tx:   1332 MB/s    22596 calls/s  22596 msg/s
# udp rx:   1333 MB/s   949634 calls/s
# udp tx:   1335 MB/s    22652 calls/s  22652 msg/s
# udp rx:   1324 MB/s   943427 calls/s
# udp tx:   1335 MB/s    22657 calls/s  22657 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1135 MB/s    19254 calls/s  19254 msg/s
# tcp rx:   1135 MB/s   141477 calls/s
# tcp tx:   1100 MB/s    18660 calls/s  18660 msg/s
# tcp rx:   1108 MB/s   131578 calls/s
# tcp tx:   1121 MB/s    19022 calls/s  19022 msg/s
# tcp rx:   1122 MB/s   132035 calls/s
# tcp tx:   1040 MB/s    17643 calls/s  17643 msg/s
# udp gso - over veth touching data
# udp rx:   1135 MB/s   828268 calls/s
# udp tx:   1170 MB/s    19858 calls/s  19858 msg/s
# udp rx:   1280 MB/s   933665 calls/s
# udp tx:   1282 MB/s    21757 calls/s  21757 msg/s
# udp rx:   1265 MB/s   922598 calls/s
# udp tx:   1265 MB/s    21472 calls/s  21472 msg/s
# udp rx:   1289 MB/s   940140 calls/s
# udp tx:   1290 MB/s    21893 calls/s  21893 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1227 MB/s   895186 calls/s
# udp tx:   1258 MB/s    21345 calls/s  21345 msg/s
# udp rx:   1255 MB/s   916001 calls/s
# udp tx:   1258 MB/s    21343 calls/s  21343 msg/s
# udp rx:   1233 MB/s   899831 calls/s
# udp tx:   1237 MB/s    20986 calls/s  20986 msg/s
# udp rx:   1265 MB/s   922826 calls/s
# udp tx:   1266 MB/s    21485 calls/s  21485 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__->