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:    688 MB/s    11684 calls/s  11684 msg/s
# tcp rx:    694 MB/s    86064 calls/s
# tcp tx:    676 MB/s    11466 calls/s  11466 msg/s
# tcp rx:    676 MB/s    83652 calls/s
# tcp tx:    722 MB/s    12249 calls/s  12249 msg/s
# tcp rx:    722 MB/s    85995 calls/s
# tcp tx:    700 MB/s    11883 calls/s  11883 msg/s
# udp gso - over veth touching data
# udp rx:    909 MB/s   647681 calls/s
# udp tx:    925 MB/s    15701 calls/s  15701 msg/s
# udp rx:    633 MB/s   451518 calls/s
# udp tx:    633 MB/s    10742 calls/s  10742 msg/s
# udp rx:    623 MB/s   444076 calls/s
# udp tx:    623 MB/s    10571 calls/s  10571 msg/s
# udp rx:    625 MB/s   445634 calls/s
# udp tx:    625 MB/s    10608 calls/s  10608 msg/s
# udp gso and gro - over veth touching data
# udp rx:    584 MB/s   416548 calls/s
# udp tx:    603 MB/s    10241 calls/s  10241 msg/s
# udp rx:    621 MB/s   442654 calls/s
# udp tx:    621 MB/s    10534 calls/s  10534 msg/s
# udp rx:    612 MB/s   435981 calls/s
# udp tx:    611 MB/s    10379 calls/s  10379 msg/s
# udp rx:    613 MB/s   436715 calls/s
# udp tx:    611 MB/s    10377 calls/s  10377 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1097 MB/s    18621 calls/s  18621 msg/s
# tcp rx:   1446 MB/s   143343 calls/s
# tcp tx:   1035 MB/s    17563 calls/s  17563 msg/s
# tcp rx:    962 MB/s   121863 calls/s
# tcp tx:   1008 MB/s    17108 calls/s  17108 msg/s
# tcp rx:   1004 MB/s   124972 calls/s
# tcp tx:    922 MB/s    15647 calls/s  15647 msg/s
# udp gso - over veth touching data
# udp rx:   1004 MB/s   732633 calls/s
# udp tx:   1042 MB/s    17681 calls/s  17681 msg/s
# udp rx:   1279 MB/s   932833 calls/s
# udp tx:   1285 MB/s    21799 calls/s  21799 msg/s
# udp rx:   1202 MB/s   876925 calls/s
# udp tx:   1207 MB/s    20479 calls/s  20479 msg/s
# udp rx:   1276 MB/s   930988 calls/s
# udp tx:   1277 MB/s    21671 calls/s  21671 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1212 MB/s   884637 calls/s
# udp tx:   1256 MB/s    21309 calls/s  21309 msg/s
# udp rx:   1145 MB/s   835120 calls/s
# udp tx:   1144 MB/s    19403 calls/s  19403 msg/s
# udp rx:   1275 MB/s   930047 calls/s
# udp tx:   1274 MB/s    21617 calls/s  21617 msg/s
# udp rx:   1277 MB/s   931381 calls/s
# udp tx:   1276 MB/s    21646 calls/s  21646 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__->