On Fri, Apr 28, 2017 at 03:20:12PM +0200, Peter Zijlstra wrote:
> +/*
> + * NUMA topology (first read the regular topology blurb below)
> + *
> + * Given a node-distance table, for example:
> + *
> + * node 0 1 2 3
> + * 0: 10 20 30 20
> + * 1: 20 10 20 30
> + * 2: 30
Try and describe what this code is about..
Signed-off-by: Peter Zijlstra (Intel)
---
kernel/sched/topology.c | 169 ++--
1 file changed, 162 insertions(+), 7 deletions(-)
--- a/kernel/sched/topology.c
+++ b/kernel/sched/topology.c
@@ -495,11 +495,96
2 matches
Mail list logo