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:    943 MB/s    16008 calls/s  16008 msg/s
# tcp rx:    944 MB/s    50125 calls/s
# tcp tx:    942 MB/s    15977 calls/s  15977 msg/s
# tcp rx:    942 MB/s    49074 calls/s
# tcp tx:    912 MB/s    15484 calls/s  15484 msg/s
# tcp rx:    913 MB/s    47895 calls/s
# tcp tx:    889 MB/s    15082 calls/s  15082 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:    641 MB/s   464640 calls/s
# udp tx:   1234 MB/s    20937 calls/s  20937 msg/s
# udp rx:    640 MB/s   463616 calls/s
# udp tx:   1242 MB/s    21068 calls/s  21068 msg/s
# udp rx:    659 MB/s   477440 calls/s
# udp tx:   1243 MB/s    21090 calls/s  21090 msg/s
# udp rx:    663 MB/s   480256 calls/s
# udp tx:   1244 MB/s    21101 calls/s  21101 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:   1139 MB/s   830757 calls/s
# udp tx:   1164 MB/s    19746 calls/s  19746 msg/s
# udp rx:   1135 MB/s   828003 calls/s
# udp tx:   1138 MB/s    19306 calls/s  19306 msg/s
# udp rx:   1088 MB/s   794134 calls/s
# udp tx:   1091 MB/s    18508 calls/s  18508 msg/s
# udp rx:   1044 MB/s   761671 calls/s
# udp tx:   1047 MB/s    17770 calls/s  17770 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__->