Re: [PATCH] workqueue: Comment correction in file header

From: Tejun Heo
Date: Fri Aug 16 2013 - 10:44:20 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/