diff options
author | Prameela Rani Garnepudi <[email protected]> | 2018-02-28 13:08:26 +0530 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2018-03-13 18:42:24 +0200 |
commit | 50117605770c9ce94b8f395d7a774c6b029475dc (patch) | |
tree | bcf8a919e9582ed1b0952db64489740dab0bf1a7 /net/unix/sysctl_net_unix.c | |
parent | 681805b1401be32b12956a891be276061c24aecb (diff) |
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 <[email protected]>
Signed-off-by: Amitkumar Karwar <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions