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:    592 MB/s    10043 calls/s  10043 msg/s
# tcp rx:    592 MB/s    30233 calls/s
# tcp tx:    842 MB/s    14296 calls/s  14296 msg/s
# tcp rx:    842 MB/s    44293 calls/s
# tcp tx:    947 MB/s    16063 calls/s  16063 msg/s
# tcp rx:    947 MB/s    48270 calls/s
# tcp tx:    777 MB/s    13191 calls/s  13191 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:    517 MB/s   375314 calls/s
# udp tx:   1070 MB/s    18163 calls/s  18163 msg/s
# udp rx:    524 MB/s   380215 calls/s
# udp tx:   1132 MB/s    19201 calls/s  19201 msg/s
# udp rx:    553 MB/s   400896 calls/s
# udp tx:   1063 MB/s    18030 calls/s  18030 msg/s
# udp rx:    451 MB/s   326912 calls/s
# udp tx:   1106 MB/s    18775 calls/s  18775 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:    573 MB/s   418304 calls/s
# udp tx:    590 MB/s    10014 calls/s  10014 msg/s
# udp rx:    516 MB/s   376916 calls/s
# udp tx:    514 MB/s     8726 calls/s   8726 msg/s
# udp rx:    542 MB/s   395609 calls/s
# udp tx:    544 MB/s     9241 calls/s   9241 msg/s
# udp rx:    556 MB/s   405628 calls/s
# udp tx:    558 MB/s     9477 calls/s   9477 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__->