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:    976 MB/s    16559 calls/s  16559 msg/s
# tcp rx:    976 MB/s    51344 calls/s
# tcp tx:    976 MB/s    16560 calls/s  16560 msg/s
# tcp rx:    977 MB/s    50639 calls/s
# tcp tx:    989 MB/s    16779 calls/s  16779 msg/s
# tcp rx:    990 MB/s    50909 calls/s
# tcp tx:    928 MB/s    15752 calls/s  15752 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:    614 MB/s   444928 calls/s
# udp tx:   1247 MB/s    21152 calls/s  21152 msg/s
# udp rx:    662 MB/s   479744 calls/s
# udp tx:   1299 MB/s    22039 calls/s  22039 msg/s
# udp rx:    662 MB/s   479488 calls/s
# udp tx:   1301 MB/s    22076 calls/s  22076 msg/s
# udp rx:    662 MB/s   479488 calls/s
# udp tx:   1302 MB/s    22094 calls/s  22094 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:   1104 MB/s   805699 calls/s
# udp tx:   1132 MB/s    19202 calls/s  19202 msg/s
# udp rx:   1147 MB/s   837242 calls/s
# udp tx:   1147 MB/s    19468 calls/s  19468 msg/s
# udp rx:   1135 MB/s   827892 calls/s
# udp tx:   1132 MB/s    19204 calls/s  19204 msg/s
# udp rx:   1128 MB/s   823051 calls/s
# udp tx:   1132 MB/s    19204 calls/s  19204 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__->