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:    937 MB/s    15896 calls/s  15896 msg/s
# tcp rx:    937 MB/s    49556 calls/s
# tcp tx:    959 MB/s    16274 calls/s  16274 msg/s
# tcp rx:    960 MB/s    50393 calls/s
# tcp tx:    953 MB/s    16179 calls/s  16179 msg/s
# tcp rx:    954 MB/s    49444 calls/s
# tcp tx:    958 MB/s    16260 calls/s  16260 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:    607 MB/s   440064 calls/s
# udp tx:   1222 MB/s    20732 calls/s  20732 msg/s
# udp rx:    574 MB/s   416256 calls/s
# udp tx:   1233 MB/s    20924 calls/s  20924 msg/s
# udp rx:    646 MB/s   468480 calls/s
# udp tx:   1284 MB/s    21789 calls/s  21789 msg/s
# udp rx:    632 MB/s   457984 calls/s
# udp tx:   1314 MB/s    22289 calls/s  22289 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:    596 MB/s   434828 calls/s
# udp tx:    611 MB/s    10364 calls/s  10364 msg/s
# udp rx:    629 MB/s   458901 calls/s
# udp tx:    635 MB/s    10785 calls/s  10785 msg/s
# udp rx:    623 MB/s   454744 calls/s
# udp tx:    623 MB/s    10568 calls/s  10568 msg/s
# udp rx:    608 MB/s   443719 calls/s
# udp tx:    607 MB/s    10298 calls/s  10298 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__->