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:   1005 MB/s    17054 calls/s  17054 msg/s
# tcp rx:   1005 MB/s    51251 calls/s
# tcp tx:    954 MB/s    16190 calls/s  16190 msg/s
# tcp rx:    954 MB/s    47625 calls/s
# tcp tx:    949 MB/s    16096 calls/s  16096 msg/s
# tcp rx:    950 MB/s    48732 calls/s
# tcp tx:    962 MB/s    16332 calls/s  16332 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:    646 MB/s   467968 calls/s
# udp tx:   1291 MB/s    21907 calls/s  21907 msg/s
# udp rx:    666 MB/s   482792 calls/s
# udp tx:   1283 MB/s    21772 calls/s  21772 msg/s
# udp rx:    667 MB/s   483180 calls/s
# udp tx:   1246 MB/s    21147 calls/s  21147 msg/s
# udp rx:    666 MB/s   482887 calls/s
# udp tx:   1302 MB/s    22092 calls/s  22092 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:   1114 MB/s   812964 calls/s
# udp tx:   1142 MB/s    19373 calls/s  19373 msg/s
# udp rx:   1193 MB/s   870579 calls/s
# udp tx:   1193 MB/s    20236 calls/s  20236 msg/s
# udp rx:   1171 MB/s   854039 calls/s
# udp tx:   1170 MB/s    19851 calls/s  19851 msg/s
# udp rx:   1175 MB/s   857266 calls/s
# udp tx:   1175 MB/s    19930 calls/s  19930 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__->