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:    972 MB/s    16502 calls/s  16502 msg/s
# tcp rx:    995 MB/s    50440 calls/s
# tcp tx:    960 MB/s    16284 calls/s  16284 msg/s
# tcp rx:    963 MB/s    48207 calls/s
# tcp tx:    976 MB/s    16566 calls/s  16566 msg/s
# tcp rx:    976 MB/s    47435 calls/s
# tcp tx:    942 MB/s    15985 calls/s  15985 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:    599 MB/s   433975 calls/s
# udp tx:   1290 MB/s    21880 calls/s  21880 msg/s
# udp rx:    657 MB/s   476160 calls/s
# udp tx:   1286 MB/s    21827 calls/s  21827 msg/s
# udp rx:    651 MB/s   471808 calls/s
# udp tx:   1298 MB/s    22017 calls/s  22017 msg/s
# udp rx:    661 MB/s   478976 calls/s
# udp tx:   1294 MB/s    21954 calls/s  21954 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:   1148 MB/s   837343 calls/s
# udp tx:   1177 MB/s    19974 calls/s  19974 msg/s
# udp rx:   1176 MB/s   858102 calls/s
# udp tx:   1175 MB/s    19936 calls/s  19936 msg/s
# udp rx:   1161 MB/s   846989 calls/s
# udp tx:   1159 MB/s    19673 calls/s  19673 msg/s
# udp rx:   1151 MB/s   840097 calls/s
# udp tx:   1154 MB/s    19588 calls/s  19588 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__->