From owner-freebsd-ports@FreeBSD.ORG Wed May 22 12:47:52 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 03517442 for ; Wed, 22 May 2013 12:47:52 +0000 (UTC) (envelope-from oritm@mellanox.com) Received: from eu1sys200aog123.obsmtp.com (eu1sys200aog123.obsmtp.com [207.126.144.155]) by mx1.freebsd.org (Postfix) with ESMTP id 3EE14BDA for ; Wed, 22 May 2013 12:47:50 +0000 (UTC) Received: from MTLCAS02.mtl.com ([193.47.165.155]) (using TLSv1) by eu1sys200aob123.postini.com ([207.126.147.11]) with SMTP ID DSNKUZy+dsTz74CES0AUv8oWa0eiWb1MCKJm@postini.com; Wed, 22 May 2013 12:47:51 UTC Received: from MTLDAG01.mtl.com ([10.0.8.75]) by MTLCAS02.mtl.com ([10.0.8.72]) with mapi id 14.03.0123.003; Wed, 22 May 2013 15:37:37 +0300 From: Orit Moskovich To: "freebsd-ports@freebsd.org" Subject: softirq and tasklets Thread-Topic: softirq and tasklets Thread-Index: Ac5W6FIhFkc4uyROSbGkzA5KJ1qMJw== Date: Wed, 22 May 2013 12:37:37 +0000 Message-ID: <981733489AB3BD4DB24B48340F53E0A55B0D3CB1@MTLDAG01.mtl.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.0.13.1] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 May 2013 12:47:52 -0000 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 f= ilter routine or interrupt thread defined in bus_setup_intr...? Thanks, Orit Moskovich