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 6000
# 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:    701 MB/s    11898 calls/s  11898 msg/s
# tcp rx:    702 MB/s    28247 calls/s
# tcp tx:    664 MB/s    11262 calls/s  11262 msg/s
# tcp rx:    664 MB/s    28925 calls/s
# tcp tx:    635 MB/s    10784 calls/s  10784 msg/s
# tcp rx:    639 MB/s    30012 calls/s
# tcp tx:    647 MB/s    10983 calls/s  10983 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:    282 MB/s   205370 calls/s
# udp tx:    408 MB/s     6930 calls/s   6930 msg/s
# udp rx:    422 MB/s   307923 calls/s
# udp tx:    425 MB/s     7211 calls/s   7211 msg/s
# udp rx:    421 MB/s   307743 calls/s
# udp tx:    422 MB/s     7158 calls/s   7158 msg/s
# udp rx:    417 MB/s   304523 calls/s
# udp tx:    451 MB/s     7656 calls/s   7656 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:    360 MB/s   263074 calls/s
# udp tx:    374 MB/s     6353 calls/s   6353 msg/s
# udp rx:    399 MB/s   291110 calls/s
# udp tx:    398 MB/s     6760 calls/s   6760 msg/s
# udp rx:    403 MB/s   294244 calls/s
# udp tx:    402 MB/s     6826 calls/s   6826 msg/s
# udp rx:    432 MB/s   315383 calls/s
# udp tx:    432 MB/s     7331 calls/s   7331 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__->