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:    880 MB/s    14940 calls/s  14940 msg/s
# tcp rx:    880 MB/s    52612 calls/s
# tcp tx:    951 MB/s    16132 calls/s  16132 msg/s
# tcp rx:    951 MB/s    51002 calls/s
# tcp tx:    919 MB/s    15593 calls/s  15593 msg/s
# tcp rx:    920 MB/s    52346 calls/s
# tcp tx:    936 MB/s    15892 calls/s  15892 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:    613 MB/s   444672 calls/s
# udp tx:   1266 MB/s    21485 calls/s  21485 msg/s
# udp rx:    634 MB/s   460544 calls/s
# udp tx:   1269 MB/s    21529 calls/s  21529 msg/s
# udp rx:    627 MB/s   454144 calls/s
# udp tx:   1303 MB/s    22108 calls/s  22108 msg/s
# udp rx:    627 MB/s   454144 calls/s
# udp tx:   1302 MB/s    22086 calls/s  22086 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:   1134 MB/s   827356 calls/s
# udp tx:   1163 MB/s    19727 calls/s  19727 msg/s
# udp rx:   1216 MB/s   887215 calls/s
# udp tx:   1218 MB/s    20659 calls/s  20659 msg/s
# udp rx:   1148 MB/s   837539 calls/s
# udp tx:   1149 MB/s    19501 calls/s  19501 msg/s
# udp rx:   1153 MB/s   840891 calls/s
# udp tx:   1154 MB/s    19575 calls/s  19575 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__->