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

2015-03-16 Thread Kevin Hilman
Frederic Weisbecker writes: > On Mon, Mar 16, 2015 at 10:12:12AM -0700, Kevin Hilman wrote: >> Lai Jiangshan writes: >> >> > On 03/14/2015 07:49 AM, Kevin Hilman wrote: [...] >> >> >> >> As I mentioned in an earlier discussion[1], I still think this could >> >> default too the housekeeping C

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

2015-03-16 Thread Frederic Weisbecker
On Mon, Mar 16, 2015 at 10:12:12AM -0700, Kevin Hilman wrote: > Lai Jiangshan writes: > > > On 03/14/2015 07:49 AM, Kevin Hilman wrote: > >> Lai Jiangshan writes: > >> > >>> From: Frederic Weisbecker > >>> > >>> Create a cpumask that limit the affinity of all unbound workqueues. > >>> This cpu

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

2015-03-16 Thread Kevin Hilman
Lai Jiangshan writes: > On 03/14/2015 07:49 AM, Kevin Hilman wrote: >> Lai Jiangshan writes: >> >>> 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 director

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

2015-03-14 Thread Lai Jiangshan
On 03/14/2015 07:49 AM, Kevin Hilman wrote: > Lai Jiangshan writes: > >> 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-leve

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

2015-03-13 Thread Kevin Hilman
Kevin Hilman writes: > Lai Jiangshan writes: > >> 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_SYSF

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

2015-03-13 Thread Kevin Hilman
Lai Jiangshan writes: > 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

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

2015-03-12 Thread Christoph Lameter
On Thu, 12 Mar 2015, Lai Jiangshan wrote: > This patch implements the basic infrastructure and the read interface. > cpumask_unbounds is initially set to cpu_possible_mask. Reviewed-by: Christoph Lameter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

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

2015-03-11 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