Re: [Patch 0/7] Per cpu thread hotplug infrastructure - V3

2012-07-25 Thread JoonSoo Kim
2012/7/16 Thomas Gleixner : > The following series implements the infrastructure for parking and > unparking kernel threads to avoid the full teardown and fork on cpu > hotplug operations along with management infrastructure for hotplug > and users. > > Changes vs. V2: > > Use callbacks for all fu

Re: [Patch 0/7] Per cpu thread hotplug infrastructure - V3

2012-07-20 Thread Srivatsa S. Bhat
On 07/20/2012 11:23 PM, Paul E. McKenney wrote: > On Fri, Jul 20, 2012 at 08:30:30PM +0530, Srivatsa S. Bhat wrote: >> On 07/20/2012 08:05 PM, Paul E. McKenney wrote: >>> On Fri, Jul 20, 2012 at 06:47:30PM +0530, Srivatsa S. Bhat wrote: On 07/19/2012 05:24 AM, Paul E. McKenney wrote: > On

Re: [Patch 0/7] Per cpu thread hotplug infrastructure - V3

2012-07-20 Thread Paul E. McKenney
On Fri, Jul 20, 2012 at 08:30:30PM +0530, Srivatsa S. Bhat wrote: > On 07/20/2012 08:05 PM, Paul E. McKenney wrote: > > On Fri, Jul 20, 2012 at 06:47:30PM +0530, Srivatsa S. Bhat wrote: > >> On 07/19/2012 05:24 AM, Paul E. McKenney wrote: > >>> On Wed, Jul 18, 2012 at 11:06:52PM +0530, Srivatsa S.

Re: [Patch 0/7] Per cpu thread hotplug infrastructure - V3

2012-07-20 Thread Srivatsa S. Bhat
On 07/20/2012 08:05 PM, Paul E. McKenney wrote: > On Fri, Jul 20, 2012 at 06:47:30PM +0530, Srivatsa S. Bhat wrote: >> On 07/19/2012 05:24 AM, Paul E. McKenney wrote: >>> On Wed, Jul 18, 2012 at 11:06:52PM +0530, Srivatsa S. Bhat wrote: On 07/16/2012 08:52 PM, Paul E. McKenney wrote: > On

Re: [Patch 0/7] Per cpu thread hotplug infrastructure - V3

2012-07-20 Thread Paul E. McKenney
On Fri, Jul 20, 2012 at 06:47:30PM +0530, Srivatsa S. Bhat wrote: > On 07/19/2012 05:24 AM, Paul E. McKenney wrote: > > On Wed, Jul 18, 2012 at 11:06:52PM +0530, Srivatsa S. Bhat wrote: > >> On 07/16/2012 08:52 PM, Paul E. McKenney wrote: > >>> On Mon, Jul 16, 2012 at 10:42:34AM -, Thomas Gleix

Re: [Patch 0/7] Per cpu thread hotplug infrastructure - V3

2012-07-20 Thread Srivatsa S. Bhat
On 07/19/2012 05:24 AM, Paul E. McKenney wrote: > On Wed, Jul 18, 2012 at 11:06:52PM +0530, Srivatsa S. Bhat wrote: >> On 07/16/2012 08:52 PM, Paul E. McKenney wrote: >>> On Mon, Jul 16, 2012 at 10:42:34AM -, Thomas Gleixner wrote: The following series implements the infrastructure for par

Re: [Patch 0/7] Per cpu thread hotplug infrastructure - V3

2012-07-18 Thread Paul E. McKenney
On Wed, Jul 18, 2012 at 11:06:52PM +0530, Srivatsa S. Bhat wrote: > On 07/16/2012 08:52 PM, Paul E. McKenney wrote: > > On Mon, Jul 16, 2012 at 10:42:34AM -, Thomas Gleixner wrote: > >> The following series implements the infrastructure for parking and > >> unparking kernel threads to avoid the

Re: [Patch 0/7] Per cpu thread hotplug infrastructure - V3

2012-07-18 Thread Srivatsa S. Bhat
On 07/16/2012 08:52 PM, Paul E. McKenney wrote: > On Mon, Jul 16, 2012 at 10:42:34AM -, Thomas Gleixner wrote: >> The following series implements the infrastructure for parking and >> unparking kernel threads to avoid the full teardown and fork on cpu >> hotplug operations along with management

Re: [Patch 0/7] Per cpu thread hotplug infrastructure - V3

2012-07-16 Thread Paul E. McKenney
On Mon, Jul 16, 2012 at 10:42:34AM -, Thomas Gleixner wrote: > The following series implements the infrastructure for parking and > unparking kernel threads to avoid the full teardown and fork on cpu > hotplug operations along with management infrastructure for hotplug > and users. > > Changes

[Patch 0/7] Per cpu thread hotplug infrastructure - V3

2012-07-16 Thread Thomas Gleixner
The following series implements the infrastructure for parking and unparking kernel threads to avoid the full teardown and fork on cpu hotplug operations along with management infrastructure for hotplug and users. Changes vs. V2: Use callbacks for all functionality. Thanks to Rusty for pointing