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:    898 MB/s    15232 calls/s  15232 msg/s
# tcp rx:    898 MB/s    49040 calls/s
# tcp tx:    927 MB/s    15726 calls/s  15726 msg/s
# tcp rx:    928 MB/s    50563 calls/s
# tcp tx:    920 MB/s    15615 calls/s  15615 msg/s
# tcp rx:    921 MB/s    50612 calls/s
# tcp tx:    920 MB/s    15615 calls/s  15615 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:    642 MB/s   465152 calls/s
# udp tx:   1238 MB/s    21003 calls/s  21003 msg/s
# udp rx:    665 MB/s   482227 calls/s
# udp tx:   1200 MB/s    20355 calls/s  20355 msg/s
# udp rx:    664 MB/s   481006 calls/s
# udp tx:   1254 MB/s    21274 calls/s  21274 msg/s
# udp rx:    665 MB/s   482002 calls/s
# udp tx:   1223 MB/s    20751 calls/s  20751 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:    904 MB/s   659928 calls/s
# udp tx:    936 MB/s    15890 calls/s  15890 msg/s
# udp rx:   1164 MB/s   849099 calls/s
# udp tx:   1166 MB/s    19790 calls/s  19790 msg/s
# udp rx:   1160 MB/s   846382 calls/s
# udp tx:   1163 MB/s    19731 calls/s  19731 msg/s
# udp rx:   1159 MB/s   845599 calls/s
# udp tx:   1161 MB/s    19704 calls/s  19704 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__->