softirq and tasklets

2013-05-22 Thread Orit Moskovich
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

Re: softirq and tasklets

2013-05-22 Thread Andriy Gapon
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

Re: softirq and tasklets

2013-05-22 Thread Michael Gmelin
On Wed, 22 May 2013 23:22:14 +0300 Andriy Gapon a...@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

RE: softirq and tasklets

2013-05-22 Thread Orit Moskovich
You're right! My bad :) -Original Message- From: Andriy Gapon [mailto:a...@freebsd.org] Sent: Wednesday, May 22, 2013 11:23 PM To: Orit Moskovich Cc: freebsd-ports@freebsd.org Subject: Re: softirq and tasklets on 22/05/2013 15:37 Orit Moskovich said the following: Hi