From: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
To: Ingo Molnar <mingo@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>,
linux-kernel@vger.kernel.org, Rik van Riel <riel@redhat.com>,
Mel Gorman <mgorman@suse.de>
Subject: Re: [PATCH] sched/numa: Restore sched feature NUMA to its earlier avatar.
Date: Wed, 8 Jul 2015 21:36:27 +0530 [thread overview]
Message-ID: <20150708160627.GC26095@linux.vnet.ibm.com> (raw)
In-Reply-To: <20150708135644.GC23380@gmail.com>
> > In commit:8a9e62a "sched/numa: Prefer NUMA hotness over cache hotness"
> > sched feature NUMA was always set to true. However this sched feature was
> > suppose to be enabled on NUMA boxes only thro set_numabalancing_state().
> >
> > To get back to the above behaviour, bring back NUMA_FAVOUR_HIGHER feature.
>
> Three typos and a non-standard commit ID reference.
Sorry .. Will fix it.
>
> > /*
> > + * NUMA_FAVOUR_HIGHER will favor moving tasks towards nodes where a
> > + * higher number of hinting faults are recorded during active load
> > + * balancing. It will resist moving tasks towards nodes where a lower
> > + * number of hinting faults have been recorded.
> > */
> > -SCHED_FEAT(NUMA, true)
> > +SCHED_FEAT(NUMA_FAVOUR_HIGHER, true)
> > #endif
> >
>
> So the comment spells 'favor' American, the constant you introduce is British
> spelling via 'FAVOUR'? Please use it consistently!
>
> Also, this name is totally non-intuitive.
>
> Make it something like NUMA_FAVOR_BUSY_NODES or so?
Okay will modify as suggested.
>
> Also, I'm wondering how this can schedule in a stable fashion: if a non-busy node
> is not favored, how can we end up there to start building up hinting faults?
The NUMA feature is suppose to be enabled automatically on numa system.
This feature is tied with starting the hinting faults.
However the other feature NUMA_FAVOUR_HIGHER / NUMA_FAVOR_BUSY_NODES
will only affect if we want to give a numa bias when we do the regular
load balance. It wouldnt affect numa hinting faults or the tasks swaps
that we do based on numa faults. So its impact is very limited.
Would you recommend removing the feature?
--
Thanks and Regards
Srikar Dronamraju
prev parent reply other threads:[~2015-07-08 16:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-08 13:20 [PATCH] sched/numa: Restore sched feature NUMA to its earlier avatar Srikar Dronamraju
2015-07-08 13:50 ` Rik van Riel
2015-07-08 13:56 ` Ingo Molnar
2015-07-08 15:26 ` Rik van Riel
2015-07-09 6:29 ` Ingo Molnar
2015-07-09 6:57 ` Srikar Dronamraju
2015-07-09 8:01 ` Ingo Molnar
2015-07-10 17:28 ` Srikar Dronamraju
2015-07-11 8:53 ` Ingo Molnar
2015-07-08 16:06 ` Srikar Dronamraju [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150708160627.GC26095@linux.vnet.ibm.com \
--to=srikar@linux.vnet.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mgorman@suse.de \
--cc=mingo@kernel.org \
--cc=peterz@infradead.org \
--cc=riel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.