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:    927 MB/s    15727 calls/s  15727 msg/s
# tcp rx:    957 MB/s    48883 calls/s
# tcp tx:    956 MB/s    16226 calls/s  16226 msg/s
# tcp rx:    960 MB/s    47535 calls/s
# tcp tx:    937 MB/s    15901 calls/s  15901 msg/s
# tcp tx:   1144 MB/s    19413 calls/s  19413 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:    617 MB/s   447904 calls/s
# udp tx:   1291 MB/s    21913 calls/s  21913 msg/s
# udp rx:    655 MB/s   475392 calls/s
# udp tx:   1254 MB/s    21275 calls/s  21275 msg/s
# udp rx:    667 MB/s   483584 calls/s
# udp tx:   1270 MB/s    21547 calls/s  21547 msg/s
# udp rx:    667 MB/s   483328 calls/s
# udp tx:   1301 MB/s    22073 calls/s  22073 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:    672 MB/s   490279 calls/s
# udp tx:    690 MB/s    11711 calls/s  11711 msg/s
# udp rx:    703 MB/s   513149 calls/s
# udp tx:    705 MB/s    11974 calls/s  11974 msg/s
# udp rx:    700 MB/s   510662 calls/s
# udp tx:    703 MB/s    11924 calls/s  11924 msg/s
# udp rx:    701 MB/s   511317 calls/s
# udp tx:    703 MB/s    11939 calls/s  11939 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__->