make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    948 MB/s    16087 calls/s  16087 msg/s
# tcp rx:    962 MB/s    51489 calls/s
# tcp tx:    968 MB/s    16421 calls/s  16421 msg/s
# tcp rx:    968 MB/s    49612 calls/s
# tcp tx:    980 MB/s    16626 calls/s  16626 msg/s
# tcp rx:    981 MB/s    49817 calls/s
# tcp tx:    976 MB/s    16558 calls/s  16558 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:    630 MB/s   456448 calls/s
# udp tx:   1255 MB/s    21293 calls/s  21293 msg/s
# udp rx:    653 MB/s   473742 calls/s
# udp tx:   1259 MB/s    21364 calls/s  21364 msg/s
# udp rx:    665 MB/s   482115 calls/s
# udp tx:   1303 MB/s    22108 calls/s  22108 msg/s
# udp rx:    667 MB/s   483098 calls/s
# udp tx:   1307 MB/s    22172 calls/s  22172 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   805588 calls/s
# udp tx:   1132 MB/s    19204 calls/s  19204 msg/s
# udp rx:   1164 MB/s   849241 calls/s
# udp tx:   1167 MB/s    19803 calls/s  19803 msg/s
# udp rx:   1168 MB/s   851862 calls/s
# udp tx:   1169 MB/s    19832 calls/s  19832 msg/s
# udp rx:   1169 MB/s   853079 calls/s
# udp tx:   1170 MB/s    19857 calls/s  19857 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__->