make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    943 MB/s    15998 calls/s  15998 msg/s
# tcp rx:    944 MB/s    47511 calls/s
# tcp tx:    947 MB/s    16071 calls/s  16071 msg/s
# tcp rx:    948 MB/s    48903 calls/s
# tcp tx:    957 MB/s    16242 calls/s  16242 msg/s
# tcp rx:    957 MB/s    48944 calls/s
# tcp tx:    629 MB/s    10680 calls/s  10680 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:    615 MB/s   445952 calls/s
# udp tx:   1291 MB/s    21904 calls/s  21904 msg/s
# udp rx:    632 MB/s   458240 calls/s
# udp tx:   1248 MB/s    21175 calls/s  21175 msg/s
# udp rx:    622 MB/s   450816 calls/s
# udp tx:   1307 MB/s    22175 calls/s  22175 msg/s
# udp rx:    663 MB/s   480512 calls/s
# udp tx:   1261 MB/s    21391 calls/s  21391 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:    636 MB/s   463936 calls/s
# udp tx:    648 MB/s    11007 calls/s  11007 msg/s
# udp rx:    663 MB/s   484158 calls/s
# udp tx:    662 MB/s    11228 calls/s  11228 msg/s
# udp rx:   1094 MB/s   798461 calls/s
# udp tx:   1100 MB/s    18671 calls/s  18671 msg/s
# udp rx:    987 MB/s   719948 calls/s
# udp tx:    992 MB/s    16830 calls/s  16830 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__->