summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorPrameela Rani Garnepudi <prameela.j04cs@gmail.com>2018-02-28 13:08:26 +0530
committerKalle Valo <kvalo@codeaurora.org>2018-03-13 18:42:24 +0200
commit50117605770c9ce94b8f395d7a774c6b029475dc (patch)
treebcf8a919e9582ed1b0952db64489740dab0bf1a7 /usr
parent681805b1401be32b12956a891be276061c24aecb (diff)
downloadlinux-50117605770c9ce94b8f395d7a774c6b029475dc.tar.bz2
rsi: improve RX handling in SDIO interface
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 <prameela.j04cs@gmail.com> Signed-off-by: Amitkumar Karwar <amit.karwar@redpinesignals.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions