[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120424173518.GB18799@linux.vnet.ibm.com>
Date: Tue, 24 Apr 2012 23:05:18 +0530
From: Srivatsa Vaddagiri <vatsa@...ux.vnet.ibm.com>
To: Peter Zijlstra <peterz@...radead.org>
Cc: Ingo Molnar <mingo@...e.hu>, Mike Galbraith <efault@....de>,
Suresh Siddha <suresh.b.siddha@...el.com>,
Paul Turner <pjt@...gle.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1] sched: steer waking task to empty cfs_rq for better
latencies
* Peter Zijlstra <peterz@...radead.org> [2012-04-24 19:12:27]:
> > The workload I am up against does experience tons of wakeup (after very short
> > (microsecond range) bursts of sleeps) and so am skeptical how the global
> > vruntime would keep up with this kind of workload. I'd be happy to test patches
> > and give feedback!
>
> Thing is, global vruntime might fix that flaw/property you're exploiting
> to get that preemption.
Am curious to see how global vruntime influences task placement (esp. on
wakeup). Going back to the previous example:
N0 N1
(0,1,2,3) (4,5,6,7)
rq.nr_run -> 2 1 1 1 2 2 1 1
/a cfs_rq.nr_run -> 0 0 0 0 0 0 0 1
CPU7 is running a task A0 belonging to "/a". Another task A1 belonging
to "/a" is waking up and its prev_cpu was 7. Currently we let it wake on
cpu7 itself and wait behind A0. With global vruntime, are you saying
that we let A1 wake on cpu7 and it would preempt A0? That would still not be
nice as A0 now incurs some additional latencies?
- vatsa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists