usb: gadget: optimize MBIM, RNDIS, ECM 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: I817c8df1ee4dbc3b6df68a9d307b6276341fd9cb Signed-off-by:Danny Segal <dsegal@codeaurora.org> Signed-off-by:
Maya Erez <merez@codeaurora.org>
Loading
Please register or sign in to comment