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:    850 MB/s    14432 calls/s  14432 msg/s
# tcp rx:    852 MB/s    48754 calls/s
# tcp tx:    587 MB/s     9963 calls/s   9963 msg/s
# tcp rx:    587 MB/s    30947 calls/s
# tcp tx:    568 MB/s     9637 calls/s   9637 msg/s
# tcp rx:    568 MB/s    30239 calls/s
# tcp tx:    534 MB/s     9072 calls/s   9072 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:    506 MB/s   366960 calls/s
# udp tx:    797 MB/s    13528 calls/s  13528 msg/s
# udp rx:    520 MB/s   378172 calls/s
# udp tx:    717 MB/s    12164 calls/s  12164 msg/s
# udp rx:    554 MB/s   402227 calls/s
# udp tx:    695 MB/s    11793 calls/s  11793 msg/s
# udp rx:    551 MB/s   400443 calls/s
# udp tx:    701 MB/s    11896 calls/s  11896 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:    625 MB/s   456377 calls/s
# udp tx:    642 MB/s    10897 calls/s  10897 msg/s
# udp rx:    672 MB/s   490362 calls/s
# udp tx:    673 MB/s    11421 calls/s  11421 msg/s
# udp rx:    681 MB/s   496884 calls/s
# udp tx:    681 MB/s    11560 calls/s  11560 msg/s
# udp rx:    680 MB/s   496200 calls/s
# udp tx:    680 MB/s    11548 calls/s  11548 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__->