From owner-freebsd-arch Tue Dec 18 22:21:13 2001 Delivered-To: freebsd-arch@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 5D66F37B405 for ; Tue, 18 Dec 2001 22:21:08 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id RAA02452; Wed, 19 Dec 2001 17:20:50 +1100 Date: Wed, 19 Dec 2001 17:22:10 +1100 (EST) From: Bruce Evans X-X-Sender: To: Luigi Rizzo Cc: Jonathan Lemon , Subject: Re: swi_net In-Reply-To: <20011218134149.A89299@iguana.aciri.org> Message-ID: <20011219171202.W6928-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 18 Dec 2001, Luigi Rizzo wrote: > > I'm planning on revising swi_net so that it is possible to run all > > network processing under the device interrupt instead of deferring > > things to a netisr(). This also has the advantage of eliminating all > > The thing is, some processing can be quite long (e.g. IPSec, very > long ipfw rulesets, multicast when you have a large number of > sockets trying to fetch the packet, etc.), so it is not 100% > desirable having it run in interrupt context. Netisrs exist because it was 100% undesirable on old, slow machines, but it isn't a problem now that machines are infinitely fast ;-). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message