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:    669 MB/s    11354 calls/s  11354 msg/s
# tcp rx:    671 MB/s    34543 calls/s
# tcp tx:    949 MB/s    16099 calls/s  16099 msg/s
# tcp rx:    951 MB/s    47550 calls/s
# tcp tx:    934 MB/s    15855 calls/s  15855 msg/s
# tcp rx:    935 MB/s    48475 calls/s
# tcp tx:    934 MB/s    15855 calls/s  15855 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:    623 MB/s   451840 calls/s
# udp tx:   1291 MB/s    21901 calls/s  21901 msg/s
# udp rx:    631 MB/s   457728 calls/s
# udp tx:   1194 MB/s    20263 calls/s  20263 msg/s
# udp rx:    651 MB/s   472064 calls/s
# udp tx:   1284 MB/s    21788 calls/s  21788 msg/s
# udp rx:    628 MB/s   455424 calls/s
# udp tx:   1284 MB/s    21791 calls/s  21791 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:    994 MB/s   725096 calls/s
# udp tx:   1030 MB/s    17471 calls/s  17471 msg/s
# udp rx:   1076 MB/s   785180 calls/s
# udp tx:   1065 MB/s    18079 calls/s  18079 msg/s
# udp rx:    656 MB/s   479013 calls/s
# udp tx:    659 MB/s    11185 calls/s  11185 msg/s
# udp rx:    628 MB/s   458275 calls/s
# udp tx:    630 MB/s    10695 calls/s  10695 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__->