From owner-freebsd-current@FreeBSD.ORG Sun Mar 7 15:19:02 2004 Return-Path: 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 DA66916A4CE for ; Sun, 7 Mar 2004 15:19:02 -0800 (PST) Received: from mail015.syd.optusnet.com.au (mail015.syd.optusnet.com.au [211.29.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCBAA43D2F for ; Sun, 7 Mar 2004 15:19:01 -0800 (PST) (envelope-from tfrank@optushome.com.au) Received: from marvin.home.local (c211-28-241-126.eburwd5.vic.optusnet.com.au [211.28.241.126])i27NJ0L28951; Mon, 8 Mar 2004 10:19:00 +1100 Received: by marvin.home.local (Postfix, from userid 1001) id D159B1FBA6; Mon, 8 Mar 2004 10:18:59 +1100 (EST) Date: Mon, 8 Mar 2004 10:18:59 +1100 From: Tony Frank To: Julian Message-ID: <20040307231859.GA95924@marvin.home.local> References: <86smgktjzk.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86smgktjzk.fsf@web.de> User-Agent: Mutt/1.4.2.1i cc: current@freebsd.org Subject: Re: fxp0 generating lots of interrupts X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 07 Mar 2004 23:19:03 -0000 Hi there, On Sun, Mar 07, 2004 at 10:39:27PM +0100, Julian wrote: > I just replaced my old network adaptor with another one and noticed > that vmstat reports lots of interrupts: > > vmstat -i | grep fxp > irq11: fxp0 1532367 394 > > Is this "normal"? I guess that depends what you consider to be 'lots'? If you are using device polling, then I expect the interrupts to be quite high. If you are not using the interface for any network traffic and it is a quiet network (ie not much broadcast traffic) then I expect the volume to be high. If you are using the network actively the volume could be totally normal. What makes you think you have 'lots' of interupts as opposed to 'normal level' ? Regards, Tony