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:    522 MB/s     8868 calls/s   8868 msg/s
# tcp rx:    523 MB/s    32502 calls/s
# tcp tx:    544 MB/s     9243 calls/s   9243 msg/s
# tcp rx:    545 MB/s    31558 calls/s
# tcp tx:    510 MB/s     8664 calls/s   8664 msg/s
# tcp rx:    511 MB/s    31783 calls/s
# tcp tx:    502 MB/s     8515 calls/s   8515 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:    504 MB/s   366347 calls/s
# udp tx:    669 MB/s    11361 calls/s  11361 msg/s
# udp rx:    566 MB/s   410880 calls/s
# udp tx:    759 MB/s    12877 calls/s  12877 msg/s
# udp rx:    590 MB/s   428288 calls/s
# udp tx:    729 MB/s    12377 calls/s  12377 msg/s
# udp rx:    589 MB/s   428032 calls/s
# udp tx:    730 MB/s    12397 calls/s  12397 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:    576 MB/s   420424 calls/s
# udp tx:    593 MB/s    10060 calls/s  10060 msg/s
# udp rx:    618 MB/s   451252 calls/s
# udp tx:    617 MB/s    10478 calls/s  10478 msg/s
# udp rx:    615 MB/s   448915 calls/s
# udp tx:    615 MB/s    10441 calls/s  10441 msg/s
# udp rx:    617 MB/s   450307 calls/s
# udp tx:    631 MB/s    10716 calls/s  10716 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__->