Date: Wed, 22 May 2013 23:22:14 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: Orit Moskovich <oritm@mellanox.com> Cc: "freebsd-ports@freebsd.org" <freebsd-ports@FreeBSD.org> Subject: Re: softirq and tasklets Message-ID: <519D28F6.10109@FreeBSD.org> In-Reply-To: <981733489AB3BD4DB24B48340F53E0A55B0D3CB1@MTLDAG01.mtl.com> References: <981733489AB3BD4DB24B48340F53E0A55B0D3CB1@MTLDAG01.mtl.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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. -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?519D28F6.10109>