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:    526 MB/s     8926 calls/s   8926 msg/s
# tcp rx:    526 MB/s    33478 calls/s
# tcp tx:    526 MB/s     8928 calls/s   8928 msg/s
# tcp rx:    526 MB/s    32281 calls/s
# tcp tx:    546 MB/s     9274 calls/s   9274 msg/s
# tcp rx:    547 MB/s    31452 calls/s
# tcp tx:    571 MB/s     9691 calls/s   9691 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:    489 MB/s   354231 calls/s
# udp tx:    879 MB/s    14912 calls/s  14912 msg/s
# udp rx:    489 MB/s   354329 calls/s
# udp tx:    813 MB/s    13794 calls/s  13794 msg/s
# udp rx:    509 MB/s   368663 calls/s
# udp tx:    852 MB/s    14464 calls/s  14464 msg/s
# udp rx:    526 MB/s   381151 calls/s
# udp tx:    833 MB/s    14143 calls/s  14143 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:   1065 MB/s   777182 calls/s
# udp tx:   1095 MB/s    18585 calls/s  18585 msg/s
# udp rx:   1079 MB/s   787424 calls/s
# udp tx:   1079 MB/s    18304 calls/s  18304 msg/s
# udp rx:   1055 MB/s   770006 calls/s
# udp tx:   1052 MB/s    17849 calls/s  17849 msg/s
# udp rx:   1060 MB/s   773283 calls/s
# udp tx:   1062 MB/s    18029 calls/s  18029 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__->