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:   1090 MB/s    18493 calls/s  18493 msg/s
# tcp rx:   1091 MB/s   139701 calls/s
# tcp tx:   1116 MB/s    18944 calls/s  18944 msg/s
# tcp rx:   1118 MB/s   138474 calls/s
# tcp tx:   1119 MB/s    18991 calls/s  18991 msg/s
# tcp rx:   1120 MB/s   138608 calls/s
# tcp tx:   1123 MB/s    19057 calls/s  19057 msg/s
# udp gso - over veth touching data
# udp rx:   1206 MB/s   859405 calls/s
# udp tx:   1233 MB/s    20919 calls/s  20919 msg/s
# udp rx:   1190 MB/s   848002 calls/s
# udp tx:   1189 MB/s    20167 calls/s  20167 msg/s
# udp rx:   1305 MB/s   929888 calls/s
# udp tx:   1310 MB/s    22227 calls/s  22227 msg/s
# udp rx:   1307 MB/s   931604 calls/s
# udp tx:   1309 MB/s    22211 calls/s  22211 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1223 MB/s   871235 calls/s
# udp tx:   1252 MB/s    21245 calls/s  21245 msg/s
# udp rx:   1325 MB/s   944145 calls/s
# udp tx:   1324 MB/s    22471 calls/s  22471 msg/s
# udp rx:   1330 MB/s   947683 calls/s
# udp tx:   1330 MB/s    22560 calls/s  22560 msg/s
# udp rx:   1320 MB/s   940401 calls/s
# udp tx:   1319 MB/s    22380 calls/s  22380 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    683 MB/s    11587 calls/s  11587 msg/s
# tcp rx:    683 MB/s    88041 calls/s
# tcp tx:    719 MB/s    12195 calls/s  12195 msg/s
# tcp rx:    719 MB/s    86232 calls/s
# tcp tx:    716 MB/s    12156 calls/s  12156 msg/s
# tcp rx:    717 MB/s    87800 calls/s
# tcp tx:    704 MB/s    11948 calls/s  11948 msg/s
# udp gso - over veth touching data
# udp rx:    559 MB/s   407844 calls/s
# udp tx:    572 MB/s     9704 calls/s   9704 msg/s
# udp rx:    597 MB/s   435415 calls/s
# udp tx:    595 MB/s    10106 calls/s  10106 msg/s
# udp rx:    604 MB/s   440851 calls/s
# udp tx:    604 MB/s    10251 calls/s  10251 msg/s
# udp rx:    618 MB/s   451010 calls/s
# udp tx:    617 MB/s    10479 calls/s  10479 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1252 MB/s   913738 calls/s
# udp tx:   1279 MB/s    21704 calls/s  21704 msg/s
# udp rx:   1285 MB/s   937526 calls/s
# udp tx:   1286 MB/s    21828 calls/s  21828 msg/s
# udp rx:   1276 MB/s   930926 calls/s
# udp tx:   1278 MB/s    21681 calls/s  21681 msg/s
# udp rx:   1270 MB/s   926466 calls/s
# udp tx:   1272 MB/s    21579 calls/s  21579 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__->