From owner-freebsd-current@FreeBSD.ORG Wed Mar 22 21:14:49 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4653C16A422 for ; Wed, 22 Mar 2006 21:14:49 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 096FA43D68 for ; Wed, 22 Mar 2006 21:14:48 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.12.11) with ESMTP id k2MLEmSS042365; Wed, 22 Mar 2006 13:14:48 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id k2MLEmJu042364; Wed, 22 Mar 2006 13:14:48 -0800 (PST) (envelope-from rizzo) Date: Wed, 22 Mar 2006 13:14:48 -0800 From: Luigi Rizzo To: Poul-Henning Kamp Message-ID: <20060322131448.A42341@xorpc.icir.org> References: <20060322122906.A41691@xorpc.icir.org> <11503.1143060087@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <11503.1143060087@critter.freebsd.dk>; from phk@phk.freebsd.dk on Wed, Mar 22, 2006 at 09:41:27PM +0100 Cc: current@freebsd.org Subject: Re: interesting(?) data on network interrupt servicing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2006 21:14:49 -0000 On Wed, Mar 22, 2006 at 09:41:27PM +0100, Poul-Henning Kamp wrote: > In message <20060322122906.A41691@xorpc.icir.org>, Luigi Rizzo writes: > > > if (thread) > > isrc->is_pic->pic_disable_source(isrc, PIC_EOI); > > > >I have no idea, though, why the other pic_disable_source() > >is so expensive. The 4-5k TSC ticks are approx 3us > > > >Any clues ? > > ISA bus access. yeah but this is a modern laptop with an apic, not an 8259... i don't think it has any ISA bus unless there is some strange emulation going on ? cheers luigi