aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorBob Pearson <[email protected]>2021-11-03 00:02:30 -0500
committerJason Gunthorpe <[email protected]>2021-11-19 13:29:14 -0400
commit21adfa7a3c4e7758a43dbfa33782dbef42c76ec5 (patch)
treeaa22110248818e25f9a7aee71f7416b961b43a64 /tools/perf/scripts/python/libxed.py
parent10f2d1cbf8f16c63ca3d746adb33d43f116dbb05 (diff)
RDMA/rxe: Replace irqsave locks with bh locks
Most of the locks in the rxe driver are _irqsave/restore locks but in fact there are no interrupt threads that run rxe code or share data with rxe. There are softirq threads and data sharing so the appropriate lock type is _bh. This patch replaces all irqsave type locks with bh type locks. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bob Pearson <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions