Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1470088
| From | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 03/11] sched: Extend scheduler's asym packing |
| Date | 2016-08-25 13:50 +0200 |
| Message-ID | <sa1kt-qZ-3@gated-at.bofh.it> (permalink) |
| References | <s7GtS-7go-115@gated-at.bofh.it> <s7GDv-7k3-29@gated-at.bofh.it> <sa117-jg-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Aug 25, 2016 at 12:22:52PM +0100, Morten Rasmussen wrote: > I haven't reviewed the entire patch set in detail, but why can't the cpu > priority list be handed to the scheduler instead of moving scheduling > decisions out of the scheduler? It basically does that. All that we allow here is the architecture to override the default order of what is considered priority. The default (as per Power7) is naked cpu number, with lower cpu numbers having higher priority to higher numbers. This patch set allows the architecture to provide a less_than operator (and through that a custom order).
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 03/11] sched: Extend scheduler's asym packing Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-08-19 03:20 +0200
Re: [PATCH 03/11] sched: Extend scheduler's asym packing Morten Rasmussen <morten.rasmussen@arm.com> - 2016-08-25 13:30 +0200
Re: [PATCH 03/11] sched: Extend scheduler's asym packing Peter Zijlstra <peterz@infradead.org> - 2016-08-25 13:50 +0200
Re: [PATCH 03/11] sched: Extend scheduler's asym packing Morten Rasmussen <morten.rasmussen@arm.com> - 2016-08-25 15:30 +0200
Re: [PATCH 03/11] sched: Extend scheduler's asym packing Peter Zijlstra <peterz@infradead.org> - 2016-08-25 15:50 +0200
Re: [PATCH 03/11] sched: Extend scheduler's asym packing Morten Rasmussen <morten.rasmussen@arm.com> - 2016-08-26 12:40 +0200
Re: [PATCH 03/11] sched: Extend scheduler's asym packing Peter Zijlstra <peterz@infradead.org> - 2016-08-26 14:50 +0200
Re: [PATCH 03/11] sched: Extend scheduler's asym packing Tim Chen <tim.c.chen@linux.intel.com> - 2016-08-26 19:30 +0200
Re: [PATCH 03/11] sched: Extend scheduler's asym packing Tim Chen <tim.c.chen@linux.intel.com> - 2016-08-27 01:20 +0200
csiph-web