From owner-freebsd-current@FreeBSD.ORG Wed Apr 13 06:08:26 2005 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 22A7816A4CE; Wed, 13 Apr 2005 06:08:26 +0000 (GMT) Received: from hex.athame.co.uk (guru164.netsonic.fi [194.29.193.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AE7243D1F; Wed, 13 Apr 2005 06:08:25 +0000 (GMT) (envelope-from andy@athame.co.uk) Received: from hex.int.athame.co.uk ([192.168.1.1] helo=localhost) by hex.athame.co.uk with esmtp (Exim 4.50 (FreeBSD)) id 1DLb32-000JNM-0h; Wed, 13 Apr 2005 09:08:24 +0300 From: Andy Fawcett To: freebsd-current@freebsd.org Date: Wed, 13 Apr 2005 09:08:18 +0300 User-Agent: KMail/1.8 References: <20050413032631.53069.qmail@web54006.mail.yahoo.com> In-Reply-To: <20050413032631.53069.qmail@web54006.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504130908.20519.andy@athame.co.uk> cc: Rob Subject: Re: xl(4) & polling 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: Wed, 13 Apr 2005 06:08:26 -0000 On Wednesday 13 April 2005 06:26, Rob wrote: > --- Ruslan Ermilov wrote: > >> On Sun, Apr 10, 2005 at 09:16:44PM -0700, Rob > > wrote: > >>>> Will it also go into RELENG_5, after the 5.4 > >>>> release? > >> > >> Yes, probably. After I hear more reports of > >> success. > >> The HEAD sources can be used on RELENG_5 to test > >> the functionality. > > While you're at it: > > Since applying your patch I have been watching > carefully the network traffic over my xl LAN cards. > > So far so good; however, I noticed today following > lines in my dmesg.today file: > > xl1: transmission error: 90 > xl1: tx underrun, increasing tx start threshold > to 120 bytes FWIW, I see these on my firewall box with a pair of xl cards, even without the polling patch. They've been showing up on and off since about 5.3-RELEASE, and usually only during the first day after a reboot. A.