
15 Jul
2018
15 Jul
'18
11:21 p.m.
On 12 July 2018 at 05:05, Alberto Panizzo alberto@amarulasolutions.com wrote:
Speedup transfers increasing the max chunk size. Buffers are allocated with memalign thus developer is noticed when heap is full and in current configuration a buffer allocation of 64K till now is safe.
Signed-off-by: Alberto Panizzo alberto@amarulasolutions.com
arch/arm/include/asm/arch-rockchip/f_rockusb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Really your commit subject should say that you are increasing the buffer size IMO, since that is the change. Then your commit message can discuss motivation and impact.
Reviewed-by: Simon Glass sjg@chromium.org