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:    987 MB/s    16752 calls/s  16752 msg/s
# tcp rx:    988 MB/s    51811 calls/s
# tcp tx:   1019 MB/s    17287 calls/s  17287 msg/s
# tcp rx:   1020 MB/s    52141 calls/s
# tcp tx:    998 MB/s    16939 calls/s  16939 msg/s
# tcp rx:    999 MB/s    51104 calls/s
# tcp tx:   1000 MB/s    16977 calls/s  16977 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:    619 MB/s   449024 calls/s
# udp tx:   1241 MB/s    21049 calls/s  21049 msg/s
# udp rx:    677 MB/s   490752 calls/s
# udp tx:   1138 MB/s    19311 calls/s  19311 msg/s
# udp rx:    619 MB/s   448768 calls/s
# udp tx:   1286 MB/s    21826 calls/s  21826 msg/s
# udp rx:    593 MB/s   429568 calls/s
# udp tx:   1284 MB/s    21783 calls/s  21783 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:   1143 MB/s   833878 calls/s
# udp tx:   1164 MB/s    19757 calls/s  19757 msg/s
# udp rx:   1182 MB/s   862216 calls/s
# udp tx:   1185 MB/s    20105 calls/s  20105 msg/s
# udp rx:   1159 MB/s   845668 calls/s
# udp tx:   1158 MB/s    19644 calls/s  19644 msg/s
# udp rx:   1153 MB/s   841205 calls/s
# udp tx:   1154 MB/s    19578 calls/s  19578 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__->