From owner-freebsd-net@FreeBSD.ORG  Fri Jan 26 07:59:22 2007
Return-Path: <owner-freebsd-net@FreeBSD.ORG>
X-Original-To: freebsd-net@freebsd.org
Delivered-To: freebsd-net@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id DEC3116A401
	for <freebsd-net@freebsd.org>; Fri, 26 Jan 2007 07:59:22 +0000 (UTC)
	(envelope-from r.gruyters@yirdis.nl)
Received: from mail.yirdis.nl (82-148-208-109.fiber.unet.nl [82.148.208.109])
	by mx1.freebsd.org (Postfix) with ESMTP id 75D9C13C483
	for <freebsd-net@freebsd.org>; Fri, 26 Jan 2007 07:59:21 +0000 (UTC)
	(envelope-from r.gruyters@yirdis.nl)
Received: from server.yirdis.net (localhost [127.0.0.1])
	by mail.yirdis.nl (8.13.6/8.13.6) with ESMTP id l0Q7xJZC028161
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Fri, 26 Jan 2007 08:59:19 +0100 (CET)
	(envelope-from r.gruyters@yirdis.nl)
Received: (from www@localhost)
	by server.yirdis.net (8.13.6/8.13.6/Submit) id l0Q7xI12028160;
	Fri, 26 Jan 2007 08:59:18 +0100 (CET)
	(envelope-from r.gruyters@yirdis.nl)
X-Authentication-Warning: server.yirdis.net: www set sender to
	r.gruyters@yirdis.nl using -f
Received: from hp-xw4100-01.yirdis.nl (hp-xw4100-01.yirdis.nl [10.8.0.27])
	by webmail.yirdis.nl (Horde MIME library) with HTTP; Fri, 26 Jan 2007
	08:59:18 +0100
Message-ID: <20070126085918.710xjsopz48kso4w@webmail.yirdis.nl>
Date: Fri, 26 Jan 2007 08:59:18 +0100
From: Robin Gruyters <r.gruyters@yirdis.nl>
To: Bruce Evans <bde@zeta.org.au>
References: <20070125170532.c9c2374hkwk4oc4k@server.yirdis.net>
	<20070126141754.X7697@besplex.bde.org>
In-Reply-To: <20070126141754.X7697@besplex.bde.org>
MIME-Version: 1.0
Content-Type: text/plain;
	charset=ISO-8859-1;
	DelSp="Yes";
	format="flowed"
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
User-Agent: Internet Messaging Program (IMP) H3 (4.1.1) / FreeBSD-5.4
X-Virus-Scanned: OK
Cc: freebsd-net@freebsd.org
Subject: Re: [Fwd: Re: bge Ierr rate increase from 5.3R -> 6.1R]
X-BeenThere: freebsd-net@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Networking and TCP/IP with FreeBSD <freebsd-net.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>,
	<mailto:freebsd-net-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-net>
List-Post: <mailto:freebsd-net@freebsd.org>
List-Help: <mailto:freebsd-net-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>,
	<mailto:freebsd-net-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 26 Jan 2007 07:59:22 -0000

Quoting Bruce Evans <bde@zeta.org.au>:

> On Thu, 25 Jan 2007, Robin Gruyters wrote:
>
>> On 13-Jan-2007 Oleg Bulyzhin wrote:
>>>
>>>> Could you please test attached patch? It should fix ierrs issue and
>>> should not
>>>> break link events (would be fine to test it: unplug/plug cable, try
>>> to change
>>>> media with ifconfig, change media on other end of wire).
>>
>> Just wondering will this patch/update be available for RELENG_6? I  =20
>> have the same problems here with 3 of our servers.
>> ...
>> And here the netstat interface statistics:
>> [...]
>> Name    Mtu Network       Address              Ipkts Ierrs    Opkts =20
>>  Oerrs Coll
>> ...
>> bge0   1500 <Link#5>      00:12:79:94:ed:12 11343768 2114510  =20
>> 20564242     0 0
>> bge1*  1500 <Link#6>      00:12:79:94:ed:11        0     0        0     0=
 0
>
> I think the bug fixed by the patch couldn't cause so many errors (unless
> Ipkts has overflowed and the uptime more than a week).
>
The server was up almost for 11 days.

[...]
  8:56AM  up 10 days, 17:13, 1 user, load averages: 0.03, 0.04, 0.02
[...]

- Robin