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:    972 MB/s    16487 calls/s  16487 msg/s
# tcp rx:    972 MB/s    50639 calls/s
# tcp tx:    963 MB/s    16338 calls/s  16338 msg/s
# tcp rx:    963 MB/s    51024 calls/s
# tcp tx:    939 MB/s    15942 calls/s  15942 msg/s
# tcp rx:    941 MB/s    47612 calls/s
# tcp tx:    950 MB/s    16125 calls/s  16125 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:    617 MB/s   447232 calls/s
# udp tx:   1181 MB/s    20042 calls/s  20042 msg/s
# udp rx:    597 MB/s   433109 calls/s
# udp tx:   1115 MB/s    18927 calls/s  18927 msg/s
# udp rx:    616 MB/s   446208 calls/s
# udp tx:   1323 MB/s    22451 calls/s  22451 msg/s
# udp rx:    666 MB/s   482560 calls/s
# udp tx:   1306 MB/s    22167 calls/s  22167 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:    712 MB/s   519665 calls/s
# udp tx:    726 MB/s    12326 calls/s  12326 msg/s
# udp rx:    631 MB/s   460499 calls/s
# udp tx:    635 MB/s    10777 calls/s  10777 msg/s
# udp rx:    632 MB/s   461287 calls/s
# udp tx:    632 MB/s    10721 calls/s  10721 msg/s
# udp rx:    633 MB/s   461793 calls/s
# udp tx:    632 MB/s    10732 calls/s  10732 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__->