make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:    955 MB/s    16208 calls/s  16208 msg/s
# tcp rx:    955 MB/s    50746 calls/s
# tcp tx:    969 MB/s    16447 calls/s  16447 msg/s
# tcp rx:    970 MB/s    50276 calls/s
# tcp tx:    980 MB/s    16636 calls/s  16636 msg/s
# tcp rx:    981 MB/s    50394 calls/s
# tcp tx:    968 MB/s    16431 calls/s  16431 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:    566 MB/s   410624 calls/s
# udp tx:   1333 MB/s    22612 calls/s  22612 msg/s
# udp rx:    630 MB/s   456704 calls/s
# udp tx:   1240 MB/s    21035 calls/s  21035 msg/s
# udp rx:    665 MB/s   481792 calls/s
# udp tx:   1316 MB/s    22326 calls/s  22326 msg/s
# udp rx:    665 MB/s   481792 calls/s
# udp tx:   1316 MB/s    22335 calls/s  22335 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:   1153 MB/s   841349 calls/s
# udp tx:   1179 MB/s    20003 calls/s  20003 msg/s
# udp rx:   1187 MB/s   866235 calls/s
# udp tx:   1186 MB/s    20126 calls/s  20126 msg/s
# udp rx:   1179 MB/s   860205 calls/s
# udp tx:   1178 MB/s    19988 calls/s  19988 msg/s
# udp rx:   1178 MB/s   859836 calls/s
# udp tx:   1177 MB/s    19979 calls/s  19979 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__->