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:   1027 MB/s    17423 calls/s  17423 msg/s
# tcp rx:   1052 MB/s    52744 calls/s
# tcp tx:    984 MB/s    16703 calls/s  16703 msg/s
# tcp rx:    982 MB/s    48485 calls/s
# tcp tx:    988 MB/s    16768 calls/s  16768 msg/s
# tcp rx:   1008 MB/s    48738 calls/s
# tcp tx:    995 MB/s    16886 calls/s  16886 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:    590 MB/s   427776 calls/s
# udp tx:   1298 MB/s    22017 calls/s  22017 msg/s
# udp rx:    662 MB/s   480512 calls/s
# udp tx:   1285 MB/s    21801 calls/s  21801 msg/s
# udp rx:    663 MB/s   480768 calls/s
# udp tx:   1280 MB/s    21713 calls/s  21713 msg/s
# udp rx:    647 MB/s   468992 calls/s
# udp tx:   1283 MB/s    21775 calls/s  21775 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:    649 MB/s   473332 calls/s
# udp tx:    661 MB/s    11218 calls/s  11218 msg/s
# udp rx:    566 MB/s   412849 calls/s
# udp tx:    564 MB/s     9575 calls/s   9575 msg/s
# udp rx:    647 MB/s   471959 calls/s
# udp tx:    655 MB/s    11122 calls/s  11122 msg/s
# udp rx:    653 MB/s   476937 calls/s
# udp tx:    653 MB/s    11085 calls/s  11085 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__->