login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
March
»
25
Re: Scalability requirements for sysv ipc
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Peter Zijlstra <peterz@...>
To: Mike Galbraith <efault@...>
Cc: Manfred Spraul <manfred@...>, Linux Kernel Mailing List <linux-kernel@...>, <paulmck@...>, Nadia Derbey <Nadia.Derbey@...>, Andrew Morton <akpm@...>, Ingo Molnar <mingo@...>
Subject:
Re: Scalability requirements for sysv ipc
Date: Tuesday, March 25, 2008 - 12:13 pm
On Tue, 2008-03-25 at 16:50 +0100, Mike Galbraith wrote:
quoted text
> On Sat, 2008-03-22 at 20:08 +0100, Manfred Spraul wrote: > > > just the normal performance of 2.6.25-rc3 is abyssimal, 55 to 60% slower > > than 2.6.18.8: > > After manually reverting 3e148c79938aa39035669c1cfa3ff60722134535, > 2.6.25.git scaled linearly, but as you noted, markedly down from earlier > kernels with this benchmark. 2.6.24.4 with same revert, but all > 2.6.25.git ipc changes piled on top still performed close to 2.6.22, so > I went looking. Bisection led me to.. > > 8f4d37ec073c17e2d4aa8851df5837d798606d6f is first bad commit > commit 8f4d37ec073c17e2d4aa8851df5837d798606d6f > Author: Peter Zijlstra <a.p.zijlstra@chello.nl> > Date: Fri Jan 25 21:08:29 2008 +0100 > > sched: high-res preemption tick > > Use HR-timers (when available) to deliver an accurate preemption tick. > > The regular scheduler tick that runs at 1/HZ can be too coarse when nice > level are used. The fairness system will still keep the cpu utilisation 'fair' > by then delaying the task that got an excessive amount of CPU time but try to > minimize this by delivering preemption points spot-on. > > The average frequency of this extra interrupt is sched_latency / nr_latency. > Which need not be higher than 1/HZ, its just that the distribution within the > sched_latency period is important. > > Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> > Signed-off-by: Ingo Molnar <mingo@elte.hu> > > :040000 040000 ab225228500f7a19d5ad20ca12ca3fc8ff5f5ad1 f1742e1d225a72aecea9d6961ed989b5943d31d8 M arch > :040000 040000 25d85e4ef7a71b0cc76801a2526ebeb4dce180fe ae61510186b4fad708ef0211ac169decba16d4e5 M include > :040000 040000 9247cec7dd506c648ac027c17e5a07145aa41b26 950832cc1dc4d30923f593ecec883a06b45d62e9 M kernel > > ...and I verified it via :-/ echo 7 > sched_features in latest. That > only bought me roughly half though, so there's a part three in there > somewhere.
Ouch, I guess hrtimers are just way expensive on some hardware... --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Scalability requirements for sysv ipc (was: ipc: store ipcs ...
, Manfred Spraul
, (Fri Mar 21, 5:41 am)
Re: Scalability requirements for sysv ipc (was: ipc: store i...
, Nadia Derbey
, (Fri Mar 21, 8:45 am)
Re: Scalability requirements for sysv ipc
, Manfred Spraul
, (Fri Mar 21, 9:33 am)
Re: Scalability requirements for sysv ipc
, Nadia Derbey
, (Tue Mar 25, 12:00 pm)
Re: Scalability requirements for sysv ipc
, Paul E. McKenney
, (Fri Mar 21, 10:13 am)
Re: Scalability requirements for sysv ipc
, Manfred Spraul
, (Fri Mar 21, 12:08 pm)
Re: Scalability requirements for sysv ipc
, Mike Galbraith
, (Sat Mar 22, 1:43 am)
Re: Scalability requirements for sysv ipc
, Bill Davidsen
, (Thu Mar 27, 6:29 pm)
Re: Scalability requirements for sysv ipc
, Manfred Spraul
, (Fri Mar 28, 5:49 am)
Re: Scalability requirements for sysv ipc
, Manfred Spraul
, (Sat Mar 22, 6:10 am)
Re: Scalability requirements for sysv ipc
, Mike Galbraith
, (Sat Mar 22, 7:53 am)
Re: Scalability requirements for sysv ipc
, Manfred Spraul
, (Sat Mar 22, 10:22 am)
Re: Scalability requirements for sysv ipc
, Mike Galbraith
, (Sat Mar 22, 3:35 pm)
Re: Scalability requirements for sysv ipc
, Mike Galbraith
, (Sun Mar 23, 3:08 am)
Re: Scalability requirements for sysv ipc
, Mike Galbraith
, (Sun Mar 23, 3:20 am)
Re: Scalability requirements for sysv ipc
, Manfred Spraul
, (Sun Mar 23, 2:38 am)
Re: Scalability requirements for sysv ipc
, Mike Galbraith
, (Sun Mar 23, 3:15 am)
Re: Scalability requirements for sysv ipc
, Manfred Spraul
, (Sat Mar 22, 3:08 pm)
Re: Scalability requirements for sysv ipc
, Mike Galbraith
, (Tue Mar 25, 11:50 am)
Re: Scalability requirements for sysv ipc (+namespaces broke...
, Manfred Spraul
, (Sun Mar 30, 10:12 am)
Re: Scalability requirements for sysv ipc (+namespaces broke...
, Mike Galbraith
, (Sun Mar 30, 1:18 pm)
Re: Scalability requirements for sysv ipc (+namespaces broke...
, Nadia Derbey
, (Fri Apr 4, 10:59 am)
Re: Scalability requirements for sysv ipc (+namespaces broke...
, Nadia Derbey
, (Fri Apr 4, 11:03 am)
Re: Scalability requirements for sysv ipc (+namespaces broke...
, David Newall
, (Sun Mar 30, 11:21 am)
Re: Scalability requirements for sysv ipc
, Peter Zijlstra
, (Tue Mar 25, 12:13 pm)
Re: Scalability requirements for sysv ipc
, Mike Galbraith
, (Wed Mar 26, 2:18 am)
Re: Scalability requirements for sysv ipc
, Mike Galbraith
, (Tue Mar 25, 2:31 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Heiko Carstens
Re: -mm merge plans for 2.6.23 -- sys_fallocate
david
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Bart Van Assche
Re: Integration of SCST in the mainstream Linux kernel
git
:
linux-netdev
:
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
David Miller
[GIT]: Networking
Badalian Vyacheslav
e1000: Question about polling
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
5 users
and
904 guests
online.
Online users
zeekec
nipart
Daniel27
letsgotouring
puntmuts
Syndicate