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:    923 MB/s    15662 calls/s  15662 msg/s
# tcp rx:    924 MB/s    48335 calls/s
# tcp tx:    957 MB/s    16235 calls/s  16235 msg/s
# tcp rx:    960 MB/s    48535 calls/s
# tcp tx:    937 MB/s    15903 calls/s  15903 msg/s
# tcp rx:    941 MB/s    47659 calls/s
# tcp tx:    994 MB/s    16867 calls/s  16867 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:    644 MB/s   466937 calls/s
# udp tx:   1253 MB/s    21259 calls/s  21259 msg/s
# udp rx:    663 MB/s   480768 calls/s
# udp tx:   1265 MB/s    21470 calls/s  21470 msg/s
# udp rx:    651 MB/s   472064 calls/s
# udp tx:   1224 MB/s    20769 calls/s  20769 msg/s
# udp rx:    516 MB/s   373772 calls/s
# udp tx:    843 MB/s    14307 calls/s  14307 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:    605 MB/s   441777 calls/s
# udp tx:    625 MB/s    10612 calls/s  10612 msg/s
# udp rx:    674 MB/s   491720 calls/s
# udp tx:    674 MB/s    11434 calls/s  11434 msg/s
# udp rx:    675 MB/s   492768 calls/s
# udp tx:    675 MB/s    11454 calls/s  11454 msg/s
# udp rx:    674 MB/s   491938 calls/s
# udp tx:    674 MB/s    11434 calls/s  11434 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__->