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:    601 MB/s    10204 calls/s  10204 msg/s
# tcp rx:    601 MB/s    31067 calls/s
# tcp tx:    574 MB/s     9746 calls/s   9746 msg/s
# tcp rx:    574 MB/s    29936 calls/s
# tcp tx:    619 MB/s    10505 calls/s  10505 msg/s
# tcp rx:    620 MB/s    32135 calls/s
# tcp tx:    626 MB/s    10625 calls/s  10625 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:    624 MB/s   452864 calls/s
# udp tx:   1135 MB/s    19263 calls/s  19263 msg/s
# udp rx:    660 MB/s   478426 calls/s
# udp tx:   1291 MB/s    21903 calls/s  21903 msg/s
# udp rx:    644 MB/s   467080 calls/s
# udp tx:   1302 MB/s    22085 calls/s  22085 msg/s
# udp rx:    614 MB/s   444890 calls/s
# udp tx:   1311 MB/s    22249 calls/s  22249 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:   1110 MB/s   809587 calls/s
# udp tx:   1133 MB/s    19233 calls/s  19233 msg/s
# udp rx:   1141 MB/s   832354 calls/s
# udp tx:   1144 MB/s    19407 calls/s  19407 msg/s
# udp rx:   1175 MB/s   857147 calls/s
# udp tx:   1176 MB/s    19951 calls/s  19951 msg/s
# udp rx:   1175 MB/s   857573 calls/s
# udp tx:   1176 MB/s    19959 calls/s  19959 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__->