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:    927 MB/s    15734 calls/s  15734 msg/s
# tcp rx:    935 MB/s    49702 calls/s
# tcp tx:    968 MB/s    16430 calls/s  16430 msg/s
# tcp rx:    968 MB/s    49394 calls/s
# tcp tx:    954 MB/s    16187 calls/s  16187 msg/s
# tcp rx:    955 MB/s    48282 calls/s
# tcp tx:    971 MB/s    16478 calls/s  16478 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:    628 MB/s   456192 calls/s
# udp tx:   1251 MB/s    21224 calls/s  21224 msg/s
# udp rx:    636 MB/s   461212 calls/s
# udp tx:   1315 MB/s    22309 calls/s  22309 msg/s
# udp rx:    638 MB/s   462336 calls/s
# udp tx:   1316 MB/s    22334 calls/s  22334 msg/s
# udp rx:    638 MB/s   462336 calls/s
# udp tx:   1315 MB/s    22309 calls/s  22309 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:   1133 MB/s   826850 calls/s
# udp tx:   1152 MB/s    19539 calls/s  19539 msg/s
# udp rx:   1165 MB/s   849738 calls/s
# udp tx:   1164 MB/s    19759 calls/s  19759 msg/s
# udp rx:   1179 MB/s   859999 calls/s
# udp tx:   1178 MB/s    19987 calls/s  19987 msg/s
# udp rx:   1181 MB/s   861429 calls/s
# udp tx:   1180 MB/s    20017 calls/s  20017 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__->