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    16121 calls/s  16121 msg/s
# tcp rx:    951 MB/s    50721 calls/s
# tcp tx:    982 MB/s    16662 calls/s  16662 msg/s
# tcp rx:    983 MB/s    50987 calls/s
# tcp tx:    985 MB/s    16721 calls/s  16721 msg/s
# tcp rx:    986 MB/s    50546 calls/s
# tcp tx:    980 MB/s    16625 calls/s  16625 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:    628 MB/s   455680 calls/s
# udp tx:   1232 MB/s    20901 calls/s  20901 msg/s
# udp rx:    665 MB/s   481792 calls/s
# udp tx:   1296 MB/s    21991 calls/s  21991 msg/s
# udp rx:    663 MB/s   480256 calls/s
# udp tx:   1302 MB/s    22084 calls/s  22084 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1305 MB/s    22135 calls/s  22135 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:   1085 MB/s   791452 calls/s
# udp tx:   1106 MB/s    18760 calls/s  18760 msg/s
# udp rx:   1200 MB/s   875523 calls/s
# udp tx:   1199 MB/s    20341 calls/s  20341 msg/s
# udp rx:   1133 MB/s   826669 calls/s
# udp tx:   1132 MB/s    19207 calls/s  19207 msg/s
# udp rx:   1118 MB/s   816014 calls/s
# udp tx:   1117 MB/s    18958 calls/s  18958 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__->