Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit dfd0e68a authored by Danny Segal's avatar Danny Segal
Browse files

usb: gadget: Optimize DMA mapping of UL path SKB buffers



In order to optmize UL path throughput, a pool of SKB buffers is used in
order to avoid re-allocation of them for each request. However, the DMA
mapping of these buffers was still done before queuing them to the HW.
This patch changes it to be done once after the allocation of the SKB
buffer.

Change-Id: I2f84e935fa73e6fa8dcf32e1b46fca6129d8a02c
Signed-off-by: default avatarDanny Segal <dsegal@codeaurora.org>
parent 269a1b78
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment