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:    933 MB/s    15840 calls/s  15840 msg/s
# tcp rx:    939 MB/s    50427 calls/s
# tcp tx:    914 MB/s    15515 calls/s  15515 msg/s
# tcp rx:    916 MB/s    49149 calls/s
# tcp tx:    917 MB/s    15555 calls/s  15555 msg/s
# tcp rx:    918 MB/s    49185 calls/s
# tcp tx:    933 MB/s    15830 calls/s  15830 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:    570 MB/s   413952 calls/s
# udp tx:   1094 MB/s    18568 calls/s  18568 msg/s
# udp rx:    590 MB/s   429257 calls/s
# udp tx:   1173 MB/s    19909 calls/s  19909 msg/s
# udp rx:    620 MB/s   449536 calls/s
# udp tx:   1214 MB/s    20596 calls/s  20596 msg/s
# udp rx:    580 MB/s   420352 calls/s
# udp tx:   1192 MB/s    20234 calls/s  20234 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:    830 MB/s   605829 calls/s
# udp tx:    839 MB/s    14243 calls/s  14243 msg/s
# udp rx:    587 MB/s   428577 calls/s
# udp tx:    591 MB/s    10034 calls/s  10034 msg/s
# udp rx:    597 MB/s   435927 calls/s
# udp tx:    597 MB/s    10137 calls/s  10137 msg/s
# udp rx:    622 MB/s   453768 calls/s
# udp tx:    633 MB/s    10744 calls/s  10744 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__->