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:    939 MB/s    15927 calls/s  15927 msg/s
# tcp rx:    939 MB/s    49183 calls/s
# tcp tx:    864 MB/s    14663 calls/s  14663 msg/s
# tcp rx:    864 MB/s    52498 calls/s
# tcp tx:    927 MB/s    15738 calls/s  15738 msg/s
# tcp rx:    928 MB/s    48631 calls/s
# tcp tx:    877 MB/s    14877 calls/s  14877 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:    606 MB/s   439296 calls/s
# udp tx:   1247 MB/s    21157 calls/s  21157 msg/s
# udp rx:    651 MB/s   471958 calls/s
# udp tx:   1198 MB/s    20319 calls/s  20319 msg/s
# udp rx:    655 MB/s   474934 calls/s
# udp tx:   1216 MB/s    20625 calls/s  20625 msg/s
# udp rx:    662 MB/s   479997 calls/s
# udp tx:   1202 MB/s    20402 calls/s  20402 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:    974 MB/s   710454 calls/s
# udp tx:   1010 MB/s    17142 calls/s  17142 msg/s
# udp rx:   1049 MB/s   765480 calls/s
# udp tx:   1053 MB/s    17869 calls/s  17869 msg/s
# udp rx:   1099 MB/s   801881 calls/s
# udp tx:   1103 MB/s    18722 calls/s  18722 msg/s
# udp rx:   1089 MB/s   794301 calls/s
# udp tx:   1090 MB/s    18500 calls/s  18500 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__->