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:    862 MB/s    14637 calls/s  14637 msg/s
# tcp rx:    863 MB/s    45272 calls/s
# tcp tx:    950 MB/s    16118 calls/s  16118 msg/s
# tcp rx:    951 MB/s    49389 calls/s
# tcp tx:    941 MB/s    15967 calls/s  15967 msg/s
# tcp rx:    941 MB/s    48557 calls/s
# tcp tx:    924 MB/s    15685 calls/s  15685 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:    528 MB/s   383488 calls/s
# udp tx:    806 MB/s    13682 calls/s  13682 msg/s
# udp rx:    534 MB/s   387840 calls/s
# udp tx:    810 MB/s    13747 calls/s  13747 msg/s
# udp rx:    570 MB/s   413952 calls/s
# udp tx:    776 MB/s    13178 calls/s  13178 msg/s
# udp rx:    579 MB/s   420352 calls/s
# udp tx:    774 MB/s    13142 calls/s  13142 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:    653 MB/s   476784 calls/s
# udp tx:    672 MB/s    11398 calls/s  11398 msg/s
# udp rx:    670 MB/s   489093 calls/s
# udp tx:    670 MB/s    11364 calls/s  11364 msg/s
# udp rx:    670 MB/s   489130 calls/s
# udp tx:    669 MB/s    11361 calls/s  11361 msg/s
# udp rx:    668 MB/s   487877 calls/s
# udp tx:    668 MB/s    11335 calls/s  11335 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__->