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:    885 MB/s    15011 calls/s  15011 msg/s
# tcp rx:    885 MB/s   136073 calls/s
# tcp tx:    822 MB/s    13957 calls/s  13957 msg/s
# tcp rx:    823 MB/s   149528 calls/s
# tcp tx:    817 MB/s    13860 calls/s  13860 msg/s
# tcp rx:    817 MB/s   145506 calls/s
# tcp tx:    834 MB/s    14150 calls/s  14150 msg/s
# udp gso - over veth touching data
# udp rx:   1221 MB/s   870374 calls/s
# udp tx:   1255 MB/s    21287 calls/s  21287 msg/s
# udp rx:   1234 MB/s   879090 calls/s
# udp tx:   1233 MB/s    20914 calls/s  20914 msg/s
# udp rx:   1234 MB/s   879270 calls/s
# udp tx:   1233 MB/s    20920 calls/s  20920 msg/s
# udp rx:   1241 MB/s   884078 calls/s
# udp tx:   1240 MB/s    21037 calls/s  21037 msg/s
# udp gso and gro - over veth touching data
# udp rx:    680 MB/s   485030 calls/s
# udp tx:    703 MB/s    11930 calls/s  11930 msg/s
# udp rx:    734 MB/s   523353 calls/s
# udp tx:    734 MB/s    12457 calls/s  12457 msg/s
# udp rx:    704 MB/s   501801 calls/s
# udp tx:    703 MB/s    11938 calls/s  11938 msg/s
# udp rx:    706 MB/s   503492 calls/s
# udp tx:    706 MB/s    11979 calls/s  11979 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    843 MB/s    14310 calls/s  14310 msg/s
# tcp rx:    844 MB/s   143484 calls/s
# tcp tx:    824 MB/s    13986 calls/s  13986 msg/s
# tcp rx:    825 MB/s   148192 calls/s
# tcp tx:    844 MB/s    14324 calls/s  14324 msg/s
# tcp rx:    845 MB/s   152527 calls/s
# tcp tx:    856 MB/s    14532 calls/s  14532 msg/s
# udp gso - over veth touching data
# udp rx:   1089 MB/s   794784 calls/s
# udp tx:   1119 MB/s    18981 calls/s  18981 msg/s
# udp rx:   1122 MB/s   818768 calls/s
# udp tx:   1123 MB/s    19057 calls/s  19057 msg/s
# udp rx:   1184 MB/s   863716 calls/s
# udp tx:   1192 MB/s    20218 calls/s  20218 msg/s
# udp rx:    813 MB/s   593454 calls/s
# udp tx:    805 MB/s    13658 calls/s  13658 msg/s
# udp gso and gro - over veth touching data
# udp rx:    599 MB/s   437541 calls/s
# udp tx:    613 MB/s    10412 calls/s  10412 msg/s
# udp rx:    646 MB/s   471151 calls/s
# udp tx:    647 MB/s    10983 calls/s  10983 msg/s
# udp rx:    659 MB/s   480878 calls/s
# udp tx:    661 MB/s    11211 calls/s  11211 msg/s
# udp rx:    665 MB/s   485579 calls/s
# udp tx:    667 MB/s    11322 calls/s  11322 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__->