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:    575 MB/s     9767 calls/s   9767 msg/s
# tcp rx:    576 MB/s    23709 calls/s
# tcp tx:    652 MB/s    11066 calls/s  11066 msg/s
# tcp rx:    657 MB/s    26177 calls/s
# tcp tx:    565 MB/s     9589 calls/s   9589 msg/s
# tcp rx:    566 MB/s    21694 calls/s
# tcp tx:    642 MB/s    10900 calls/s  10900 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:    443 MB/s   322640 calls/s
# udp tx:    540 MB/s     9170 calls/s   9170 msg/s
# udp rx:    483 MB/s   352201 calls/s
# udp tx:    498 MB/s     8458 calls/s   8458 msg/s
# udp rx:    546 MB/s   396938 calls/s
# udp tx:    620 MB/s    10522 calls/s  10522 msg/s
# udp rx:    560 MB/s   407578 calls/s
# udp tx:    614 MB/s    10423 calls/s  10423 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:    419 MB/s   305945 calls/s
# udp tx:    431 MB/s     7317 calls/s   7317 msg/s
# udp rx:    441 MB/s   322328 calls/s
# udp tx:    439 MB/s     7457 calls/s   7457 msg/s
# udp rx:    352 MB/s   256865 calls/s
# udp tx:    353 MB/s     5993 calls/s   5993 msg/s
# udp rx:    414 MB/s   302634 calls/s
# udp tx:    414 MB/s     7023 calls/s   7023 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__->