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:    858 MB/s    14559 calls/s  14559 msg/s
# tcp rx:    858 MB/s    51107 calls/s
# tcp tx:    890 MB/s    15102 calls/s  15102 msg/s
# tcp rx:    896 MB/s    49550 calls/s
# tcp tx:    916 MB/s    15543 calls/s  15543 msg/s
# tcp rx:    926 MB/s    48286 calls/s
# tcp tx:    938 MB/s    15910 calls/s  15910 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:    537 MB/s   389632 calls/s
# udp tx:   1244 MB/s    21108 calls/s  21108 msg/s
# udp rx:    574 MB/s   416256 calls/s
# udp tx:   1285 MB/s    21801 calls/s  21801 msg/s
# udp rx:    651 MB/s   472064 calls/s
# udp tx:   1290 MB/s    21896 calls/s  21896 msg/s
# udp rx:    663 MB/s   480768 calls/s
# udp tx:   1291 MB/s    21897 calls/s  21897 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:   1146 MB/s   836228 calls/s
# udp tx:   1172 MB/s    19881 calls/s  19881 msg/s
# udp rx:   1111 MB/s   810578 calls/s
# udp tx:   1114 MB/s    18903 calls/s  18903 msg/s
# udp rx:   1154 MB/s   842048 calls/s
# udp tx:   1153 MB/s    19557 calls/s  19557 msg/s
# udp rx:   1160 MB/s   846133 calls/s
# udp tx:   1159 MB/s    19665 calls/s  19665 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__->