aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorSagi Grimberg <[email protected]>2017-08-15 22:20:37 +0300
committerDoug Ledford <[email protected]>2017-08-18 10:46:20 -0400
commitcb93e597779e565dfeda34aede83c2565ddadc97 (patch)
treea2678a89f87468553f36bb32594dffbe245db78f /tools/perf/scripts/python/call-graph-from-postgresql.py
parentec06530e765adfdb3a0f8a4f9486a18dcfef6218 (diff)
cm: Don't allocate ib_cm workqueue with WQ_MEM_RECLAIM
create_workqueue always creates the workqueue with WQ_MEM_RECLAIM and silences a flush dependency warn for WQ_LEGACY. Instead, we want to keep the warn in case the allocator tries to flush the cm workqueue because its very likely that cm work execution will yield memory allocations (for example cm connection requests). Reported-by: Steve Wise <[email protected]> Reviewed-by: Steve Wise <[email protected]> Reviewed-by: Leon Romanovsky <[email protected]> Signed-off-by: Sagi Grimberg <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions