Re: [PATCHSET] workqueue: concurrency managed workqueue, take#4

From: Tejun Heo
Date: Fri Mar 12 2010 - 00:01:24 EST


Hello,

On 03/10/2010 11:52 PM, David Howells wrote:
> * queue_work - queue work on a workqueue
> * @wq: workqueue to use
> * @work: work to queue
> *
> * Returns 0 if @work was already on a queue, non-zero otherwise.
> *
> * We queue the work to the CPU on which it was submitted, but if the CPU dies
> * it can be processed by another CPU.
>
> So when a work item is running on a CPU, any work items it queues (including
> requeueing itself) will be queued upon that CPU for attention only by that CPU
> (assuming that CPU doesn't get pulled out)?

Yes, that's the one of the characteristics of workqueue. For IO bound
stuff, it usually is a plus.

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/