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:    950 MB/s    16118 calls/s  16118 msg/s
# tcp rx:    950 MB/s    50467 calls/s
# tcp tx:    982 MB/s    16665 calls/s  16665 msg/s
# tcp rx:    983 MB/s    50543 calls/s
# tcp tx:    926 MB/s    15709 calls/s  15709 msg/s
# tcp rx:    927 MB/s    50089 calls/s
# tcp tx:    986 MB/s    16737 calls/s  16737 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:    503 MB/s   364032 calls/s
# udp tx:    849 MB/s    14413 calls/s  14413 msg/s
# udp rx:    515 MB/s   373782 calls/s
# udp tx:    749 MB/s    12708 calls/s  12708 msg/s
# udp rx:    520 MB/s   376320 calls/s
# udp tx:    861 MB/s    14612 calls/s  14612 msg/s
# udp rx:    520 MB/s   376320 calls/s
# udp tx:    851 MB/s    14450 calls/s  14450 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:    795 MB/s   580002 calls/s
# udp tx:    814 MB/s    13815 calls/s  13815 msg/s
# udp rx:    814 MB/s   593758 calls/s
# udp tx:    813 MB/s    13799 calls/s  13799 msg/s
# udp rx:   1143 MB/s   833631 calls/s
# udp tx:   1143 MB/s    19391 calls/s  19391 msg/s
# udp rx:   1144 MB/s   834800 calls/s
# udp tx:   1143 MB/s    19401 calls/s  19401 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__->