diff options
author | Ido Schimmel <[email protected]> | 2021-09-15 13:13:07 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-09-15 16:17:15 +0100 |
commit | 163f3d2dd01cf9b8f58b56fe94ce517e468385a9 (patch) | |
tree | ca0c8944b55fc8d6bb700a7b5cad4862a6084615 /tools/perf/scripts/python | |
parent | 25a91f835a7b0964455594d11253060bf5b480b4 (diff) |
mlxsw: core_env: Defer handling of module temperature warning events
Module temperature events are currently handled in softIRQ context,
requiring the 'module_info_lock' to be a spin lock. In future patchsets
we will need to be able to hold the lock while sleeping.
Therefore, defer handling of these events using a work queue so that the
next patch will be able to convert the lock to a mutex.
Signed-off-by: Ido Schimmel <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions