linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]  sched/fair : modify comment of fbq_type description
@ 2018-10-19 16:44 Peng Hao
  2018-10-19 18:30 ` Peter Zijlstra
  0 siblings, 1 reply; 2+ messages in thread
From: Peng Hao @ 2018-10-19 16:44 UTC (permalink / raw)
  To: mingo, peterz; +Cc: linux-kernel, Peng Hao


From: Peng Hao <peng.hao2@zte.com.cn>

for type 'all', the comment 'there is no distinction' is vague.
make it clearer.

Signed-off-by: Peng Hao <peng.hao2@zte.com.cn>
---
 kernel/sched/fair.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index f808ddf..3a0543f 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -8304,7 +8304,7 @@ static struct rq *find_busiest_queue(struct lb_env *env,
 		 * We classify groups/runqueues into three groups:
 		 *  - regular: there are !numa tasks
 		 *  - remote:  there are numa tasks that run on the 'wrong' node
-		 *  - all:     there is no distinction
+		 *  - all:     there are numa tasks that run on the 'right' node
 		 *
 		 * In order to avoid migrating ideally placed numa tasks,
 		 * ignore those when there's better options.
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH]  sched/fair : modify comment of fbq_type description
  2018-10-19 16:44 [PATCH] sched/fair : modify comment of fbq_type description Peng Hao
@ 2018-10-19 18:30 ` Peter Zijlstra
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Zijlstra @ 2018-10-19 18:30 UTC (permalink / raw)
  To: Peng Hao; +Cc: mingo, linux-kernel, Peng Hao

On Fri, Oct 19, 2018 at 12:44:54PM -0400, Peng Hao wrote:
> 
> From: Peng Hao <peng.hao2@zte.com.cn>
> 
> for type 'all', the comment 'there is no distinction' is vague.
> make it clearer.
> 
> Signed-off-by: Peng Hao <peng.hao2@zte.com.cn>
> ---
>  kernel/sched/fair.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
> index f808ddf..3a0543f 100644
> --- a/kernel/sched/fair.c
> +++ b/kernel/sched/fair.c
> @@ -8304,7 +8304,7 @@ static struct rq *find_busiest_queue(struct lb_env *env,
>  		 * We classify groups/runqueues into three groups:
>  		 *  - regular: there are !numa tasks
>  		 *  - remote:  there are numa tasks that run on the 'wrong' node
> -		 *  - all:     there is no distinction
> +		 *  - all:     there are numa tasks that run on the 'right' node

No, that is actively wrong. Both the previous cases inlcude that.

If anything, it should be: all tasks are numa tasks and run on the
'right' node.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-19 18:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-19 16:44 [PATCH] sched/fair : modify comment of fbq_type description Peng Hao
2018-10-19 18:30 ` Peter Zijlstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).