public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rik van Riel <riel@redhat.com>
To: Jason Low <jason.low2@hp.com>, Tim Chen <tim.c.chen@linux.intel.com>
Cc: Ingo Molnar <mingo@elte.hu>,
	Peter Zijlstra <peterz@infradead.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Len Brown <len.brown@intel.com>, Russ Anderson <rja@sgi.com>,
	Dimitri Sivanich <sivanich@sgi.com>, Hedi Berriche <hedi@sgi.com>,
	Andi Kleen <andi@firstfloor.org>,
	Michel Lespinasse <walken@google.com>,
	Peter Hurley <peter@hurleysoftware.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] sched: Reduce the rate of needless idle load balancing
Date: Tue, 20 May 2014 16:58:48 -0400	[thread overview]
Message-ID: <537BC208.5030904@redhat.com> (raw)
In-Reply-To: <CAGQ1y=5cwk+-Ztv8kXod+QexwEqQ0U6wPdMDBLL66rcF_cukLA@mail.gmail.com>

On 05/20/2014 04:51 PM, Jason Low wrote:
> On Tue, May 20, 2014 at 1:17 PM, Tim Chen <tim.c.chen@linux.intel.com> wrote:
> 
>> diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
>> index 9b4c4f3..97132db 100644
>> --- a/kernel/sched/fair.c
>> +++ b/kernel/sched/fair.c
>> @@ -6764,12 +6764,17 @@ static void nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle)
>>
>>                 rq = cpu_rq(balance_cpu);
>>
>> -               raw_spin_lock_irq(&rq->lock);
>> -               update_rq_clock(rq);
>> -               update_idle_cpu_load(rq);
>> -               raw_spin_unlock_irq(&rq->lock);
>> -
>> -               rebalance_domains(rq, CPU_IDLE);
>> +               /*
>> +                * If time for next balance is due,
>> +                * do the balance.
>> +                */
>> +               if (time_after(jiffies + 1, rq->next_balance)) {
> 
> Hi Tim,
> 
> If we want to do idle load balancing only when it is due for a
> balance, shouldn't the above just be "if (time_after(jiffies,
> rq->next_balance))"?

I was wondering the same.

Everything else gets my

Reviewed-by: Rik van Riel <riel@redhat.com>

-- 
All rights reversed

  reply	other threads:[~2014-05-20 20:59 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-20 20:17 [PATCH] sched: Reduce the rate of needless idle load balancing Tim Chen
2014-05-20 20:51 ` Jason Low
2014-05-20 20:58   ` Rik van Riel [this message]
2014-05-20 20:59   ` Tim Chen
2014-05-20 21:04     ` Tim Chen
2014-05-21  1:15       ` Joe Perches
2014-05-21 16:37         ` Tim Chen
2014-05-21 18:26           ` Davidlohr Bueso
2014-05-21 18:49             ` Tim Chen
2014-05-20 21:09     ` Jason Low
2014-05-20 21:12       ` Tim Chen
2014-05-20 21:39       ` Tim Chen
2014-05-21  6:38         ` Peter Zijlstra
2014-06-05 14:34         ` [tip:sched/core] sched/balancing: " tip-bot for Tim Chen

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=537BC208.5030904@redhat.com \
    --to=riel@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=andi@firstfloor.org \
    --cc=hedi@sgi.com \
    --cc=jason.low2@hp.com \
    --cc=len.brown@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=peter@hurleysoftware.com \
    --cc=peterz@infradead.org \
    --cc=rja@sgi.com \
    --cc=sivanich@sgi.com \
    --cc=tim.c.chen@linux.intel.com \
    --cc=walken@google.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox