aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRajkumar Manoharan <[email protected]>2016-02-12 11:40:58 +0530
committerKalle Valo <[email protected]>2016-03-03 19:20:01 +0200
commite7827e512af01c6220e2f1cc53853f11cd742eef (patch)
tree1033ef1a5dec8057cddb5eb652c79f9b059c377c /tools/perf/scripts/python
parent22baa98097df3eb92a51e8661fda5dd7c0f1eb93 (diff)
ath10k: reduce rx_lock contention for htt rx indication
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 newly received rx frame into that list on multicore systems. Optimize this by using skb list lock while accessing rx completion queue instead of htt rx lock. Signed-off-by: Rajkumar Manoharan <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions