From owner-freebsd-current@FreeBSD.ORG Thu Mar 23 02:16:05 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 474B916A400 for ; Thu, 23 Mar 2006 02:16:05 +0000 (UTC) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DE8C43D55 for ; Thu, 23 Mar 2006 02:16:04 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.23.146]) ([10.251.23.146]) by a50.ironport.com with ESMTP; 22 Mar 2006 18:16:06 -0800 Message-ID: <442204E3.6090305@elischer.org> Date: Wed, 22 Mar 2006 18:16:03 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.11) Gecko/20050727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Paolo Pisati References: <20060322122906.A41691@xorpc.icir.org> <20060323001555.GA1811@tin.it> In-Reply-To: <20060323001555.GA1811@tin.it> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Luigi Rizzo , 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: Thu, 23 Mar 2006 02:16:05 -0000 Paolo Pisati wrote: >On Wed, Mar 22, 2006 at 12:29:06PM -0800, Luigi Rizzo wrote: > > >>Paolo should follow up in the next days with graphs and more data. >> >> > >Here are graphs and data: > >http://mercurio.sm.dsi.unimi.it/~pisati/ > >and here is a tarball with all images, data and patches: > >http://mercurio.sm.dsi.unimi.it/~pisati/interrupt.tgz > > > Interesting that the timespent actually in the driver is similar. jus that there is a constant extra 10000 units of overhead for every interrupt at the lower levels before it gets to the driver..