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 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:    880 MB/s    14937 calls/s  14937 msg/s
# tcp rx:    881 MB/s    66538 calls/s
# tcp tx:    845 MB/s    14337 calls/s  14337 msg/s
# tcp rx:    846 MB/s    62506 calls/s
# tcp tx:    826 MB/s    14021 calls/s  14021 msg/s
# tcp rx:    827 MB/s    64844 calls/s
# tcp tx:    714 MB/s    12122 calls/s  12122 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:    625 MB/s   453120 calls/s
# udp tx:   1282 MB/s    21746 calls/s  21746 msg/s
# udp rx:    648 MB/s   470267 calls/s
# udp tx:   1185 MB/s    20107 calls/s  20107 msg/s
# udp rx:    632 MB/s   458302 calls/s
# udp tx:   1243 MB/s    21085 calls/s  21085 msg/s
# udp rx:    614 MB/s   444672 calls/s
# udp tx:   1311 MB/s    22239 calls/s  22239 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:    651 MB/s   475448 calls/s
# udp tx:    664 MB/s    11267 calls/s  11267 msg/s
# udp rx:    658 MB/s   480218 calls/s
# udp tx:    657 MB/s    11159 calls/s  11159 msg/s
# udp rx:    669 MB/s   488005 calls/s
# udp tx:    676 MB/s    11475 calls/s  11475 msg/s
# udp rx:    663 MB/s   483604 calls/s
# udp tx:    664 MB/s    11272 calls/s  11272 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__->