| From: |
| Gregory Haskins <ghaskins@novell.com> |
| To: |
| Ingo Molnar <mingo@elte.hu>, Peter Zijlstra <peterz@infradead.org> |
| Subject: |
| [RFC PATCH 0/3] sched: core-balancer v2 |
| Date: |
| Thu, 15 May 2008 12:35:30 -0600 |
| Message-ID: |
| <20080515182832.5323.70102.stgit@lsg> |
| Cc: |
| Suresh Sidda <suresh.b.siddha@intel.com>,
Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com>,
linux-kernel@vger.kernel.org, Gregory Haskins <ghaskins@novell.com> |
| Archive-link: |
| Article,
Thread
|
Here is an update to the core-balancer previously discussed here
http://lkml.org/lkml/2008/5/12/260
Changes since v1:
1) Fixed a memory allocation error pointed out by Suresh Siddha
2) Implemented a suggestion by Suresh to only assign core-balancers to SMP or
NUMA domains (i.e. exclude HT/MC domains)
3) Fixed several small bugs and misc cleanups
Comments/feedback welcome!
Regards,
-Greg