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:    946 MB/s    16046 calls/s  16046 msg/s
# tcp rx:    946 MB/s    50389 calls/s
# tcp tx:    962 MB/s    16333 calls/s  16333 msg/s
# tcp rx:    963 MB/s    49807 calls/s
# tcp tx:    959 MB/s    16268 calls/s  16268 msg/s
# tcp rx:    960 MB/s    47644 calls/s
# tcp tx:    956 MB/s    16224 calls/s  16224 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:    638 MB/s   462848 calls/s
# udp tx:   1247 MB/s    21155 calls/s  21155 msg/s
# udp rx:    660 MB/s   478464 calls/s
# udp tx:   1241 MB/s    21065 calls/s  21065 msg/s
# udp rx:    662 MB/s   480256 calls/s
# udp tx:   1204 MB/s    20435 calls/s  20435 msg/s
# udp rx:    661 MB/s   479232 calls/s
# udp tx:   1250 MB/s    21205 calls/s  21205 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:   1083 MB/s   790315 calls/s
# udp tx:   1111 MB/s    18850 calls/s  18850 msg/s
# udp rx:   1140 MB/s   831550 calls/s
# udp tx:   1139 MB/s    19332 calls/s  19332 msg/s
# udp rx:   1148 MB/s   837780 calls/s
# udp tx:   1148 MB/s    19476 calls/s  19476 msg/s
# udp rx:   1137 MB/s   829584 calls/s
# udp tx:   1137 MB/s    19286 calls/s  19286 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__->