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:    946 MB/s    16046 calls/s  16046 msg/s
# tcp rx:    946 MB/s    50106 calls/s
# tcp tx:    948 MB/s    16079 calls/s  16079 msg/s
# tcp rx:    949 MB/s    48534 calls/s
# tcp tx:    915 MB/s    15533 calls/s  15533 msg/s
# tcp rx:    916 MB/s    48669 calls/s
# tcp tx:    930 MB/s    15778 calls/s  15778 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:    615 MB/s   445952 calls/s
# udp tx:   1205 MB/s    20445 calls/s  20445 msg/s
# udp rx:    631 MB/s   457216 calls/s
# udp tx:   1260 MB/s    21386 calls/s  21386 msg/s
# udp rx:    652 MB/s   473088 calls/s
# udp tx:   1134 MB/s    19239 calls/s  19239 msg/s
# udp rx:    657 MB/s   476672 calls/s
# udp tx:   1162 MB/s    19714 calls/s  19714 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:   1015 MB/s   740712 calls/s
# udp tx:   1044 MB/s    17717 calls/s  17717 msg/s
# udp rx:    936 MB/s   682997 calls/s
# udp tx:    925 MB/s    15698 calls/s  15698 msg/s
# udp rx:    697 MB/s   508532 calls/s
# udp tx:    697 MB/s    11827 calls/s  11827 msg/s
# udp rx:    695 MB/s   507412 calls/s
# udp tx:    695 MB/s    11803 calls/s  11803 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__->