Re: [PATCH 1/2 v2] sched/wait: Break up long wake list walk

From: Christopher Lameter
Date: Fri Aug 25 2017 - 13:46:20 EST


On Fri, 25 Aug 2017, Tim Chen wrote:

> for a long time. It is a result of the numa balancing migration of hot
> pages that are shared by many threads.

I think that would also call for some work to limit numa balacing of hot
shared pages. The cache lines of hot pages are likely in present the low
level processor caches anyways so moving them would not cause a
performance benefit. Limiting the migration there could stop wasting a lot
of effort.