From owner-freebsd-current@FreeBSD.ORG Sat Oct 11 02:25:58 2003 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 7A67916A4BF for ; Sat, 11 Oct 2003 02:25:58 -0700 (PDT) Received: from c211-28-27-130.belrs2.nsw.optusnet.com.au (c211-28-27-130.belrs2.nsw.optusnet.com.au [211.28.27.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id F233B43FB1 for ; Sat, 11 Oct 2003 02:25:55 -0700 (PDT) (envelope-from peterjeremy@optushome.com.au) Received: from server.c211-28-27-130.belrs2.nsw.optusnet.com.au (localhost.c211-28-27-130.belrs2.nsw.optusnet.com.au [127.0.0.1]) ESMTP id h9B9Prdb014456; Sat, 11 Oct 2003 19:25:53 +1000 (EST) peter@server.c211-28-27-130.belrs2.nsw.optusnet.com.au) Received: (from peter@localhost) (8.12.9p1/8.12.9/Submit) id h9B9PqKg014278; Sat, 11 Oct 2003 19:25:52 +1000 (EST) (envelope-from peter) Date: Sat, 11 Oct 2003 19:25:52 +1000 From: Peter Jeremy To: Terry Lambert Message-ID: <20031011092552.GG75796@server.c211-28-27-130.belrs2.nsw.optusnet.com.au> References: <12974590.1065819295600.JavaMail.root@wamui06.slb.atl.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <12974590.1065819295600.JavaMail.root@wamui06.slb.atl.earthlink.net> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: Why is em nic generating 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: Sat, 11 Oct 2003 09:25:58 -0000 On Fri, Oct 10, 2003 at 12:54:55PM -0800, Terry Lambert wrote: >If your FXP is not generating any interrupts at all, i think that the polling >code in it is probably broken. Is the polling code in -current different to that in -stable? I have a system running 4.6-STABLE (or so) with DEVICE_POLLING and turning kern.polling.enable on/off makes the fxp interrupt count go from 0 to several thousand/sec. The system is primarily routing packets thru various dummynet pipes and natd and is not heavily loaded. Peter