Re: [PATCH 2/3 V8] workqueue: Create low-level unbound workqueues cpumask

2015-04-27 Thread Tejun Heo
On Mon, Apr 27, 2015 at 05:58:39PM +0800, Lai Jiangshan wrote: > From: Frederic Weisbecker > > Create a cpumask that limit the affinity of all unbound workqueues. > This cpumask is controlled though a file at the root of the workqueue > sysfs directory. > > It works on a lower-level than the per

[PATCH 2/3 V8] workqueue: Create low-level unbound workqueues cpumask

2015-04-27 Thread Lai Jiangshan
From: Frederic Weisbecker Create a cpumask that limit the affinity of all unbound workqueues. This cpumask is controlled though a file at the root of the workqueue sysfs directory. It works on a lower-level than the per WQ_SYSFS workqueues cpumask files such that the effective cpumask applied fo