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:   1122 MB/s    19036 calls/s  19036 msg/s
# tcp rx:   1123 MB/s   144433 calls/s
# tcp tx:   1140 MB/s    19341 calls/s  19341 msg/s
# tcp rx:   1141 MB/s   141777 calls/s
# tcp tx:   1110 MB/s    18832 calls/s  18832 msg/s
# tcp rx:   1111 MB/s   139774 calls/s
# tcp tx:   1135 MB/s    19253 calls/s  19253 msg/s
# udp gso - over veth touching data
# udp rx:   1286 MB/s   916246 calls/s
# udp tx:   1320 MB/s    22405 calls/s  22405 msg/s
# udp rx:   1290 MB/s   919259 calls/s
# udp tx:   1293 MB/s    21931 calls/s  21931 msg/s
# udp rx:   1314 MB/s   936418 calls/s
# udp tx:   1314 MB/s    22296 calls/s  22296 msg/s
# udp rx:   1320 MB/s   940975 calls/s
# udp tx:   1320 MB/s    22402 calls/s  22402 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1269 MB/s   904472 calls/s
# udp tx:   1304 MB/s    22125 calls/s  22125 msg/s
# udp rx:   1248 MB/s   889720 calls/s
# udp tx:   1248 MB/s    21174 calls/s  21174 msg/s
# udp rx:   1306 MB/s   930942 calls/s
# udp tx:   1306 MB/s    22167 calls/s  22167 msg/s
# udp rx:   1303 MB/s   928418 calls/s
# udp tx:   1303 MB/s    22105 calls/s  22105 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1110 MB/s    18839 calls/s  18839 msg/s
# tcp rx:   1111 MB/s   140323 calls/s
# tcp tx:   1095 MB/s    18572 calls/s  18572 msg/s
# tcp rx:   1096 MB/s   138134 calls/s
# tcp tx:   1136 MB/s    19276 calls/s  19276 msg/s
# tcp rx:   1137 MB/s   138271 calls/s
# tcp tx:   1170 MB/s    19856 calls/s  19856 msg/s
# udp gso - over veth touching data
# udp rx:   1222 MB/s   891808 calls/s
# udp tx:   1251 MB/s    21224 calls/s  21224 msg/s
# udp rx:   1177 MB/s   858947 calls/s
# udp tx:   1177 MB/s    19972 calls/s  19972 msg/s
# udp rx:   1260 MB/s   919046 calls/s
# udp tx:   1259 MB/s    21356 calls/s  21356 msg/s
# udp rx:   1258 MB/s   917707 calls/s
# udp tx:   1257 MB/s    21336 calls/s  21336 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1175 MB/s   857431 calls/s
# udp tx:   1199 MB/s    20352 calls/s  20352 msg/s
# udp rx:   1170 MB/s   853760 calls/s
# udp tx:   1179 MB/s    20004 calls/s  20004 msg/s
# udp rx:   1223 MB/s   892648 calls/s
# udp tx:   1223 MB/s    20755 calls/s  20755 msg/s
# udp rx:   1256 MB/s   916428 calls/s
# udp tx:   1256 MB/s    21307 calls/s  21307 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__->