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:    677 MB/s    11498 calls/s  11498 msg/s
# tcp rx:    678 MB/s    32731 calls/s
# tcp tx:    656 MB/s    11138 calls/s  11138 msg/s
# tcp rx:    659 MB/s    31694 calls/s
# tcp tx:    510 MB/s     8655 calls/s   8655 msg/s
# tcp rx:    510 MB/s    20204 calls/s
# tcp tx:    618 MB/s    10488 calls/s  10488 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:    501 MB/s   364940 calls/s
# udp tx:    577 MB/s     9796 calls/s   9796 msg/s
# udp rx:    537 MB/s   390407 calls/s
# udp tx:    612 MB/s    10393 calls/s  10393 msg/s
# udp rx:    490 MB/s   356599 calls/s
# udp tx:    588 MB/s     9982 calls/s   9982 msg/s
# udp rx:    494 MB/s   359655 calls/s
# udp tx:    524 MB/s     8893 calls/s   8893 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:    390 MB/s   285047 calls/s
# udp tx:    406 MB/s     6898 calls/s   6898 msg/s
# udp rx:    424 MB/s   309372 calls/s
# udp tx:    425 MB/s     7209 calls/s   7209 msg/s
# udp rx:    383 MB/s   279981 calls/s
# udp tx:    379 MB/s     6431 calls/s   6431 msg/s
# udp rx:    301 MB/s   219662 calls/s
# udp tx:    301 MB/s     5118 calls/s   5118 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__->