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:    564 MB/s     9573 calls/s   9573 msg/s
# tcp rx:    564 MB/s    32627 calls/s
# tcp tx:    575 MB/s     9761 calls/s   9761 msg/s
# tcp rx:    576 MB/s    33087 calls/s
# tcp tx:    545 MB/s     9248 calls/s   9248 msg/s
# tcp rx:    545 MB/s    32308 calls/s
# tcp tx:    547 MB/s     9286 calls/s   9286 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:    644 MB/s   466432 calls/s
# udp tx:   1254 MB/s    21278 calls/s  21278 msg/s
# udp rx:    661 MB/s   479111 calls/s
# udp tx:   1195 MB/s    20280 calls/s  20280 msg/s
# udp rx:    660 MB/s   478748 calls/s
# udp tx:   1269 MB/s    21533 calls/s  21533 msg/s
# udp rx:    663 MB/s   481103 calls/s
# udp tx:   1179 MB/s    20001 calls/s  20001 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:   1116 MB/s   814244 calls/s
# udp tx:   1145 MB/s    19421 calls/s  19421 msg/s
# udp rx:   1161 MB/s   847082 calls/s
# udp tx:   1162 MB/s    19712 calls/s  19712 msg/s
# udp rx:   1167 MB/s   851299 calls/s
# udp tx:   1168 MB/s    19818 calls/s  19818 msg/s
# udp rx:   1168 MB/s   852500 calls/s
# udp tx:   1169 MB/s    19843 calls/s  19843 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__->