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:    963 MB/s    16336 calls/s  16336 msg/s
# tcp rx:    964 MB/s    49632 calls/s
# tcp tx:    990 MB/s    16801 calls/s  16801 msg/s
# tcp rx:    991 MB/s    50404 calls/s
# tcp tx:    965 MB/s    16370 calls/s  16370 msg/s
# tcp rx:    966 MB/s    48322 calls/s
# tcp tx:    950 MB/s    16113 calls/s  16113 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   468480 calls/s
# udp tx:   1260 MB/s    21371 calls/s  21371 msg/s
# udp rx:    636 MB/s   461056 calls/s
# udp tx:   1304 MB/s    22133 calls/s  22133 msg/s
# udp rx:    671 MB/s   486482 calls/s
# udp tx:   1165 MB/s    19774 calls/s  19774 msg/s
# udp rx:    670 MB/s   485773 calls/s
# udp tx:   1219 MB/s    20685 calls/s  20685 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:   1139 MB/s   831399 calls/s
# udp tx:   1160 MB/s    19690 calls/s  19690 msg/s
# udp rx:   1159 MB/s   845722 calls/s
# udp tx:   1158 MB/s    19650 calls/s  19650 msg/s
# udp rx:   1155 MB/s   842568 calls/s
# udp tx:   1154 MB/s    19581 calls/s  19581 msg/s
# udp rx:   1159 MB/s   845646 calls/s
# udp tx:   1158 MB/s    19652 calls/s  19652 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__->