From: Tejun Heo <tj@kernel.org>
To: Libin <huawei.libin@huawei.com>
Cc: linux-kernel@vger.kernel.org, guohanjun@huawei.com,
wangyijing@huawei.com
Subject: Re: [PATCH] workqueue: Comment correction in file header
Date: Fri, 16 Aug 2013 10:44:03 -0400 [thread overview]
Message-ID: <20130816144403.GA2505@htj.dyndns.org> (raw)
In-Reply-To: <1376631164-11836-1-git-send-email-huawei.libin@huawei.com>
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
prev parent reply other threads:[~2013-08-16 14:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-16 5:32 [PATCH] workqueue: Comment correction in file header Libin
2013-08-16 14:44 ` Tejun Heo [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130816144403.GA2505@htj.dyndns.org \
--to=tj@kernel.org \
--cc=guohanjun@huawei.com \
--cc=huawei.libin@huawei.com \
--cc=linux-kernel@vger.kernel.org \
--cc=wangyijing@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox