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:    585 MB/s     9937 calls/s   9937 msg/s
# tcp rx:    586 MB/s    27414 calls/s
# tcp tx:    691 MB/s    11723 calls/s  11723 msg/s
# tcp rx:    692 MB/s    31727 calls/s
# tcp tx:    724 MB/s    12285 calls/s  12285 msg/s
# tcp rx:    725 MB/s    28645 calls/s
# tcp tx:    657 MB/s    11147 calls/s  11147 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:    478 MB/s   348164 calls/s
# udp tx:    577 MB/s     9798 calls/s   9798 msg/s
# udp rx:    479 MB/s   348332 calls/s
# udp tx:    577 MB/s     9792 calls/s   9792 msg/s
# udp rx:    469 MB/s   341279 calls/s
# udp tx:    580 MB/s     9839 calls/s   9839 msg/s
# udp rx:    490 MB/s   356855 calls/s
# udp tx:    599 MB/s    10162 calls/s  10162 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   371986 calls/s
# udp tx:    521 MB/s     8837 calls/s   8837 msg/s
# udp rx:    555 MB/s   405067 calls/s
# udp tx:    558 MB/s     9474 calls/s   9474 msg/s
# udp rx:    635 MB/s   463132 calls/s
# udp tx:    635 MB/s    10785 calls/s  10785 msg/s
# udp rx:    588 MB/s   429380 calls/s
# udp tx:    585 MB/s     9934 calls/s   9934 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__->