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:    695 MB/s    11792 calls/s  11792 msg/s
# tcp rx:    695 MB/s    35571 calls/s
# tcp tx:    689 MB/s    11691 calls/s  11691 msg/s
# tcp rx:    689 MB/s    35323 calls/s
# tcp tx:    696 MB/s    11811 calls/s  11811 msg/s
# tcp rx:    696 MB/s    35465 calls/s
# tcp tx:    681 MB/s    11563 calls/s  11563 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:    558 MB/s   404736 calls/s
# udp tx:   1249 MB/s    21189 calls/s  21189 msg/s
# udp rx:    560 MB/s   405915 calls/s
# udp tx:   1241 MB/s    21054 calls/s  21054 msg/s
# udp rx:    617 MB/s   447258 calls/s
# udp tx:   1309 MB/s    22217 calls/s  22217 msg/s
# udp rx:    605 MB/s   438792 calls/s
# udp tx:   1314 MB/s    22301 calls/s  22301 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:    935 MB/s   682112 calls/s
# udp tx:    966 MB/s    16385 calls/s  16385 msg/s
# udp rx:   1175 MB/s   857131 calls/s
# udp tx:   1170 MB/s    19844 calls/s  19844 msg/s
# udp rx:    683 MB/s   498141 calls/s
# udp tx:    686 MB/s    11641 calls/s  11641 msg/s
# udp rx:    690 MB/s   503721 calls/s
# udp tx:    693 MB/s    11754 calls/s  11754 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__->