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:    591 MB/s    10025 calls/s  10025 msg/s
# tcp rx:    591 MB/s    24050 calls/s
# tcp tx:    632 MB/s    10735 calls/s  10735 msg/s
# tcp rx:    634 MB/s    26724 calls/s
# tcp tx:    640 MB/s    10866 calls/s  10866 msg/s
# tcp rx:    640 MB/s    26010 calls/s
# tcp tx:    619 MB/s    10514 calls/s  10514 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:    406 MB/s   296026 calls/s
# udp tx:    488 MB/s     8289 calls/s   8289 msg/s
# udp rx:    450 MB/s   328052 calls/s
# udp tx:    468 MB/s     7944 calls/s   7944 msg/s
# udp rx:    453 MB/s   330490 calls/s
# udp tx:    475 MB/s     8066 calls/s   8066 msg/s
# udp rx:    506 MB/s   368109 calls/s
# udp tx:    576 MB/s     9775 calls/s   9775 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:    570 MB/s   416294 calls/s
# udp tx:    592 MB/s    10049 calls/s  10049 msg/s
# udp rx:    575 MB/s   419521 calls/s
# udp tx:    574 MB/s     9750 calls/s   9750 msg/s
# udp rx:    580 MB/s   423563 calls/s
# udp tx:    583 MB/s     9898 calls/s   9898 msg/s
# udp rx:    628 MB/s   458342 calls/s
# udp tx:    629 MB/s    10682 calls/s  10682 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__->