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:    914 MB/s    15515 calls/s  15515 msg/s
# tcp rx:    928 MB/s    49251 calls/s
# tcp tx:    927 MB/s    15736 calls/s  15736 msg/s
# tcp rx:    929 MB/s    46995 calls/s
# tcp tx:    933 MB/s    15826 calls/s  15826 msg/s
# tcp rx:    933 MB/s    47197 calls/s
# tcp tx:    884 MB/s    15000 calls/s  15000 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:    611 MB/s   443136 calls/s
# udp tx:   1252 MB/s    21245 calls/s  21245 msg/s
# udp rx:    649 MB/s   470119 calls/s
# udp tx:   1274 MB/s    21613 calls/s  21613 msg/s
# udp rx:    643 MB/s   466176 calls/s
# udp tx:   1298 MB/s    22024 calls/s  22024 msg/s
# udp rx:    631 MB/s   457472 calls/s
# udp tx:   1303 MB/s    22105 calls/s  22105 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:   1098 MB/s   801193 calls/s
# udp tx:   1132 MB/s    19211 calls/s  19211 msg/s
# udp rx:   1060 MB/s   773737 calls/s
# udp tx:   1052 MB/s    17849 calls/s  17849 msg/s
# udp rx:   1095 MB/s   799123 calls/s
# udp tx:   1104 MB/s    18734 calls/s  18734 msg/s
# udp rx:   1098 MB/s   800901 calls/s
# udp tx:   1099 MB/s    18640 calls/s  18640 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__->