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:    894 MB/s    15169 calls/s  15169 msg/s
# tcp rx:    894 MB/s    50839 calls/s
# tcp tx:    891 MB/s    15115 calls/s  15115 msg/s
# tcp rx:    905 MB/s    47729 calls/s
# tcp tx:    877 MB/s    14882 calls/s  14882 msg/s
# tcp rx:    881 MB/s    46814 calls/s
# tcp tx:    957 MB/s    16239 calls/s  16239 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:    580 MB/s   420096 calls/s
# udp tx:   1256 MB/s    21305 calls/s  21305 msg/s
# udp rx:    608 MB/s   440918 calls/s
# udp tx:   1250 MB/s    21205 calls/s  21205 msg/s
# udp rx:    660 MB/s   478813 calls/s
# udp tx:   1180 MB/s    20024 calls/s  20024 msg/s
# udp rx:    661 MB/s   479103 calls/s
# udp tx:   1188 MB/s    20157 calls/s  20157 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:    588 MB/s   429222 calls/s
# udp tx:    602 MB/s    10225 calls/s  10225 msg/s
# udp rx:    646 MB/s   471248 calls/s
# udp tx:    645 MB/s    10953 calls/s  10953 msg/s
# udp rx:    645 MB/s   470606 calls/s
# udp tx:    644 MB/s    10937 calls/s  10937 msg/s
# udp rx:    644 MB/s   469957 calls/s
# udp tx:    643 MB/s    10922 calls/s  10922 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__->