lkml.org 
[lkml]   [2009]   [Dec]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 4/7] sched: implement force_cpus_allowed()
Hello,

On 12/07/2009 05:35 PM, Peter Zijlstra wrote:
>> * PF_THREAD_BOUND. This is used to mark tasks which are bound to a
>> cpu using kthread_bind() to be bound permanently. However, new
>> trustee based workqueue hotplugging decouples per-cpu workqueue
>> flushing with cpu hot plug/unplugging. This is necessary because
>> with cmwq, long running works can be served by regular workqueues,
>> so delaying completion of hot plug/unplugging till certain works are
>> flushed isn't feasible. So, what becomes necessary is the ability
>> to re-bind tasks which has PF_THREAD_BOUND set but unbound from its
>> now offline cpu which is coming online again.
>
> I'm not at all sure I like that. I'd be perfectly happy with delaying
> the hot-unplug.
>
> The whole cpu hotplug mess is tricky enough as it is and I see no
> compelling reason to further complicate it. If people are really going
> to enqueue strict per-cpu worklets (queue_work_on()) that takes seconds
> to complete, then they get to keep the results of that, which includes
> slow hot unplug.
>
> Having an off-line cpu still process code like it was online is asking
> for trouble, don't go there.

We're already there. Users of workqueue which require strict CPU
affinity are required to flush respective works from CPU down
notifiers and fire them as necessary on up notifiers; otherwise, works
will continue to run until they're done after the cpu went down
regardless of whether explicit queue_work_on() was used or not.

The only difference is that now the ability to create new workers is
necessary to guarantee forward progress while cpu is going down, so
it's not that different from what we're doing now.

>> Another related problem is that there's no way to monitor the cpu
>> activeness change notifications.
>
> cpu_active() is basically meant for the scheduler to not stick new tasks
> on a dying cpu.
>
> So on hot-unplug you'd want to splice your worklets to another cpu,
> except maybe those strictly enqueued to the dying cpu, and since there
> was work on the dying cpu, you already had a task processing them, so
> you don't need new tasks, right?

We need to be able to fork to guarantee forward progress at any point
which means that to guarantee flush_work() or flush_workqueue() from
cpu down notification doesn't block indefinitely, we need to be able
to create new workers after cpu_active() is clear.

Thanks.

--
tejun


\
 
 \ /
  Last update: 2009-12-07 11:37    [W:0.218 / U:0.268 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site