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 4800
# 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:    663 MB/s    11261 calls/s  11261 msg/s
# tcp rx:    664 MB/s    30515 calls/s
# tcp tx:    695 MB/s    11804 calls/s  11804 msg/s
# tcp rx:    696 MB/s    28734 calls/s
# tcp tx:    664 MB/s    11275 calls/s  11275 msg/s
# tcp rx:    668 MB/s    31780 calls/s
# tcp tx:    658 MB/s    11166 calls/s  11166 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:    456 MB/s   331393 calls/s
# udp tx:    657 MB/s    11146 calls/s  11146 msg/s
# udp rx:    510 MB/s   370676 calls/s
# udp tx:    649 MB/s    11012 calls/s  11012 msg/s
# udp rx:    511 MB/s   370944 calls/s
# udp tx:    656 MB/s    11143 calls/s  11143 msg/s
# udp rx:    511 MB/s   371153 calls/s
# udp tx:    649 MB/s    11016 calls/s  11016 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:    641 MB/s   467926 calls/s
# udp tx:    654 MB/s    11094 calls/s  11094 msg/s
# udp rx:    653 MB/s   476594 calls/s
# udp tx:    652 MB/s    11071 calls/s  11071 msg/s
# udp rx:    648 MB/s   473086 calls/s
# udp tx:    647 MB/s    10990 calls/s  10990 msg/s
# udp rx:    648 MB/s   472957 calls/s
# udp tx:    647 MB/s    10990 calls/s  10990 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__->