Re: [PATCH 14/14] sched/topology: Add a few comments

2017-05-01 Thread Peter Zijlstra
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

[PATCH 14/14] sched/topology: Add a few comments

2017-04-28 Thread Peter Zijlstra
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