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:    606 MB/s    10285 calls/s  10285 msg/s
# tcp rx:    606 MB/s    28697 calls/s
# tcp tx:    625 MB/s    10605 calls/s  10605 msg/s
# tcp rx:    626 MB/s    26645 calls/s
# tcp tx:    635 MB/s    10783 calls/s  10783 msg/s
# tcp rx:    636 MB/s    25456 calls/s
# tcp tx:    657 MB/s    11146 calls/s  11146 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:    417 MB/s   303231 calls/s
# udp tx:    573 MB/s     9729 calls/s   9729 msg/s
# udp rx:    533 MB/s   388284 calls/s
# udp tx:    586 MB/s     9944 calls/s   9944 msg/s
# udp rx:    527 MB/s   383191 calls/s
# udp tx:    592 MB/s    10057 calls/s  10057 msg/s
# udp rx:    565 MB/s   410489 calls/s
# udp tx:    640 MB/s    10869 calls/s  10869 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:    610 MB/s   445027 calls/s
# udp tx:    635 MB/s    10772 calls/s  10772 msg/s
# udp rx:    528 MB/s   385718 calls/s
# udp tx:    527 MB/s     8954 calls/s   8954 msg/s
# udp rx:    616 MB/s   449567 calls/s
# udp tx:    617 MB/s    10481 calls/s  10481 msg/s
# udp rx:    622 MB/s   453831 calls/s
# udp tx:    621 MB/s    10548 calls/s  10548 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__->