Re: [PATCH 1/2] ath10k: reduce rx_lock contention for htt rx indication

2016-03-04 Thread Valo, Kalle
Rajkumar Manoharan writes: > Received frame indications are queued into a skb list and latest > processed by txrx tasklet. This skb queue is protected by htt rx lock. > Since the entire rx processing till delivering frame to mac80211 and > replenish tasks are processed

[PATCH 1/2] ath10k: reduce rx_lock contention for htt rx indication

2016-02-11 Thread Rajkumar Manoharan
Received frame indications are queued into a skb list and latest processed by txrx tasklet. This skb queue is protected by htt rx lock. Since the entire rx processing till delivering frame to mac80211 and replenish tasks are processed under rx_lock protection, there might be some delay in queuing