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:    553 MB/s     9388 calls/s   9388 msg/s
# tcp rx:    553 MB/s    21587 calls/s
# tcp tx:    567 MB/s     9628 calls/s   9628 msg/s
# tcp rx:    568 MB/s    19650 calls/s
# tcp tx:    570 MB/s     9674 calls/s   9674 msg/s
# tcp rx:    571 MB/s    23645 calls/s
# tcp tx:    661 MB/s    11213 calls/s  11213 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:    366 MB/s   267162 calls/s
# udp tx:    435 MB/s     7383 calls/s   7383 msg/s
# udp rx:    432 MB/s   314818 calls/s
# udp tx:    470 MB/s     7984 calls/s   7984 msg/s
# udp rx:    436 MB/s   318658 calls/s
# udp tx:    439 MB/s     7458 calls/s   7458 msg/s
# udp rx:    362 MB/s   263910 calls/s
# udp tx:    456 MB/s     7738 calls/s   7738 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:    510 MB/s   372608 calls/s
# udp tx:    530 MB/s     9002 calls/s   9002 msg/s
# udp rx:    586 MB/s   428052 calls/s
# udp tx:    586 MB/s     9952 calls/s   9952 msg/s
# udp rx:    558 MB/s   407250 calls/s
# udp tx:    559 MB/s     9489 calls/s   9489 msg/s
# udp rx:    641 MB/s   467722 calls/s
# udp tx:    641 MB/s    10880 calls/s  10880 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__->