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:    966 MB/s    16387 calls/s  16387 msg/s
# tcp rx:    966 MB/s    49460 calls/s
# tcp tx:    959 MB/s    16282 calls/s  16282 msg/s
# tcp rx:    961 MB/s    47747 calls/s
# tcp tx:    872 MB/s    14798 calls/s  14798 msg/s
# tcp rx:    873 MB/s    45153 calls/s
# tcp tx:    970 MB/s    16458 calls/s  16458 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:    572 MB/s   414464 calls/s
# udp tx:   1256 MB/s    21303 calls/s  21303 msg/s
# udp rx:    666 MB/s   482966 calls/s
# udp tx:   1200 MB/s    20363 calls/s  20363 msg/s
# udp rx:    668 MB/s   484069 calls/s
# udp tx:   1211 MB/s    20548 calls/s  20548 msg/s
# udp rx:    666 MB/s   482994 calls/s
# udp tx:   1276 MB/s    21658 calls/s  21658 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:   1040 MB/s   759132 calls/s
# udp tx:   1069 MB/s    18142 calls/s  18142 msg/s
# udp rx:   1188 MB/s   866794 calls/s
# udp tx:   1187 MB/s    20146 calls/s  20146 msg/s
# udp rx:   1148 MB/s   837292 calls/s
# udp tx:   1147 MB/s    19462 calls/s  19462 msg/s
# udp rx:   1147 MB/s   836658 calls/s
# udp tx:   1146 MB/s    19444 calls/s  19444 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__->