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:    933 MB/s    15833 calls/s  15833 msg/s
# tcp rx:    933 MB/s    52077 calls/s
# tcp tx:    936 MB/s    15878 calls/s  15878 msg/s
# tcp rx:    936 MB/s    50560 calls/s
# tcp tx:    917 MB/s    15559 calls/s  15559 msg/s
# tcp rx:    918 MB/s    49377 calls/s
# tcp tx:    924 MB/s    15687 calls/s  15687 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:    613 MB/s   444928 calls/s
# udp tx:   1294 MB/s    21956 calls/s  21956 msg/s
# udp rx:    603 MB/s   436997 calls/s
# udp tx:   1301 MB/s    22082 calls/s  22082 msg/s
# udp rx:    640 MB/s   463529 calls/s
# udp tx:   1304 MB/s    22127 calls/s  22127 msg/s
# udp rx:    610 MB/s   442368 calls/s
# udp tx:   1254 MB/s    21277 calls/s  21277 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:   1141 MB/s   832573 calls/s
# udp tx:   1166 MB/s    19783 calls/s  19783 msg/s
# udp rx:   1161 MB/s   847232 calls/s
# udp tx:   1164 MB/s    19744 calls/s  19744 msg/s
# udp rx:   1154 MB/s   841806 calls/s
# udp tx:   1154 MB/s    19576 calls/s  19576 msg/s
# udp rx:   1154 MB/s   842285 calls/s
# udp tx:   1154 MB/s    19576 calls/s  19576 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__->