| From: |
| Peter Zijlstra <a.p.zijlstra@chello.nl> |
| To: |
| Chris Mason <chris.mason@oracle.com>,
Frank Rowand <frank.rowand@am.sony.com>,
Ingo Molnar <mingo@elte.hu>,
Thomas Gleixner <tglx@linutronix.de>,
Mike Galbraith <efault@gmx.de>,
Oleg Nesterov <oleg@redhat.com>, Paul Turner <pjt@google.com>,
Jens Axboe <axboe@kernel.dk> |
| Subject: |
| [RFC][PATCH 0/5] Reduce runqueue lock contention -v2 |
| Date: |
| Thu, 16 Dec 2010 15:56:02 +0100 |
| Message-ID: |
| <20101216145602.899838254@chello.nl> |
| Cc: |
| linux-kernel@vger.kernel.org,
Peter Zijlstra <a.p.zijlstra@chello.nl> |
| Archive-link: |
| Article, Thread
|
Hi, here a new posting of my scary patch(es) ;-)
These actually survive a sembench run (and everything else I threw at it).
The discussion between Mike and Frank over the task_running() check made me
realize what was wrong with the previous one.
As it turns out, what was needed (p->oncpu) was something Thomas wanted me
to do for an entirely different reason (see patch #2).
Frank's patch, while encouraging me to poke at it again, has a number of
very fundamental problems with it, the most serious one being that it
completely wrecks the wake-up load-balancing.
I'll try and come up with a way to unwreck the 32bit select_task_rq_fair()
problem, but for now inspiration in that departments seems lacking, yet I
still wanted to share these patches so that others can have a go at them.
If all you care about is the numbers, skip to patch #5.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/