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:    934 MB/s    15858 calls/s  15858 msg/s
# tcp rx:    935 MB/s    51275 calls/s
# tcp tx:    961 MB/s    16309 calls/s  16309 msg/s
# tcp rx:    961 MB/s    50370 calls/s
# tcp tx:    965 MB/s    16377 calls/s  16377 msg/s
# tcp rx:    966 MB/s    49696 calls/s
# tcp tx:    963 MB/s    16338 calls/s  16338 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:    634 MB/s   459666 calls/s
# udp tx:   1261 MB/s    21402 calls/s  21402 msg/s
# udp rx:    618 MB/s   448000 calls/s
# udp tx:   1304 MB/s    22119 calls/s  22119 msg/s
# udp rx:    602 MB/s   436224 calls/s
# udp tx:   1271 MB/s    21569 calls/s  21569 msg/s
# udp rx:    654 MB/s   474112 calls/s
# udp tx:   1258 MB/s    21348 calls/s  21348 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:   1104 MB/s   805335 calls/s
# udp tx:   1135 MB/s    19262 calls/s  19262 msg/s
# udp rx:   1144 MB/s   834840 calls/s
# udp tx:   1144 MB/s    19403 calls/s  19403 msg/s
# udp rx:   1146 MB/s   836306 calls/s
# udp tx:   1146 MB/s    19446 calls/s  19446 msg/s
# udp rx:   1148 MB/s   837511 calls/s
# udp tx:   1148 MB/s    19473 calls/s  19473 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__->