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:   1125 MB/s    19088 calls/s  19088 msg/s
# tcp rx:   1125 MB/s   144855 calls/s
# tcp tx:   1051 MB/s    17833 calls/s  17833 msg/s
# tcp rx:   1052 MB/s   134189 calls/s
# tcp tx:   1089 MB/s    18485 calls/s  18485 msg/s
# tcp rx:   1090 MB/s   134396 calls/s
# tcp tx:   1111 MB/s    18846 calls/s  18846 msg/s
# udp gso - over veth touching data
# udp rx:   1230 MB/s   876462 calls/s
# udp tx:   1262 MB/s    21419 calls/s  21419 msg/s
# udp rx:   1269 MB/s   904322 calls/s
# udp tx:   1267 MB/s    21493 calls/s  21493 msg/s
# udp rx:   1225 MB/s   872856 calls/s
# udp tx:   1225 MB/s    20780 calls/s  20780 msg/s
# udp rx:   1252 MB/s   892378 calls/s
# udp tx:   1252 MB/s    21239 calls/s  21239 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1237 MB/s   881175 calls/s
# udp tx:   1269 MB/s    21537 calls/s  21537 msg/s
# udp rx:   1290 MB/s   919595 calls/s
# udp tx:   1290 MB/s    21883 calls/s  21883 msg/s
# udp rx:   1292 MB/s   920979 calls/s
# udp tx:   1301 MB/s    22074 calls/s  22074 msg/s
# udp rx:   1308 MB/s   932055 calls/s
# udp tx:   1307 MB/s    22177 calls/s  22177 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1186 MB/s    20118 calls/s  20118 msg/s
# tcp rx:   1186 MB/s   146632 calls/s
# tcp tx:   1076 MB/s    18258 calls/s  18258 msg/s
# tcp rx:   1090 MB/s   131521 calls/s
# tcp tx:   1082 MB/s    18357 calls/s  18357 msg/s
# tcp rx:   1094 MB/s   129697 calls/s
# tcp tx:   1061 MB/s    17997 calls/s  17997 msg/s
# udp gso - over veth touching data
# udp rx:   1158 MB/s   845243 calls/s
# udp tx:   1195 MB/s    20279 calls/s  20279 msg/s
# udp rx:   1238 MB/s   902898 calls/s
# udp tx:   1241 MB/s    21065 calls/s  21065 msg/s
# udp rx:   1237 MB/s   902444 calls/s
# udp tx:   1239 MB/s    21027 calls/s  21027 msg/s
# udp rx:   1252 MB/s   913538 calls/s
# udp tx:   1254 MB/s    21278 calls/s  21278 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1151 MB/s   839449 calls/s
# udp tx:   1182 MB/s    20055 calls/s  20055 msg/s
# udp rx:   1253 MB/s   914527 calls/s
# udp tx:   1258 MB/s    21346 calls/s  21346 msg/s
# udp rx:   1269 MB/s   925986 calls/s
# udp tx:   1271 MB/s    21560 calls/s  21560 msg/s
# udp rx:   1207 MB/s   880590 calls/s
# udp tx:   1208 MB/s    20502 calls/s  20502 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__->