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:    623 MB/s    10581 calls/s  10581 msg/s
# tcp rx:    624 MB/s    26472 calls/s
# tcp tx:    613 MB/s    10411 calls/s  10411 msg/s
# tcp rx:    614 MB/s    27281 calls/s
# tcp tx:    605 MB/s    10278 calls/s  10278 msg/s
# tcp rx:    606 MB/s    25417 calls/s
# tcp tx:    594 MB/s    10075 calls/s  10075 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:    474 MB/s   345163 calls/s
# udp tx:    543 MB/s     9213 calls/s   9213 msg/s
# udp rx:    511 MB/s   371343 calls/s
# udp tx:    629 MB/s    10673 calls/s  10673 msg/s
# udp rx:    501 MB/s   364642 calls/s
# udp tx:    592 MB/s    10055 calls/s  10055 msg/s
# udp rx:    505 MB/s   367104 calls/s
# udp tx:    657 MB/s    11144 calls/s  11144 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:    448 MB/s   326797 calls/s
# udp tx:    461 MB/s     7835 calls/s   7835 msg/s
# udp rx:    619 MB/s   451900 calls/s
# udp tx:    627 MB/s    10651 calls/s  10651 msg/s
# udp rx:    618 MB/s   451371 calls/s
# udp tx:    618 MB/s    10483 calls/s  10483 msg/s
# udp rx:    638 MB/s   465991 calls/s
# udp tx:    637 MB/s    10820 calls/s  10820 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__->