From owner-freebsd-current Sun Oct 7 8:20:53 2001 Delivered-To: freebsd-current@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id 7D9A637B403 for ; Sun, 7 Oct 2001 08:20:50 -0700 (PDT) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id f97FLTh32994; Sun, 7 Oct 2001 10:21:29 -0500 (CDT) (envelope-from jlemon) Date: Sun, 7 Oct 2001 10:21:29 -0500 (CDT) From: Jonathan Lemon Message-Id: <200110071521.f97FLTh32994@prism.flugsvamp.com> To: tlambert2@mindspring.com, current@freebsd.org Subject: Re: KRIS: FOR YOU TO COMMIT: soft interrupt coelescing X-Newsgroups: local.mail.freebsd-current In-Reply-To: References: Organization: Cc: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article you write: >Clearly this would also be very applicable to non-Gigabit cards, >but the only one we use is the FXP, and the FXP driver is very >poorly structured for being able to do this type of thing (I Oh, bah. The fxp clearly has the equivalent of fxp_rxeof and fxp_txeof routines, these are just inlined into the fxp_intr routine instead of being separate functions. It was all of 10 minutes work to break them out into separate functions. I did this to allow polled transmit/receive for some work in progress that will be committed soon. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message