make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:    655 MB/s    11114 calls/s  11114 msg/s
# tcp rx:    655 MB/s    33619 calls/s
# tcp tx:    933 MB/s    15826 calls/s  15826 msg/s
# tcp rx:    934 MB/s    48076 calls/s
# tcp tx:    913 MB/s    15486 calls/s  15486 msg/s
# tcp rx:    914 MB/s    48927 calls/s
# tcp tx:    892 MB/s    15138 calls/s  15138 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:    533 MB/s   386684 calls/s
# udp tx:    776 MB/s    13166 calls/s  13166 msg/s
# udp rx:    559 MB/s   405504 calls/s
# udp tx:    790 MB/s    13408 calls/s  13408 msg/s
# udp rx:    561 MB/s   406784 calls/s
# udp tx:    802 MB/s    13612 calls/s  13612 msg/s
# udp rx:    560 MB/s   406272 calls/s
# udp tx:    816 MB/s    13849 calls/s  13849 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:    580 MB/s   423014 calls/s
# udp tx:    589 MB/s    10001 calls/s  10001 msg/s
# udp rx:    627 MB/s   457598 calls/s
# udp tx:    631 MB/s    10715 calls/s  10715 msg/s
# udp rx:    652 MB/s   475605 calls/s
# udp tx:    651 MB/s    11052 calls/s  11052 msg/s
# udp rx:    649 MB/s   473529 calls/s
# udp tx:    648 MB/s    11006 calls/s  11006 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__->