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:    660 MB/s    11196 calls/s  11196 msg/s
# tcp rx:    698 MB/s    34241 calls/s
# tcp tx:    885 MB/s    15019 calls/s  15019 msg/s
# tcp rx:    883 MB/s    43926 calls/s
# tcp tx:    906 MB/s    15383 calls/s  15383 msg/s
# tcp rx:    920 MB/s    47223 calls/s
# tcp tx:    928 MB/s    15751 calls/s  15751 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:    625 MB/s   453120 calls/s
# udp tx:   1264 MB/s    21449 calls/s  21449 msg/s
# udp rx:    570 MB/s   413440 calls/s
# udp tx:   1336 MB/s    22669 calls/s  22669 msg/s
# udp rx:    661 MB/s   479232 calls/s
# udp tx:   1303 MB/s    22112 calls/s  22112 msg/s
# udp rx:    663 MB/s   480512 calls/s
# udp tx:   1256 MB/s    21303 calls/s  21303 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:   1117 MB/s   814715 calls/s
# udp tx:   1140 MB/s    19339 calls/s  19339 msg/s
# udp rx:   1149 MB/s   838248 calls/s
# udp tx:   1150 MB/s    19513 calls/s  19513 msg/s
# udp rx:   1184 MB/s   863983 calls/s
# udp tx:   1183 MB/s    20076 calls/s  20076 msg/s
# udp rx:   1185 MB/s   864485 calls/s
# udp tx:   1184 MB/s    20093 calls/s  20093 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__->