From owner-freebsd-current@FreeBSD.ORG Wed Mar 22 21:19:13 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 E759F16A42B for ; Wed, 22 Mar 2006 21:19:13 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from pasmtp.tele.dk (pasmtp.tele.dk [193.162.159.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73DFE43D8B for ; Wed, 22 Mar 2006 21:18:49 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (0x535c0e2a.sgnxx1.adsl-dhcp.tele.dk [83.92.14.42]) by pasmtp.tele.dk (Postfix) with ESMTP id 2A1061EC31E; Wed, 22 Mar 2006 22:18:48 +0100 (CET) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.4/8.13.4) with ESMTP id k2MLIiT2011681; Wed, 22 Mar 2006 22:18:44 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Luigi Rizzo From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 22 Mar 2006 13:14:48 PST." <20060322131448.A42341@xorpc.icir.org> Date: Wed, 22 Mar 2006 22:18:44 +0100 Message-ID: <11680.1143062324@critter.freebsd.dk> Sender: phk@critter.freebsd.dk 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:19:14 -0000 In message <20060322131448.A42341@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 ? There is, how else would it boot MS-DOS ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.