make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_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:   1052 MB/s    17847 calls/s  17847 msg/s
# tcp rx:   1054 MB/s   138381 calls/s
# tcp tx:   1103 MB/s    18710 calls/s  18710 msg/s
# tcp rx:   1104 MB/s   138782 calls/s
# tcp tx:   1058 MB/s    17955 calls/s  17955 msg/s
# tcp rx:   1059 MB/s   138278 calls/s
# tcp tx:   1101 MB/s    18684 calls/s  18684 msg/s
# udp gso - over veth touching data
# udp rx:   1048 MB/s   746952 calls/s
# udp tx:   1075 MB/s    18245 calls/s  18245 msg/s
# udp rx:   1137 MB/s   810142 calls/s
# udp tx:   1141 MB/s    19353 calls/s  19353 msg/s
# udp rx:   1256 MB/s   895174 calls/s
# udp tx:   1255 MB/s    21295 calls/s  21295 msg/s
# udp rx:   1286 MB/s   916332 calls/s
# udp tx:   1286 MB/s    21817 calls/s  21817 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1279 MB/s   911098 calls/s
# udp tx:   1314 MB/s    22299 calls/s  22299 msg/s
# udp rx:    842 MB/s   600326 calls/s
# udp tx:    825 MB/s    13997 calls/s  13997 msg/s
# udp rx:    624 MB/s   445181 calls/s
# udp tx:    625 MB/s    10606 calls/s  10606 msg/s
# udp rx:    626 MB/s   446293 calls/s
# udp tx:    626 MB/s    10633 calls/s  10633 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    709 MB/s    12042 calls/s  12042 msg/s
# tcp rx:    710 MB/s    78299 calls/s
# tcp tx:    894 MB/s    15165 calls/s  15165 msg/s
# tcp rx:    900 MB/s   128509 calls/s
# tcp tx:    971 MB/s    16480 calls/s  16480 msg/s
# tcp rx:    974 MB/s   127276 calls/s
# tcp tx:    990 MB/s    16797 calls/s  16797 msg/s
# udp gso - over veth touching data
# udp rx:   1211 MB/s   883862 calls/s
# udp tx:   1248 MB/s    21182 calls/s  21182 msg/s
# udp rx:   1134 MB/s   827097 calls/s
# udp tx:   1133 MB/s    19233 calls/s  19233 msg/s
# udp rx:   1234 MB/s   900661 calls/s
# udp tx:   1235 MB/s    20960 calls/s  20960 msg/s
# udp rx:   1152 MB/s   840809 calls/s
# udp tx:   1153 MB/s    19572 calls/s  19572 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1167 MB/s   851768 calls/s
# udp tx:   1200 MB/s    20361 calls/s  20361 msg/s
# udp rx:   1217 MB/s   887819 calls/s
# udp tx:   1218 MB/s    20674 calls/s  20674 msg/s
# udp rx:   1238 MB/s   903340 calls/s
# udp tx:   1240 MB/s    21041 calls/s  21041 msg/s
# udp rx:   1240 MB/s   904470 calls/s
# udp tx:   1241 MB/s    21060 calls/s  21060 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__->