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:   1173 MB/s    19907 calls/s  19907 msg/s
# tcp rx:   1174 MB/s   141653 calls/s
# tcp tx:   1129 MB/s    19149 calls/s  19149 msg/s
# tcp rx:   1130 MB/s   139934 calls/s
# tcp tx:   1117 MB/s    18951 calls/s  18951 msg/s
# tcp rx:   1118 MB/s   138019 calls/s
# tcp tx:   1108 MB/s    18804 calls/s  18804 msg/s
# udp gso - over veth touching data
# udp rx:   1180 MB/s   841143 calls/s
# udp tx:   1208 MB/s    20497 calls/s  20497 msg/s
# udp rx:   1291 MB/s   920296 calls/s
# udp tx:   1291 MB/s    21900 calls/s  21900 msg/s
# udp rx:   1294 MB/s   921832 calls/s
# udp tx:   1292 MB/s    21928 calls/s  21928 msg/s
# udp rx:   1311 MB/s   934275 calls/s
# udp tx:   1311 MB/s    22236 calls/s  22236 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1197 MB/s   853177 calls/s
# udp tx:   1235 MB/s    20954 calls/s  20954 msg/s
# udp rx:   1334 MB/s   950721 calls/s
# udp tx:   1337 MB/s    22684 calls/s  22684 msg/s
# udp rx:   1331 MB/s   948271 calls/s
# udp tx:   1335 MB/s    22645 calls/s  22645 msg/s
# udp rx:   1336 MB/s   952131 calls/s
# udp tx:   1339 MB/s    22727 calls/s  22727 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1079 MB/s    18302 calls/s  18302 msg/s
# tcp rx:   1079 MB/s   142495 calls/s
# tcp tx:   1145 MB/s    19423 calls/s  19423 msg/s
# tcp rx:   1145 MB/s   142528 calls/s
# tcp tx:   1168 MB/s    19813 calls/s  19813 msg/s
# tcp rx:   1169 MB/s   141359 calls/s
# tcp tx:   1158 MB/s    19644 calls/s  19644 msg/s
# udp gso - over veth touching data
# udp rx:   1186 MB/s   865161 calls/s
# udp tx:   1221 MB/s    20718 calls/s  20718 msg/s
# udp rx:   1234 MB/s   900120 calls/s
# udp tx:   1237 MB/s    20997 calls/s  20997 msg/s
# udp rx:   1202 MB/s   877057 calls/s
# udp tx:   1208 MB/s    20502 calls/s  20502 msg/s
# udp rx:   1243 MB/s   906978 calls/s
# udp tx:   1246 MB/s    21140 calls/s  21140 msg/s
# udp gso and gro - over veth touching data
# udp rx:    820 MB/s   598549 calls/s
# udp tx:    852 MB/s    14451 calls/s  14451 msg/s
# udp rx:   1164 MB/s   849291 calls/s
# udp tx:   1164 MB/s    19751 calls/s  19751 msg/s
# udp rx:   1199 MB/s   875139 calls/s
# udp tx:   1199 MB/s    20341 calls/s  20341 msg/s
# udp rx:   1153 MB/s   841572 calls/s
# udp tx:   1154 MB/s    19574 calls/s  19574 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__->