From owner-p4-projects@FreeBSD.ORG Fri Jun 2 10:42:29 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 23B6516A53C; Fri, 2 Jun 2006 10:42:29 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA8E16A532 for ; Fri, 2 Jun 2006 10:42:27 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A05B43D53 for ; Fri, 2 Jun 2006 10:42:24 +0000 (GMT) (envelope-from asmrookie@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so345074wxd for ; Fri, 02 Jun 2006 03:42:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W8XZJ4GnqlYLHINRWC0VpK8D25iy/qaTsxN/D7rhN5PTQHt1vW7hBnYr5JUDMAnYNrbJ3SFsxmsYHmm8m4B0JWeK7NeGxRb2OZujO9cJuf4shs97ytpfDprgXX4UEsm8UEdvHKGBfa9IV0xpbXP7soEmePK4yHDR/yiEF3ldQSs= Received: by 10.70.102.11 with SMTP id z11mr2211407wxb; Fri, 02 Jun 2006 03:42:23 -0700 (PDT) Received: by 10.70.11.2 with HTTP; Fri, 2 Jun 2006 03:42:23 -0700 (PDT) Message-ID: <3bbf2fe10606020342pdf67e45p7fee723e6cef3afd@mail.gmail.com> Date: Fri, 2 Jun 2006 12:42:23 +0200 From: "Attilio Rao" To: "M. Warner Losh" , "Hans Petter Selasky" , "John Baldwin" , kmacy@freebsd.org, perforce@freebsd.org In-Reply-To: <20060602.013225.-924278806.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200605311657.44921.jhb@freebsd.org> <200606020856.11054.hselasky@c2i.net> <20060602.013225.-924278806.imp@bsdimp.com> Cc: Subject: Re: PERFORCE change 98153 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rookie@gufi.org List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 10:42:40 -0000 2006/6/2, M. Warner Losh : > In message: <200606020856.11054.hselasky@c2i.net> > Hans Petter Selasky writes: > : On Friday 02 June 2006 02:26, Kip Macy wrote: > : > > I'd rather avoid this for now as it will have to be backed out for > : > > interrupt filters. > : > > : > I don't know anything about interrupt filters, so please let me know > : > what you have in mind. The whole of interrupt handling is far too > : > heavyweight at the moment. > : > > : > : As long as your code is not Giant locked, the standard interrupt handlers > : should not be that slow? > > They are very slow compared to a FAST interrupt handler, since there's > a full context switch :-( ... and since there's no context stealing (or, in another way, lazy scheduling for interrupt handlers is not implemented as it might be). Attilio -- Peace can only be achieved by understanding - A. Einstein