On Fri, 2013-04-05 at 21:44 +0200, David Henningsson wrote: > In my search for ppolls that could be removed, I found at least two. > > Things look slightly better in perf after this, but not much. After all, > I've only removed two ppoll syscalls (of ten), and in addition one write syscall. > > I think it's one of many things that needs to be looked at if we want > less CPU consumption during low-latency operations. > > Btw, it saves some CPU consumption on both client and server sides. > > Do you think I should add these two patches to master and/or next branches? I think the patches make sense, so they should be added to the next branch at least. My general view about pushing stuff to the master during freezes is that it should only done for bug fixes, and these patches are just optimizations, not bug fixes. However, I also think that a freeze without a release candidate is pointless, and since RC1 isn't out yet, I don't mind pushing these to master. Do as you like. -- Tanu