make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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_frglist.sh
# ipv6
# tcp - over veth touching data
# -l 4 -6 -D 2001:db8::1 -t rx -4 -t
# -4 -t
# tcp tx:    632 MB/s    10725 calls/s  10725 msg/s
# tcp rx:    632 MB/s    32839 calls/s
# tcp tx:    646 MB/s    10959 calls/s  10959 msg/s
# tcp rx:    647 MB/s    33411 calls/s
# tcp tx:    629 MB/s    10681 calls/s  10681 msg/s
# tcp rx:    630 MB/s    32625 calls/s
# tcp tx:    652 MB/s    11061 calls/s  11061 msg/s
# udp gso - over veth touching data
# -l 4 -6 -D 2001:db8::1 -u -S 0 rx -4 -v
# -4 -v
# udp rx:    627 MB/s   454656 calls/s
# udp tx:   1281 MB/s    21735 calls/s  21735 msg/s
# udp rx:    615 MB/s   445952 calls/s
# udp tx:   1318 MB/s    22365 calls/s  22365 msg/s
# udp rx:    582 MB/s   421888 calls/s
# udp tx:   1308 MB/s    22200 calls/s  22200 msg/s
# udp rx:    594 MB/s   430336 calls/s
# udp tx:   1306 MB/s    22153 calls/s  22153 msg/s
# udp gso and gro - over veth touching data
# -l 4 -6 -D 2001:db8::1 -S 0 rx -4 -G
# -4 -G
# udp rx:   1122 MB/s   818575 calls/s
# udp tx:   1153 MB/s    19566 calls/s  19566 msg/s
# udp rx:   1143 MB/s   834222 calls/s
# udp tx:   1146 MB/s    19450 calls/s  19450 msg/s
# udp rx:   1164 MB/s   849367 calls/s
# udp tx:   1163 MB/s    19741 calls/s  19741 msg/s
# udp rx:   1164 MB/s   849226 calls/s
# udp tx:   1164 MB/s    19743 calls/s  19743 msg/s
ok 1 selftests: net: udpgro_frglist.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__->