From owner-freebsd-arch@FreeBSD.ORG Mon Aug 30 23:54:59 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B8E716A4CE for ; Mon, 30 Aug 2004 23:54:59 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7E2B43D2F for ; Mon, 30 Aug 2004 23:54:58 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i7UNsV2b068648; Mon, 30 Aug 2004 17:54:32 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <4133BE08.1070405@freebsd.org> Date: Mon, 30 Aug 2004 17:53:44 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stephan Uphoff References: <20040830.102606.130865377.imp@bsdimp.com> <20040830.111428.56562495.imp@bsdimp.com> <4133682D.3000403@freebsd.org> <20040830.120124.28086427.imp@bsdimp.com> <41336DC8.7080808@freebsd.org> <1093909301.61235.410.camel@palm.tree.com> In-Reply-To: <1093909301.61235.410.camel@palm.tree.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: Sam cc: freebsd-arch@freebsd.org Subject: Re: splxxx level? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 23:54:59 -0000 Stephan Uphoff wrote: > Hi, > > Disclaimer: I never developed for FreeBSD 4.X > and might be a few miles off target... > > I vaguely recall seeing that vinum issues > new strategy calls to member disks > in the context of a buffer's biodone callback. > > Because of this mixing local and network > disks in a vinum set could cause the network > disk's strategy to be called in the the > interrupt context of the local disk controller. > ( And the other way round?) > > Interesting observation, and I don't have a good answer for that. I guess for now it'll be prudent to avoid mixing subsystems like this. Scott