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:   1011 MB/s    17157 calls/s  17157 msg/s
# tcp rx:   1011 MB/s    51930 calls/s
# tcp tx:   1022 MB/s    17347 calls/s  17347 msg/s
# tcp rx:   1023 MB/s    52409 calls/s
# tcp tx:    919 MB/s    15595 calls/s  15595 msg/s
# tcp rx:    919 MB/s    46902 calls/s
# tcp tx:    626 MB/s    10630 calls/s  10630 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:    608 MB/s   440576 calls/s
# udp tx:   1301 MB/s    22069 calls/s  22069 msg/s
# udp rx:    628 MB/s   455168 calls/s
# udp tx:   1302 MB/s    22087 calls/s  22087 msg/s
# udp rx:    606 MB/s   439040 calls/s
# udp tx:   1313 MB/s    22281 calls/s  22281 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1288 MB/s    21862 calls/s  21862 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:   1143 MB/s   834303 calls/s
# udp tx:   1173 MB/s    19911 calls/s  19911 msg/s
# udp rx:   1134 MB/s   827581 calls/s
# udp tx:   1133 MB/s    19227 calls/s  19227 msg/s
# udp rx:   1167 MB/s   851728 calls/s
# udp tx:   1167 MB/s    19801 calls/s  19801 msg/s
# udp rx:   1168 MB/s   852081 calls/s
# udp tx:   1167 MB/s    19808 calls/s  19808 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__->