aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/futex-contention.py
diff options
context:
space:
mode:
authorAlexander Wetzel <[email protected]>2023-03-23 17:55:27 +0100
committerKalle Valo <[email protected]>2023-05-05 16:01:09 +0300
commitb719ebc37a1eacd4fd4f1264f731b016e5ec0c6e (patch)
treea37bd98b63161a4c5d7c743dd0f1da1bff29cdbc /tools/perf/scripts/python/futex-contention.py
parente995f3f602a3fd9c8e0f97f59b37002d4ab5ec83 (diff)
wifi: ath10k: Serialize wake_tx_queue ops
Serialize the ath10k implementation of the wake_tx_queue ops. ath10k_mac_op_wake_tx_queue() must not run concurrent since it's using ieee80211_txq_schedule_start(). The intend of this patch is to sort out an issue discovered in the discussion referred to by the Link tag. I can't test it with real hardware and thus just implemented the per-ac queue lock Felix suggested. One obvious alternative to the per-ac lock would be to bring back the txqs_lock commit bb2edb733586 ("ath10k: migrate to mac80211 txq scheduling") dropped. Fixes: bb2edb733586 ("ath10k: migrate to mac80211 txq scheduling") Reported-by: Felix Fietkau <[email protected]> Link: https://lore.kernel.org/r/[email protected] CC: <[email protected]> Signed-off-by: Alexander Wetzel <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions