public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 V8] workqueue: Introduce low-level unbound wq sysfs cpumask
@ 2015-04-27  9:58 Lai Jiangshan
  2015-04-27  9:58 ` [PATCH 1/3 V8] workqueue: split apply_workqueue_attrs() into 3 stages Lai Jiangshan
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Lai Jiangshan @ 2015-04-27  9:58 UTC (permalink / raw)
  To: linux-kernel
  Cc: Lai Jiangshan, Christoph Lameter, Kevin Hilman, Mike Galbraith,
	Paul E. McKenney, Tejun Heo, Viresh Kumar, Frederic Weisbecker

The patchset is based on 4.1-rc1. And only the [PATCH 3/3]
is changed:

 1) Rename again. wq_unbound_global_cpumask -> wq_unbound_cpumask
    workqueue_set_unbound_global_cpumask() -> workqueue_set_unbound_cpumask()

 2) the code sets the wq_unbound_cpumask at first before applying it to
    all the wqs. It simplifies the code where it is applied to the wqs.

 3) When the user configured cpumask doesn't overlap with the low
    level cpumask, the V7 patchset forced the per-node pwqs use
    the default pwq and caused some complications. This patch
    just uses the default pwq's attrs to calculate the per-nodes' attrs
    and avoid introducing any branch or special handling.

Frederic Weisbecker (1):
  workqueue: Create low-level unbound workqueues cpumask

Lai Jiangshan (2):
  workqueue: split apply_workqueue_attrs() into 3 stages
  workqueue: Allow modifying low level unbound workqueue cpumask

Cc: Christoph Lameter <cl@linux.com>
Cc: Kevin Hilman <khilman@linaro.org>
Cc: Lai Jiangshan <laijs@cn.fujitsu.com>
Cc: Mike Galbraith <bitbucket@online.de>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Tejun Heo <tj@kernel.org>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>

 include/linux/workqueue.h |   1 +
 kernel/workqueue.c        | 343 ++++++++++++++++++++++++++++++++++------------
 2 files changed, 253 insertions(+), 91 deletions(-)

-- 
2.1.0


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-04-30  9:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27  9:58 [PATCH 0/3 V8] workqueue: Introduce low-level unbound wq sysfs cpumask Lai Jiangshan
2015-04-27  9:58 ` [PATCH 1/3 V8] workqueue: split apply_workqueue_attrs() into 3 stages Lai Jiangshan
2015-04-27  9:58 ` [PATCH 2/3 V8] workqueue: Create low-level unbound workqueues cpumask Lai Jiangshan
2015-04-27 15:45   ` Tejun Heo
2015-04-27  9:58 ` [PATCH 3/3 V8] workqueue: Allow modifying low level unbound workqueue cpumask Lai Jiangshan
2015-04-27 16:07   ` Tejun Heo
2015-04-28  1:44     ` Lai Jiangshan
2015-04-28  2:24       ` Lai Jiangshan
2015-04-28  3:49         ` Tejun Heo
2015-04-28 10:16           ` Lai Jiangshan
2015-04-30  9:23             ` Lai Jiangshan
2015-04-28  3:44       ` Tejun Heo
2015-04-28  4:36         ` Mike Galbraith
2015-04-28 10:31           ` Lai Jiangshan
2015-04-28 12:15             ` Mike Galbraith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox