diff options
author | Alexis Lothoré <[email protected]> | 2024-05-28 16:20:30 +0200 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2024-06-01 12:59:30 +0300 |
commit | 596c195680dceb34e6b994ff5571331d5dba8299 (patch) | |
tree | c61878c436e8c3067eda96f5d1af38e9ddceb384 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | 3596717a6fbd54c64e97e085a9f77ed511ff59f9 (diff) |
wifi: wilc1000: document SRCU usage instead of SRCU
Commit f236464f1db7 ("wifi: wilc1000: convert list management to RCU")
attempted to convert SRCU to RCU usage, assuming it was not really needed.
The runtime issues that arose after merging it showed that there are code
paths involving sleeping functions, and removing those would need some
heavier driver rework.
Add some documentation about SRCU need to make sure that any future
developer do not miss some use cases if tempted to convert back again to
RCU.
Signed-off-by: Alexis Lothoré <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions