[<prev] [next>] [day] [month] [year] [list]
Message-ID: <9a0aa30d0910231635p7a692089vb92d2b35051c23ae@mail.gmail.com>
Date: Fri, 23 Oct 2009 16:35:14 -0700
From: T D <td.lkml@...il.com>
To: linux-kernel@...r.kernel.org
Subject: scheduling tasklets on remote cpu
Hello!
[This is my first post to LKML. If this isn't the right list for my
questions, can someone pl. point me to an appropriate list? Thanks.]
I've couple of questions wrt tasklets on an SMP system and the 2.6.30
kernel and would appreciate some clarifications.
1. When a top half schedules a tasklet to take care of deferred
processing, is it possible to schedule the tasklet to run on a
different cpu (than the one that handled the top half)? I looked up
softirq.c and don't see any such api for tasklets, although there is
one for softirq's.
2. Also, would there be any issues with a simple api that took the
specified tasklet from one CPU's tasklet queue/vector and moved it to
another CPU's queue?
Thanks!
--
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