Re: [1/3] rsi: improve RX handling in SDIO interface
From: Kalle Valo <hidden>
Date: 2018-03-13 16:43:27
Amitkumar Karwar [off-list ref] wrote:
From: Prameela Rani Garnepudi <redacted> Currently, RX packets are handled in interrupt context in SDIO interface. To improve the efficiency of processing RX packets, RX thread and RX skb queues are introduced. When the packet is read from device, driver prepares skb, add to RX queue and trigger RX thread event. RX thread processes the packets from RX queue. Signed-off-by: Prameela Rani Garnepudi <redacted> Signed-off-by: Amitkumar Karwar <redacted>
3 patches applied to wireless-drivers-next.git, thanks. 50117605770c rsi: improve RX handling in SDIO interface 8809f08cdc0b rsi: use dynamic RX control blocks instead of MAX_RX_URB a1854fae1414 rsi: improve RX packet handling in USB interface -- https://patchwork.kernel.org/patch/10246955/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches