From owner-freebsd-net@FreeBSD.ORG Sat Oct 4 16:10:17 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15EC516A4B3 for ; Sat, 4 Oct 2003 16:10:17 -0700 (PDT) Received: from jchurch.neville-neil.com (jchurch.neville-neil.com [209.157.133.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FC9E43FD7 for ; Sat, 4 Oct 2003 16:10:16 -0700 (PDT) (envelope-from gnn@neville-neil.com) Received: from jchurch.neville-neil.com.neville-neil.com (localhost [127.0.0.1])h94NAFTC040488 for ; Sat, 4 Oct 2003 16:10:15 -0700 (PDT) (envelope-from gnn@neville-neil.com) Date: Sat, 04 Oct 2003 16:10:15 -0700 Message-ID: <87u16o8uqw.wl@jchurch.neville-neil.com.neville-neil.com> From: "George V. Neville-Neil" To: freebsd-net@freebsd.org User-Agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharajing=FE-mae?=) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Subject: Another question on netisr processing. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2003 23:10:17 -0000 So I did find the default setting for netisr to defer processing to swi_net but this brings up another question. Are all the locks in the network stacks of a type that could be used correctly at interrupt conext if we wished to do that? Thanks, George