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:   1060 MB/s    17987 calls/s  17987 msg/s
# tcp rx:   1060 MB/s    53829 calls/s
# tcp tx:   1042 MB/s    17677 calls/s  17677 msg/s
# tcp rx:   1042 MB/s    53141 calls/s
# tcp tx:    956 MB/s    16228 calls/s  16228 msg/s
# tcp rx:    958 MB/s    48978 calls/s
# tcp tx:   1001 MB/s    16991 calls/s  16991 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:    602 MB/s   436224 calls/s
# udp tx:   1251 MB/s    21223 calls/s  21223 msg/s
# udp rx:    665 MB/s   481731 calls/s
# udp tx:   1235 MB/s    20953 calls/s  20953 msg/s
# udp rx:    666 MB/s   482710 calls/s
# udp tx:   1173 MB/s    19896 calls/s  19896 msg/s
# udp rx:    665 MB/s   482188 calls/s
# udp tx:   1199 MB/s    20340 calls/s  20340 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:    610 MB/s   445532 calls/s
# udp tx:    622 MB/s    10550 calls/s  10550 msg/s
# udp rx:    658 MB/s   480113 calls/s
# udp tx:    662 MB/s    11237 calls/s  11237 msg/s
# udp rx:    674 MB/s   491724 calls/s
# udp tx:    673 MB/s    11430 calls/s  11430 msg/s
# udp rx:    673 MB/s   491351 calls/s
# udp tx:    673 MB/s    11423 calls/s  11423 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__->