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:   1063 MB/s    18038 calls/s  18038 msg/s
# tcp rx:   1064 MB/s   130014 calls/s
# tcp tx:    914 MB/s    15519 calls/s  15519 msg/s
# tcp rx:    914 MB/s    96216 calls/s
# tcp tx:   1016 MB/s    17244 calls/s  17244 msg/s
# tcp rx:   1019 MB/s   122469 calls/s
# tcp tx:   1004 MB/s    17045 calls/s  17045 msg/s
# udp gso - over veth touching data
# udp rx:   1109 MB/s   790586 calls/s
# udp tx:   1149 MB/s    19489 calls/s  19489 msg/s
# udp rx:   1299 MB/s   925707 calls/s
# udp tx:   1301 MB/s    22075 calls/s  22075 msg/s
# udp rx:   1296 MB/s   923280 calls/s
# udp tx:   1297 MB/s    21998 calls/s  21998 msg/s
# udp rx:   1317 MB/s   938668 calls/s
# udp tx:   1319 MB/s    22383 calls/s  22383 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1263 MB/s   899954 calls/s
# udp tx:   1299 MB/s    22039 calls/s  22039 msg/s
# udp rx:   1221 MB/s   870424 calls/s
# udp tx:   1220 MB/s    20708 calls/s  20708 msg/s
# udp rx:   1311 MB/s   934066 calls/s
# udp tx:   1310 MB/s    22233 calls/s  22233 msg/s
# udp rx:   1303 MB/s   928660 calls/s
# udp tx:   1302 MB/s    22085 calls/s  22085 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1090 MB/s    18501 calls/s  18501 msg/s
# tcp rx:   1091 MB/s   137487 calls/s
# tcp tx:   1080 MB/s    18320 calls/s  18320 msg/s
# tcp rx:   1081 MB/s   135943 calls/s
# tcp tx:   1093 MB/s    18539 calls/s  18539 msg/s
# tcp rx:   1094 MB/s   135398 calls/s
# tcp tx:   1034 MB/s    17551 calls/s  17551 msg/s
# udp gso - over veth touching data
# udp rx:    568 MB/s   414321 calls/s
# udp tx:    580 MB/s     9854 calls/s   9854 msg/s
# udp rx:    979 MB/s   714277 calls/s
# udp tx:   1001 MB/s    16978 calls/s  16978 msg/s
# udp rx:   1246 MB/s   909213 calls/s
# udp tx:   1246 MB/s    21143 calls/s  21143 msg/s
# udp rx:   1241 MB/s   905520 calls/s
# udp tx:   1241 MB/s    21057 calls/s  21057 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1204 MB/s   878153 calls/s
# udp tx:   1237 MB/s    20993 calls/s  20993 msg/s
# udp rx:   1268 MB/s   925218 calls/s
# udp tx:   1272 MB/s    21579 calls/s  21579 msg/s
# udp rx:   1263 MB/s   921320 calls/s
# udp tx:   1265 MB/s    21470 calls/s  21470 msg/s
# udp rx:   1257 MB/s   917081 calls/s
# udp tx:   1259 MB/s    21368 calls/s  21368 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__->