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:    969 MB/s    16442 calls/s  16442 msg/s
# tcp rx:    970 MB/s    50949 calls/s
# tcp tx:    994 MB/s    16871 calls/s  16871 msg/s
# tcp rx:    995 MB/s    52263 calls/s
# tcp tx:   1006 MB/s    17076 calls/s  17076 msg/s
# tcp rx:   1007 MB/s    52264 calls/s
# tcp tx:    974 MB/s    16523 calls/s  16523 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:    600 MB/s   434688 calls/s
# udp tx:   1305 MB/s    22139 calls/s  22139 msg/s
# udp rx:    655 MB/s   474984 calls/s
# udp tx:   1297 MB/s    22002 calls/s  22002 msg/s
# udp rx:    644 MB/s   466802 calls/s
# udp tx:   1298 MB/s    22025 calls/s  22025 msg/s
# udp rx:    526 MB/s   381333 calls/s
# udp tx:    865 MB/s    14671 calls/s  14671 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:    653 MB/s   476610 calls/s
# udp tx:    675 MB/s    11450 calls/s  11450 msg/s
# udp rx:    690 MB/s   503881 calls/s
# udp tx:    691 MB/s    11730 calls/s  11730 msg/s
# udp rx:    686 MB/s   500410 calls/s
# udp tx:    687 MB/s    11658 calls/s  11658 msg/s
# udp rx:    687 MB/s   501335 calls/s
# udp tx:    688 MB/s    11672 calls/s  11672 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__->