aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorChristian König <[email protected]>2024-04-15 15:48:21 +0200
committerChristian König <[email protected]>2024-04-15 16:57:41 +0200
commitb6976f323a8687cc0d55bc92c2086fd934324ed5 (patch)
tree3d49f342025dc0c20d88549e9a18799ca6314376 /scripts/gdb/linux/tasks.py
parentcf92bb778eda7830e79452c6917efa8474a30c1e (diff)
drm/ttm: stop pooling cached NUMA pages v2
We only pool write combined and uncached allocations because they require extra overhead on allocation and release. If we also pool cached NUMA it not only means some extra unnecessary overhead, but also that under memory pressure it can happen that pages from the wrong NUMA node enters the pool and are re-used over and over again. This can lead to performance reduction after running into memory pressure. v2: restructure and cleanup the code a bit from the internal hack to test this. Signed-off-by: Christian König <[email protected]> Fixes: 4482d3c94d7f ("drm/ttm: add NUMA node id to the pool") CC: [email protected] Reviewed-by: Felix Kuehling <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions