Messages in this thread |  | | From | Mel Gorman <> | Subject | [PATCH 0/6] Reduce migrations and conflicts with automatic NUMA balancing v2 | Date | Tue, 13 Feb 2018 13:37:24 +0000 |
| |
This is a combination of "Reduce migrations due to load imbalance and process exits" and "Stop wake_affine fighting with automatic NUMA balancing" series.
There was a request for data on NAS OMP and how it compares with hard-binding of threads to CPUs that is included in the changelog for the relevant patch. I did not update most of the comparisons as a partial rerun of the workloads shows similar results.
Changelog since v1 o Replace patch 4 with Peter's version o Correct comments o Add data on NAS OMP o Rebase to 4.16-rc1
The following series was motivated by the fact that higher migrations were observed than expected. The first two patches are minor cleanups. The third patch avoids migrations on wakeup when two CPUs are equally loaded which is particularly important in the case where the measured load is 0. The fourth patch avoids cross-node migrations of a parent process when the child exits. The fifth path resists new children being woken for the first time on a remote node but it's not barred completely as that may lead to saturation of a single node. The final patch forces automatic NUMA balancing to backoff if it disagrees with wake_affine about where a task should be running.
kernel/sched/fair.c | 89 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 82 insertions(+), 7 deletions(-)
-- 2.15.1
|  |