Skip to content
Snippets Groups Projects
Commit 34a47b4d authored by Bjorn Andersson's avatar Bjorn Andersson
Browse files

firehose: Bump max payload size config parameter


The MaxPayloadSizeToTargetInBytes parameter of the configure command is
supposed to set the maximum size of the transfer unit. This size is
however limited by the use of the in-kernel qcserial driver and the use
of sector-sized writes. Yet increasing it, drastically bumps the
transfer speed, so leave it high.

NB. The max payload size supported by the device is part of the
configure response, if the device supports a value less than the
requested size - which we just ignore today.

Suggested-by: default avatarKirill Kapranov <c_kkapra@qti.qualcomm.com>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent c4852c48
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment