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:   1108 MB/s    18799 calls/s  18799 msg/s
# tcp rx:   1108 MB/s   141366 calls/s
# tcp tx:   1116 MB/s    18932 calls/s  18932 msg/s
# tcp rx:   1164 MB/s   140364 calls/s
# tcp tx:   1115 MB/s    18925 calls/s  18925 msg/s
# tcp rx:   1109 MB/s   129049 calls/s
# tcp tx:   1107 MB/s    18791 calls/s  18791 msg/s
# udp gso - over veth touching data
# udp rx:   1290 MB/s   918992 calls/s
# udp tx:   1324 MB/s    22457 calls/s  22457 msg/s
# udp rx:   1320 MB/s   940824 calls/s
# udp tx:   1320 MB/s    22405 calls/s  22405 msg/s
# udp rx:   1351 MB/s   962455 calls/s
# udp tx:   1350 MB/s    22903 calls/s  22903 msg/s
# udp rx:   1352 MB/s   963370 calls/s
# udp tx:   1352 MB/s    22932 calls/s  22932 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1214 MB/s   864892 calls/s
# udp tx:   1243 MB/s    21087 calls/s  21087 msg/s
# udp rx:   1287 MB/s   917263 calls/s
# udp tx:   1292 MB/s    21921 calls/s  21921 msg/s
# udp rx:   1348 MB/s   960836 calls/s
# udp tx:   1348 MB/s    22867 calls/s  22867 msg/s
# udp rx:   1350 MB/s   962218 calls/s
# udp tx:   1350 MB/s    22906 calls/s  22906 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    951 MB/s    16132 calls/s  16132 msg/s
# tcp rx:    951 MB/s   129440 calls/s
# tcp tx:    811 MB/s    13768 calls/s  13768 msg/s
# tcp rx:    812 MB/s    92510 calls/s
# tcp tx:    839 MB/s    14240 calls/s  14240 msg/s
# tcp rx:    840 MB/s    93929 calls/s
# tcp tx:    835 MB/s    14167 calls/s  14167 msg/s
# udp gso - over veth touching data
# udp rx:   1251 MB/s   912550 calls/s
# udp tx:   1285 MB/s    21811 calls/s  21811 msg/s
# udp rx:   1128 MB/s   822872 calls/s
# udp tx:   1132 MB/s    19202 calls/s  19202 msg/s
# udp rx:   1277 MB/s   931455 calls/s
# udp tx:   1280 MB/s    21712 calls/s  21712 msg/s
# udp rx:   1221 MB/s   890916 calls/s
# udp tx:   1218 MB/s    20659 calls/s  20659 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1181 MB/s   861924 calls/s
# udp tx:   1217 MB/s    20642 calls/s  20642 msg/s
# udp rx:   1276 MB/s   931267 calls/s
# udp tx:   1278 MB/s    21681 calls/s  21681 msg/s
# udp rx:   1263 MB/s   921292 calls/s
# udp tx:   1263 MB/s    21430 calls/s  21430 msg/s
# udp rx:   1280 MB/s   933778 calls/s
# udp tx:   1280 MB/s    21719 calls/s  21719 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__->