Re: [PATCH 5/6] workqueue: Allow modifying low level unbound workqueue cpumask

2014-05-13 Thread Frederic Weisbecker
On Thu, May 08, 2014 at 09:22:51PM +0800, Lai Jiangshan wrote: > On Thu, May 8, 2014 at 12:37 AM, Frederic Weisbecker > wrote: > > Allow to modify the low-level unbound workqueues cpumask through > > sysfs. This is performed by traversing the entire workqueue list > > and calling apply_workqueue_

Re: [PATCH 5/6] workqueue: Allow modifying low level unbound workqueue cpumask

2014-05-08 Thread Lai Jiangshan
On Thu, May 8, 2014 at 12:37 AM, Frederic Weisbecker wrote: > Allow to modify the low-level unbound workqueues cpumask through > sysfs. This is performed by traversing the entire workqueue list > and calling apply_workqueue_attrs() on the unbound workqueues. > > Cc: Christoph Lameter > Cc: Kevin

[PATCH 5/6] workqueue: Allow modifying low level unbound workqueue cpumask

2014-05-07 Thread Frederic Weisbecker
Allow to modify the low-level unbound workqueues cpumask through sysfs. This is performed by traversing the entire workqueue list and calling apply_workqueue_attrs() on the unbound workqueues. Cc: Christoph Lameter Cc: Kevin Hilman Cc: Lai Jiangshan Cc: Mike Galbraith Cc: Paul E. McKenney Cc: