diff options
| author | Johannes Berg <[email protected]> | 2024-07-03 12:58:50 +0300 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2024-07-04 13:50:04 +0200 |
| commit | d81bf4b63006330d1f70a59414eae61e1a60e677 (patch) | |
| tree | 545740765d5468e02d9ae2f9fb3cddf898262177 /tools/perf/scripts/python/stackcollapse.py | |
| parent | eb801f4fabdf877d38c4746333e3454c4e7603cc (diff) | |
wifi: iwlwifi: mvm: align reorder buffer entries to cacheline
The entries[] array needs to be cacheline aligned to avoid false
sharing between different queues, each queue has a set of entries
in it that it writes to.
While it is aligned in practice today given that each array entry
before it is aligned, it's still clearer to explicitly require it
to be aligned, so add the annotation for that.
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Miri Korenblit <[email protected]>
Link: https://patch.msgid.link/20240703125541.3bc7a55ac867.Id3c1df6d40e92c3de9caededcbc32d0e57e4423d@changeid
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions