Re: [Patch 3/7] smpboot: Provide infrastructure for percpu hotplug threads

2012-10-11 Thread Sasha Levin
On Wed, Sep 19, 2012 at 5:47 PM, Sasha Levin wrote: > Hi Thomas, > > On 07/16/2012 12:42 PM, Thomas Gleixner wrote: >> Provide a generic interface for setting up and tearing down percpu >> threads. >> >> On registration the threads for already online cpus are created and >> started. On

Re: [Patch 3/7] smpboot: Provide infrastructure for percpu hotplug threads

2012-10-11 Thread Sasha Levin
On Wed, Sep 19, 2012 at 5:47 PM, Sasha Levin levinsasha...@gmail.com wrote: Hi Thomas, On 07/16/2012 12:42 PM, Thomas Gleixner wrote: Provide a generic interface for setting up and tearing down percpu threads. On registration the threads for already online cpus are created and started. On

Re: [Patch 3/7] smpboot: Provide infrastructure for percpu hotplug threads

2012-09-19 Thread Sasha Levin
Hi Thomas, On 07/16/2012 12:42 PM, Thomas Gleixner wrote: > Provide a generic interface for setting up and tearing down percpu > threads. > > On registration the threads for already online cpus are created and > started. On deregistration (modules) the threads are stoppped. > > During hotplug

Re: [Patch 3/7] smpboot: Provide infrastructure for percpu hotplug threads

2012-09-19 Thread Sasha Levin
Hi Thomas, On 07/16/2012 12:42 PM, Thomas Gleixner wrote: Provide a generic interface for setting up and tearing down percpu threads. On registration the threads for already online cpus are created and started. On deregistration (modules) the threads are stoppped. During hotplug

Re: [Patch 3/7] smpboot: Provide infrastructure for percpu hotplug threads

2012-07-21 Thread Srivatsa S. Bhat
On 07/21/2012 02:56 PM, Srivatsa S. Bhat wrote: > On 07/16/2012 04:12 PM, Thomas Gleixner wrote: >> Provide a generic interface for setting up and tearing down percpu >> threads. >> >> On registration the threads for already online cpus are created and >> started. On deregistration (modules) the

Re: [Patch 3/7] smpboot: Provide infrastructure for percpu hotplug threads

2012-07-21 Thread Paul E. McKenney
On Mon, Jul 16, 2012 at 10:42:36AM -, Thomas Gleixner wrote: > Provide a generic interface for setting up and tearing down percpu > threads. > > On registration the threads for already online cpus are created and > started. On deregistration (modules) the threads are stoppped. > > During

Re: [Patch 3/7] smpboot: Provide infrastructure for percpu hotplug threads

2012-07-21 Thread Srivatsa S. Bhat
On 07/16/2012 04:12 PM, Thomas Gleixner wrote: > Provide a generic interface for setting up and tearing down percpu > threads. > > On registration the threads for already online cpus are created and > started. On deregistration (modules) the threads are stoppped. > > During hotplug operations

Re: [Patch 3/7] smpboot: Provide infrastructure for percpu hotplug threads

2012-07-21 Thread Srivatsa S. Bhat
On 07/16/2012 04:12 PM, Thomas Gleixner wrote: Provide a generic interface for setting up and tearing down percpu threads. On registration the threads for already online cpus are created and started. On deregistration (modules) the threads are stoppped. During hotplug operations the

Re: [Patch 3/7] smpboot: Provide infrastructure for percpu hotplug threads

2012-07-21 Thread Paul E. McKenney
On Mon, Jul 16, 2012 at 10:42:36AM -, Thomas Gleixner wrote: Provide a generic interface for setting up and tearing down percpu threads. On registration the threads for already online cpus are created and started. On deregistration (modules) the threads are stoppped. During hotplug

Re: [Patch 3/7] smpboot: Provide infrastructure for percpu hotplug threads

2012-07-21 Thread Srivatsa S. Bhat
On 07/21/2012 02:56 PM, Srivatsa S. Bhat wrote: On 07/16/2012 04:12 PM, Thomas Gleixner wrote: Provide a generic interface for setting up and tearing down percpu threads. On registration the threads for already online cpus are created and started. On deregistration (modules) the threads are

[Patch 3/7] smpboot: Provide infrastructure for percpu hotplug threads

2012-07-16 Thread Thomas Gleixner
Provide a generic interface for setting up and tearing down percpu threads. On registration the threads for already online cpus are created and started. On deregistration (modules) the threads are stoppped. During hotplug operations the threads are created, started, parked and unparked. The

[Patch 3/7] smpboot: Provide infrastructure for percpu hotplug threads

2012-07-16 Thread Thomas Gleixner
Provide a generic interface for setting up and tearing down percpu threads. On registration the threads for already online cpus are created and started. On deregistration (modules) the threads are stoppped. During hotplug operations the threads are created, started, parked and unparked. The