Re: [PATCH 0/6] workqueue: simpler&better workers management synchronization

2014-04-21 Thread Tejun Heo
On Mon, Apr 21, 2014 at 09:33:40AM +0800, Lai Jiangshan wrote: > On 04/12/2014 06:50 PM, Lai Jiangshan wrote: > > Sorry, > > the cover letter was forgotten to send to LKML. > > Hi, Tejun > > Any comments about the patchset. > (general comments, high level comments) Haven't really looked at them

Re: [PATCH 0/6] workqueue: simpler&better workers management synchronization

2014-04-20 Thread Lai Jiangshan
On 04/12/2014 06:50 PM, Lai Jiangshan wrote: > Sorry, > the cover letter was forgotten to send to LKML. Hi, Tejun Any comments about the patchset. (general comments, high level comments) Thanks. Lai > > On 04/12/2014 06:45 PM, Lai Jiangshan wrote: >> Each patches remove codes! >> >> Patch1&2 a

Re: [PATCH 0/6] workqueue: simpler&better workers management synchronization

2014-04-12 Thread Lai Jiangshan
Sorry, the cover letter was forgotten to send to LKML. On 04/12/2014 06:45 PM, Lai Jiangshan wrote: > Each patches remove codes! > > Patch1&2 are the basic patches. They add a *united* mechanism for managing > percpu pools' workers' & unbound pools' workers' & rescuers' CPUMASK. > > Patch1&4 mak