softirq and tasklets

Michael Gmelin freebsd at grem.de
Wed May 22 22:00:43 UTC 2013


On Wed, 22 May 2013 23:22:14 +0300
Andriy Gapon <avg at FreeBSD.org> wrote:

> on 22/05/2013 15:37 Orit Moskovich said the following:
> > Hi,
> > 
> > Is there an equivalent concept for Linux softirq and tasklets in
> > FreeBSD? If not, what will be the "closest" way to implement them?
> > With the takqueue taskqueue_swi which executes its tasks in the
> > context of an interrupt? A filter routine or interrupt thread
> > defined in bus_setup_intr...?
> 
> This is an odd mailing list for the question.
> 
> 

Not necessarily, maybe he's porting an existing Linux project that
makes use of these features (like epoll => kqueue).

-- 
Michael Gmelin


More information about the freebsd-ports mailing list