make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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 6000
# 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:    649 MB/s    11022 calls/s  11022 msg/s
# tcp rx:    652 MB/s    25755 calls/s
# tcp tx:    655 MB/s    11122 calls/s  11122 msg/s
# tcp rx:    655 MB/s    26654 calls/s
# tcp tx:    648 MB/s    11006 calls/s  11006 msg/s
# tcp rx:    650 MB/s    31050 calls/s
# tcp tx:    710 MB/s    12049 calls/s  12049 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:    515 MB/s   374595 calls/s
# udp tx:    593 MB/s    10060 calls/s  10060 msg/s
# udp rx:    510 MB/s   371015 calls/s
# udp tx:    647 MB/s    10980 calls/s  10980 msg/s
# udp rx:    365 MB/s   265700 calls/s
# udp tx:    496 MB/s     8423 calls/s   8423 msg/s
# udp rx:    434 MB/s   316522 calls/s
# udp tx:    433 MB/s     7355 calls/s   7355 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:    608 MB/s   443637 calls/s
# udp tx:    621 MB/s    10540 calls/s  10540 msg/s
# udp rx:    447 MB/s   326194 calls/s
# udp tx:    442 MB/s     7503 calls/s   7503 msg/s
# udp rx:    420 MB/s   306526 calls/s
# udp tx:    422 MB/s     7174 calls/s   7174 msg/s
# udp rx:    417 MB/s   304510 calls/s
# udp tx:    415 MB/s     7047 calls/s   7047 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__->