lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 16 Aug 2013 10:44:03 -0400
From:	Tejun Heo <tj@...nel.org>
To:	Libin <huawei.libin@...wei.com>
Cc:	linux-kernel@...r.kernel.org, guohanjun@...wei.com,
	wangyijing@...wei.com
Subject: Re: [PATCH] workqueue: Comment correction in file header

Hello, Libin.

On Fri, Aug 16, 2013 at 01:32:44PM +0800, Libin wrote:
>   * This is the generic async execution mechanism.  Work items as are
>   * executed in process context.  The worker pool is shared and
> - * automatically managed.  There is one worker pool for each CPU and
> - * one extra for works which are better served by workers which are
> + * automatically managed.  There are two worker pools for each CPU(one
> + * for normal work items and the other for high priority ones) and
> + * two extra for works which are better served by workers which are

For unbound workqueues, the number of backing pools is dynamic.
Unbound workqueue can be assigned custom attributes using
apply_workqueue_attrs() and workqueue will automatically create
backing worker pools matching the attributes.

Can you please update this and the doc update patch accordingly?

Thanks.

-- 
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ