From owner-freebsd-current@FreeBSD.ORG Wed Feb 13 03:46:49 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD48116A420 for ; Wed, 13 Feb 2008 03:46:49 +0000 (UTC) (envelope-from randy@psg.com) Received: from psg.com (psg.com [IPv6:2001:418:1::62]) by mx1.freebsd.org (Postfix) with ESMTP id B490C13C4D1 for ; Wed, 13 Feb 2008 03:46:49 +0000 (UTC) (envelope-from randy@psg.com) Received: from [210.138.216.50] (helo=[192.168.0.10]) by psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JP8a5-0006lX-Vw; Wed, 13 Feb 2008 03:46:47 +0000 Message-ID: <47B2681D.3010602@psg.com> Date: Wed, 13 Feb 2008 12:46:37 +0900 From: Randy Bush User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Pyun YongHyeon References: <47B1B627.6010700@psg.com> <20080213033225.GB11251@cdnetworks.co.kr> In-Reply-To: <20080213033225.GB11251@cdnetworks.co.kr> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -102.3 (---------------------------------------------------) Cc: FreeBSD Current Subject: Re: fxp suddenly taking errors X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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 Feb 2008 03:46:49 -0000 >> Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll >> fxp0 1500 00:30:48:51:c8:5e 1277 50 977 0 0 >> fxp0 1500 147.28.0.0/24 147.28.0.31 1137 - 982 > AFAIK if_ierrors in fxp(4) comes from hardware statistics > counters via DMA. So I guess it's real inbound error( > e.g. CRC, alignment error, Rx overrun etc) no errors before reboot > How about checking speed/duplex mismatches against link partner? already did that one. randy