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    16916 calls/s  16916 msg/s
# tcp rx:    998 MB/s    52627 calls/s
# tcp tx:    974 MB/s    16521 calls/s  16521 msg/s
# tcp rx:    984 MB/s    51038 calls/s
# tcp tx:    961 MB/s    16308 calls/s  16308 msg/s
# tcp rx:    965 MB/s    49774 calls/s
# tcp tx:    973 MB/s    16506 calls/s  16506 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:    636 MB/s   461056 calls/s
# udp tx:   1260 MB/s    21381 calls/s  21381 msg/s
# udp rx:    662 MB/s   479744 calls/s
# udp tx:   1301 MB/s    22069 calls/s  22069 msg/s
# udp rx:    668 MB/s   484352 calls/s
# udp tx:   1302 MB/s    22093 calls/s  22093 msg/s
# udp rx:    659 MB/s   477696 calls/s
# udp tx:   1304 MB/s    22119 calls/s  22119 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:    611 MB/s   445679 calls/s
# udp tx:    627 MB/s    10639 calls/s  10639 msg/s
# udp rx:    617 MB/s   450471 calls/s
# udp tx:    619 MB/s    10505 calls/s  10505 msg/s
# udp rx:    621 MB/s   453436 calls/s
# udp tx:    624 MB/s    10584 calls/s  10584 msg/s
# udp rx:    632 MB/s   461554 calls/s
# udp tx:    634 MB/s    10754 calls/s  10754 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__->