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:    666 MB/s    11300 calls/s  11300 msg/s
# tcp rx:    666 MB/s    34195 calls/s
# tcp tx:    652 MB/s    11075 calls/s  11075 msg/s
# tcp rx:    653 MB/s    33577 calls/s
# tcp tx:    617 MB/s    10477 calls/s  10477 msg/s
# tcp rx:    618 MB/s    31902 calls/s
# tcp tx:    629 MB/s    10677 calls/s  10677 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:    534 MB/s   386900 calls/s
# udp tx:    962 MB/s    16324 calls/s  16324 msg/s
# udp rx:    658 MB/s   476672 calls/s
# udp tx:   1289 MB/s    21876 calls/s  21876 msg/s
# udp rx:    659 MB/s   477440 calls/s
# udp tx:   1305 MB/s    22135 calls/s  22135 msg/s
# udp rx:    660 MB/s   478208 calls/s
# udp tx:   1304 MB/s    22121 calls/s  22121 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:    702 MB/s   512628 calls/s
# udp tx:    721 MB/s    12231 calls/s  12231 msg/s
# udp rx:    642 MB/s   468223 calls/s
# udp tx:    644 MB/s    10928 calls/s  10928 msg/s
# udp rx:    677 MB/s   493759 calls/s
# udp tx:    679 MB/s    11526 calls/s  11526 msg/s
# udp rx:    658 MB/s   479897 calls/s
# udp tx:    660 MB/s    11209 calls/s  11209 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__->