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:    535 MB/s     9075 calls/s   9075 msg/s
# tcp rx:    535 MB/s    37337 calls/s
# tcp tx:    530 MB/s     8995 calls/s   8995 msg/s
# tcp rx:    530 MB/s    36550 calls/s
# tcp tx:    563 MB/s     9556 calls/s   9556 msg/s
# tcp rx:    563 MB/s    35600 calls/s
# tcp tx:    526 MB/s     8924 calls/s   8924 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:    612 MB/s   444502 calls/s
# udp tx:   1107 MB/s    18776 calls/s  18776 msg/s
# udp rx:    676 MB/s   489792 calls/s
# udp tx:   1249 MB/s    21190 calls/s  21190 msg/s
# udp rx:    546 MB/s   396595 calls/s
# udp tx:    752 MB/s    12769 calls/s  12769 msg/s
# udp rx:    540 MB/s   391724 calls/s
# udp tx:    780 MB/s    13240 calls/s  13240 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:    601 MB/s   438320 calls/s
# udp tx:    614 MB/s    10426 calls/s  10426 msg/s
# udp rx:    795 MB/s   580089 calls/s
# udp tx:    807 MB/s    13690 calls/s  13690 msg/s
# udp rx:   1139 MB/s   831320 calls/s
# udp tx:   1138 MB/s    19305 calls/s  19305 msg/s
# udp rx:   1139 MB/s   830747 calls/s
# udp tx:   1138 MB/s    19317 calls/s  19317 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__->