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:    868 MB/s    14734 calls/s  14734 msg/s
# tcp rx:    875 MB/s   156219 calls/s
# tcp tx:    845 MB/s    14340 calls/s  14340 msg/s
# tcp rx:    854 MB/s   153243 calls/s
# tcp tx:    819 MB/s    13896 calls/s  13896 msg/s
# tcp rx:    816 MB/s   146509 calls/s
# tcp tx:    849 MB/s    14407 calls/s  14407 msg/s
# udp gso - over veth touching data
# udp rx:   1198 MB/s   853721 calls/s
# udp tx:   1228 MB/s    20841 calls/s  20841 msg/s
# udp rx:   1138 MB/s   811261 calls/s
# udp tx:   1140 MB/s    19343 calls/s  19343 msg/s
# udp rx:   1257 MB/s   895499 calls/s
# udp tx:   1258 MB/s    21352 calls/s  21352 msg/s
# udp rx:   1259 MB/s   896973 calls/s
# udp tx:   1260 MB/s    21380 calls/s  21380 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1192 MB/s   849337 calls/s
# udp tx:   1216 MB/s    20625 calls/s  20625 msg/s
# udp rx:   1194 MB/s   851162 calls/s
# udp tx:   1193 MB/s    20235 calls/s  20235 msg/s
# udp rx:   1226 MB/s   873718 calls/s
# udp tx:   1226 MB/s    20803 calls/s  20803 msg/s
# udp rx:   1233 MB/s   878534 calls/s
# udp tx:   1232 MB/s    20901 calls/s  20901 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    853 MB/s    14472 calls/s  14472 msg/s
# tcp rx:    853 MB/s   157326 calls/s
# tcp tx:    809 MB/s    13738 calls/s  13738 msg/s
# tcp rx:    813 MB/s   151160 calls/s
# tcp tx:    836 MB/s    14182 calls/s  14182 msg/s
# tcp rx:    835 MB/s   156324 calls/s
# tcp tx:    836 MB/s    14195 calls/s  14195 msg/s
# udp gso - over veth touching data
# udp rx:   1158 MB/s   844881 calls/s
# udp tx:   1183 MB/s    20071 calls/s  20071 msg/s
# udp rx:   1166 MB/s   850788 calls/s
# udp tx:   1166 MB/s    19777 calls/s  19777 msg/s
# udp rx:   1186 MB/s   865454 calls/s
# udp tx:   1184 MB/s    20083 calls/s  20083 msg/s
# udp rx:   1185 MB/s   864452 calls/s
# udp tx:   1184 MB/s    20086 calls/s  20086 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1200 MB/s   875434 calls/s
# udp tx:   1221 MB/s    20711 calls/s  20711 msg/s
# udp rx:   1193 MB/s   870124 calls/s
# udp tx:   1195 MB/s    20274 calls/s  20274 msg/s
# udp rx:   1174 MB/s   856890 calls/s
# udp tx:   1177 MB/s    19965 calls/s  19965 msg/s
# udp rx:   1189 MB/s   867592 calls/s
# udp tx:   1191 MB/s    20215 calls/s  20215 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__->