usb: gadget: optimize sys2bam data path to use skb pool
This patch implement a gradually growing skb pool to optimize sys2bam UL data path. This is required to ensure that whenever we queue a usb request to the USB core we will have a free skb to attach its buffer to the usb request, otherwise we may lose time performance. Change-Id: I558a5ee1a4fd08c8cfa5c93a2f856c46848ff598 Signed-off-by:Nadine Toledano <nadinet@codeaurora.org> Signed-off-by:
Ido Shayevitz <idos@codeaurora.org> Signed-off-by:
Danny Segal <dsegal@codeaurora.org>
Loading
Please register or sign in to comment