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:    528 MB/s     8958 calls/s   8958 msg/s
# tcp rx:    528 MB/s    37519 calls/s
# tcp tx:    473 MB/s     8034 calls/s   8034 msg/s
# tcp rx:    474 MB/s    35307 calls/s
# tcp tx:    537 MB/s     9117 calls/s   9117 msg/s
# tcp rx:    538 MB/s    36829 calls/s
# tcp tx:    839 MB/s    14243 calls/s  14243 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:    564 MB/s   409847 calls/s
# udp tx:    767 MB/s    13012 calls/s  13012 msg/s
# udp rx:    521 MB/s   377856 calls/s
# udp tx:    835 MB/s    14179 calls/s  14179 msg/s
# udp rx:    571 MB/s   414464 calls/s
# udp tx:    790 MB/s    13411 calls/s  13411 msg/s
# udp rx:    576 MB/s   418048 calls/s
# udp tx:    786 MB/s    13338 calls/s  13338 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:    671 MB/s   489609 calls/s
# udp tx:    687 MB/s    11660 calls/s  11660 msg/s
# udp rx:    689 MB/s   502647 calls/s
# udp tx:    688 MB/s    11680 calls/s  11680 msg/s
# udp rx:    663 MB/s   484002 calls/s
# udp tx:    658 MB/s    11168 calls/s  11168 msg/s
# udp rx:    681 MB/s   497194 calls/s
# udp tx:    686 MB/s    11637 calls/s  11637 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__->