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:    971 MB/s    16483 calls/s  16483 msg/s
# tcp rx:    986 MB/s    50569 calls/s
# tcp tx:    954 MB/s    16181 calls/s  16181 msg/s
# tcp rx:    952 MB/s    47927 calls/s
# tcp tx:    947 MB/s    16078 calls/s  16078 msg/s
# tcp rx:    948 MB/s    48767 calls/s
# tcp tx:    946 MB/s    16061 calls/s  16061 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:    635 MB/s   460708 calls/s
# udp tx:   1289 MB/s    21865 calls/s  21865 msg/s
# udp rx:    662 MB/s   480256 calls/s
# udp tx:   1302 MB/s    22087 calls/s  22087 msg/s
# udp rx:    658 MB/s   477184 calls/s
# udp tx:   1300 MB/s    22065 calls/s  22065 msg/s
# udp rx:    626 MB/s   453888 calls/s
# udp tx:   1307 MB/s    22176 calls/s  22176 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:   1021 MB/s   745275 calls/s
# udp tx:   1038 MB/s    17619 calls/s  17619 msg/s
# udp rx:    623 MB/s   454608 calls/s
# udp tx:    623 MB/s    10572 calls/s  10572 msg/s
# udp rx:    594 MB/s   433810 calls/s
# udp tx:    590 MB/s    10022 calls/s  10022 msg/s
# udp rx:    617 MB/s   450600 calls/s
# udp tx:    620 MB/s    10529 calls/s  10529 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__->