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:    826 MB/s    14026 calls/s  14026 msg/s
# tcp rx:    827 MB/s    82684 calls/s
# tcp tx:    809 MB/s    13736 calls/s  13736 msg/s
# tcp rx:    810 MB/s    63008 calls/s
# tcp tx:    852 MB/s    14459 calls/s  14459 msg/s
# tcp rx:    853 MB/s    62663 calls/s
# tcp tx:    827 MB/s    14043 calls/s  14043 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:    614 MB/s   444928 calls/s
# udp tx:   1191 MB/s    20201 calls/s  20201 msg/s
# udp rx:    638 MB/s   462080 calls/s
# udp tx:   1292 MB/s    21927 calls/s  21927 msg/s
# udp rx:    674 MB/s   488704 calls/s
# udp tx:   1288 MB/s    21846 calls/s  21846 msg/s
# udp rx:    678 MB/s   491264 calls/s
# udp tx:   1284 MB/s    21789 calls/s  21789 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:   1104 MB/s   805854 calls/s
# udp tx:   1128 MB/s    19143 calls/s  19143 msg/s
# udp rx:   1124 MB/s   820313 calls/s
# udp tx:   1124 MB/s    19072 calls/s  19072 msg/s
# udp rx:   1119 MB/s   816666 calls/s
# udp tx:   1120 MB/s    19007 calls/s  19007 msg/s
# udp rx:   1124 MB/s   820340 calls/s
# udp tx:   1125 MB/s    19090 calls/s  19090 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__->