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:   1124 MB/s    19068 calls/s  19068 msg/s
# tcp rx:   1124 MB/s   138331 calls/s
# tcp tx:   1177 MB/s    19970 calls/s  19970 msg/s
# tcp rx:   1177 MB/s   139197 calls/s
# tcp tx:   1181 MB/s    20035 calls/s  20035 msg/s
# tcp rx:   1182 MB/s   140936 calls/s
# tcp tx:   1174 MB/s    19920 calls/s  19920 msg/s
# udp gso - over veth touching data
# udp rx:   1215 MB/s   865609 calls/s
# udp tx:   1249 MB/s    21187 calls/s  21187 msg/s
# udp rx:   1292 MB/s   920689 calls/s
# udp tx:   1296 MB/s    21993 calls/s  21993 msg/s
# udp rx:   1317 MB/s   938794 calls/s
# udp tx:   1322 MB/s    22427 calls/s  22427 msg/s
# udp rx:   1323 MB/s   942655 calls/s
# udp tx:   1327 MB/s    22518 calls/s  22518 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1257 MB/s   895644 calls/s
# udp tx:   1298 MB/s    22022 calls/s  22022 msg/s
# udp rx:   1311 MB/s   934384 calls/s
# udp tx:   1311 MB/s    22246 calls/s  22246 msg/s
# udp rx:   1304 MB/s   929324 calls/s
# udp tx:   1304 MB/s    22121 calls/s  22121 msg/s
# udp rx:   1310 MB/s   933285 calls/s
# udp tx:   1309 MB/s    22217 calls/s  22217 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1181 MB/s    20039 calls/s  20039 msg/s
# tcp rx:   1182 MB/s   142157 calls/s
# tcp tx:   1188 MB/s    20166 calls/s  20166 msg/s
# tcp rx:   1188 MB/s   137535 calls/s
# tcp tx:   1181 MB/s    20040 calls/s  20040 msg/s
# tcp rx:   1182 MB/s   136860 calls/s
# tcp tx:   1181 MB/s    20046 calls/s  20046 msg/s
# udp gso - over veth touching data
# udp rx:   1115 MB/s   813690 calls/s
# udp tx:   1150 MB/s    19518 calls/s  19518 msg/s
# udp rx:   1203 MB/s   878067 calls/s
# udp tx:   1205 MB/s    20439 calls/s  20439 msg/s
# udp rx:   1242 MB/s   905974 calls/s
# udp tx:   1242 MB/s    21066 calls/s  21066 msg/s
# udp rx:   1216 MB/s   887283 calls/s
# udp tx:   1208 MB/s    20494 calls/s  20494 msg/s
# udp gso and gro - over veth touching data
# udp rx:    567 MB/s   413877 calls/s
# udp tx:    585 MB/s     9931 calls/s   9931 msg/s
# udp rx:    573 MB/s   418480 calls/s
# udp tx:    572 MB/s     9716 calls/s   9716 msg/s
# udp rx:    549 MB/s   401069 calls/s
# udp tx:    549 MB/s     9327 calls/s   9327 msg/s
# udp rx:    539 MB/s   393485 calls/s
# udp tx:    538 MB/s     9129 calls/s   9129 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__->