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:    997 MB/s    16914 calls/s  16914 msg/s
# tcp rx:    997 MB/s    51159 calls/s
# tcp tx:    986 MB/s    16740 calls/s  16740 msg/s
# tcp rx:    986 MB/s    51171 calls/s
# tcp tx:    961 MB/s    16305 calls/s  16305 msg/s
# tcp rx:    962 MB/s    49500 calls/s
# tcp tx:    923 MB/s    15655 calls/s  15655 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:    538 MB/s   390327 calls/s
# udp tx:   1148 MB/s    19485 calls/s  19485 msg/s
# udp rx:    509 MB/s   369684 calls/s
# udp tx:   1135 MB/s    19266 calls/s  19266 msg/s
# udp rx:    606 MB/s   439552 calls/s
# udp tx:   1269 MB/s    21537 calls/s  21537 msg/s
# udp rx:    575 MB/s   417024 calls/s
# udp tx:   1316 MB/s    22326 calls/s  22326 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:    659 MB/s   481120 calls/s
# udp tx:    675 MB/s    11459 calls/s  11459 msg/s
# udp rx:    655 MB/s   477790 calls/s
# udp tx:    655 MB/s    11124 calls/s  11124 msg/s
# udp rx:    632 MB/s   461387 calls/s
# udp tx:    633 MB/s    10741 calls/s  10741 msg/s
# udp rx:    643 MB/s   469156 calls/s
# udp tx:    645 MB/s    10944 calls/s  10944 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__->