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:   1408 MB/s    23897 calls/s  23897 msg/s
# tcp rx:   1410 MB/s    57442 calls/s
# tcp tx:   1417 MB/s    24048 calls/s  24048 msg/s
# tcp rx:   1419 MB/s    58349 calls/s
# tcp tx:   1747 MB/s    29644 calls/s  29644 msg/s
# tcp rx:   1751 MB/s    69980 calls/s
# tcp tx:   1779 MB/s    30184 calls/s  30184 msg/s
# udp gso - over veth touching data
# udp rx:    646 MB/s   460445 calls/s
# udp tx:    661 MB/s    11222 calls/s  11222 msg/s
# udp rx:    655 MB/s   467248 calls/s
# udp tx:    658 MB/s    11163 calls/s  11163 msg/s
# udp rx:    658 MB/s   469302 calls/s
# udp tx:    661 MB/s    11211 calls/s  11211 msg/s
# udp rx:    655 MB/s   467172 calls/s
# udp tx:    657 MB/s    11155 calls/s  11155 msg/s
# udp gso and gro - over veth touching data
# udp rx:    936 MB/s    15879 calls/s
# udp tx:    968 MB/s    16428 calls/s  16428 msg/s
# udp rx:   1050 MB/s    17816 calls/s
# udp tx:   1048 MB/s    17789 calls/s  17789 msg/s
# udp rx:   1044 MB/s    17711 calls/s
# udp tx:   1043 MB/s    17692 calls/s  17692 msg/s
# udp rx:   1036 MB/s    17582 calls/s
# udp tx:   1035 MB/s    17564 calls/s  17564 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1344 MB/s    22800 calls/s  22800 msg/s
# tcp rx:   1345 MB/s    59418 calls/s
# tcp tx:   1391 MB/s    23603 calls/s  23603 msg/s
# tcp rx:   1393 MB/s    62048 calls/s
# tcp tx:   1391 MB/s    23596 calls/s  23596 msg/s
# tcp rx:   1392 MB/s    64014 calls/s
# tcp tx:   1404 MB/s    23820 calls/s  23820 msg/s
# udp gso - over veth touching data
# udp rx:   1098 MB/s   801195 calls/s
# udp tx:   1132 MB/s    19201 calls/s  19201 msg/s
# udp rx:   1114 MB/s   812576 calls/s
# udp tx:   1113 MB/s    18887 calls/s  18887 msg/s
# udp rx:   1140 MB/s   831786 calls/s
# udp tx:   1142 MB/s    19382 calls/s  19382 msg/s
# udp rx:   1148 MB/s   837470 calls/s
# udp tx:   1148 MB/s    19480 calls/s  19480 msg/s
# udp gso and gro - over veth touching data
# udp rx:    912 MB/s    15479 calls/s
# udp tx:    933 MB/s    15838 calls/s  15838 msg/s
# udp rx:    904 MB/s    15337 calls/s
# udp tx:    906 MB/s    15380 calls/s  15380 msg/s
# udp rx:    967 MB/s    16417 calls/s
# udp tx:    969 MB/s    16444 calls/s  16444 msg/s
# udp rx:    964 MB/s    16352 calls/s
# udp tx:    981 MB/s    16643 calls/s  16643 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__->