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

2016-06-27 Thread Paul E. McKenney
On Sun, Jun 26, 2016 at 09:22:36PM -0700, Paul E. McKenney wrote: > On Fri, Jun 24, 2016 at 02:32:00PM -, Thomas Gleixner wrote: > > This is the third version of the timer wheel rework series. The previous > > versions can be found here: > > > > V1: http://lkml.kernel.org/r/20160613070440.95

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

2016-06-26 Thread Paul E. McKenney
On Fri, Jun 24, 2016 at 02:32:00PM -, Thomas Gleixner wrote: > This is the third version of the timer wheel rework series. The previous > versions can be found here: > > V1: http://lkml.kernel.org/r/20160613070440.950649...@linutronix.de > V2: http://lkml.kernel.org/r/20160617121134.417319

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

2016-06-24 Thread Josh Triplett
On Fri, Jun 24, 2016 at 02:32:00PM -, 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 >

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

2016-06-24 Thread Thomas Gleixner
This is the third version of the timer wheel rework series. The previous versions can be found here: V1: http://lkml.kernel.org/r/20160613070440.950649...@linutronix.de V2: http://lkml.kernel.org/r/20160617121134.417319...@linutronix.de The series is also available in git: git://git.kerne