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:    926 MB/s    15717 calls/s  15717 msg/s
# tcp rx:    929 MB/s   110347 calls/s
# tcp tx:    734 MB/s    12461 calls/s  12461 msg/s
# tcp rx:    735 MB/s    88110 calls/s
# tcp tx:    760 MB/s    12896 calls/s  12896 msg/s
# tcp rx:    761 MB/s    90079 calls/s
# tcp tx:    778 MB/s    13211 calls/s  13211 msg/s
# udp gso - over veth touching data
# udp rx:   1223 MB/s   871596 calls/s
# udp tx:   1259 MB/s    21368 calls/s  21368 msg/s
# udp rx:   1301 MB/s   927065 calls/s
# udp tx:   1305 MB/s    22139 calls/s  22139 msg/s
# udp rx:   1302 MB/s   927701 calls/s
# udp tx:   1304 MB/s    22126 calls/s  22126 msg/s
# udp rx:   1277 MB/s   910357 calls/s
# udp tx:   1280 MB/s    21717 calls/s  21717 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1240 MB/s   884005 calls/s
# udp tx:   1276 MB/s    21643 calls/s  21643 msg/s
# udp rx:   1248 MB/s   889567 calls/s
# udp tx:   1248 MB/s    21178 calls/s  21178 msg/s
# udp rx:   1225 MB/s   873034 calls/s
# udp tx:   1231 MB/s    20894 calls/s  20894 msg/s
# udp rx:   1296 MB/s   923541 calls/s
# udp tx:   1298 MB/s    22031 calls/s  22031 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1166 MB/s    19792 calls/s  19792 msg/s
# tcp rx:   1168 MB/s   137939 calls/s
# tcp tx:   1169 MB/s    19834 calls/s  19834 msg/s
# tcp rx:   1170 MB/s   138070 calls/s
# tcp tx:   1173 MB/s    19909 calls/s  19909 msg/s
# tcp rx:   1175 MB/s   137908 calls/s
# tcp tx:   1183 MB/s    20078 calls/s  20078 msg/s
# udp gso - over veth touching data
# udp rx:   1197 MB/s   873518 calls/s
# udp tx:   1237 MB/s    20986 calls/s  20986 msg/s
# udp rx:   1236 MB/s   902070 calls/s
# udp tx:   1240 MB/s    21038 calls/s  21038 msg/s
# udp rx:   1246 MB/s   908824 calls/s
# udp tx:   1249 MB/s    21186 calls/s  21186 msg/s
# udp rx:   1243 MB/s   906880 calls/s
# udp tx:   1246 MB/s    21137 calls/s  21137 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1231 MB/s   897913 calls/s
# udp tx:   1262 MB/s    21417 calls/s  21417 msg/s
# udp rx:   1260 MB/s   919004 calls/s
# udp tx:   1252 MB/s    21246 calls/s  21246 msg/s
# udp rx:   1184 MB/s   863677 calls/s
# udp tx:   1190 MB/s    20194 calls/s  20194 msg/s
# udp rx:   1250 MB/s   911916 calls/s
# udp tx:   1250 MB/s    21202 calls/s  21202 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__->