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

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

2012-07-25 Thread JoonSoo Kim
2012/7/16 Thomas Gleixner t...@linutronix.de: 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

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

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

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 parking and

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 Gleixner

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 Mon, Jul 16,

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. Bhat

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 Wed, Jul 18,

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

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

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-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 full

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. > >

[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

[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

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 vs.