diff options
author | Lorenzo Bianconi <[email protected]> | 2023-01-10 10:31:26 +0100 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-01-11 21:14:41 -0800 |
commit | d4f12a8271fb724b68af6fe8ef54f0f2e63da74d (patch) | |
tree | db7c8359cebd3892ef268628c111413e57823dba /tools/perf/scripts/python/flamegraph.py | |
parent | 93e71edfd90ca7e07a3645167f1e8e4504d4e8ee (diff) |
net: ethernet: mtk_wed: get rid of queue lock for rx queue
Queue spinlock is currently held in mtk_wed_wo_queue_rx_clean and
mtk_wed_wo_queue_refill routines for MTK Wireless Ethernet Dispatcher
MCU rx queue. mtk_wed_wo_queue_refill() is running during initialization
and in rx tasklet while mtk_wed_wo_queue_rx_clean() is running in
mtk_wed_wo_hw_deinit() during hw de-init phase after rx tasklet has been
disabled. Since mtk_wed_wo_queue_rx_clean and mtk_wed_wo_queue_refill
routines can't run concurrently get rid of spinlock for mcu rx queue.
Reviewed-by: Alexander Duyck <[email protected]>
Signed-off-by: Lorenzo Bianconi <[email protected]>
Link: https://lore.kernel.org/r/36ec3b729542ea60898471d890796f745479ba32.1673342990.git.lorenzo@kernel.org
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions