Re: [patch V3 00/22] timer: Refactor the timer wheel

From: Josh Triplett
Date: Fri Jun 24 2016 - 13:04:45 EST


On Fri, Jun 24, 2016 at 02:32:00PM -0000, Thomas Gleixner wrote:
> - Removed the 1000Hz granularity reduction to 4ms. Eric explained that
> datacenter workloads require the granularity in the first level wheel.
>
> - Fixed the typo in tilepro.
>
> - Converted sigtimedwait() to hrtimers
>
> - To avoid the cascading I extended the wheel by another level. This removes
> the rarely executed cascading code path, but increases the storage size for
> HZ>100 slightly. If the tiny folks care, there is an simple option to cut
> the storage size in half for the price of reduced granularity.

No objection here. This series is a massive improvement for low-power
systems, and the tiniest kernels will probably need to poke at this even
more aggressively anyway. (For instance, compiling out connection
tracking and its incredibly long timer, and then removing the bucket it
needs.)

- Josh Triplett