From owner-freebsd-current@FreeBSD.ORG Wed Feb 13 03:32:34 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 4FDF216A417 for ; Wed, 13 Feb 2008 03:32:34 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.233]) by mx1.freebsd.org (Postfix) with ESMTP id E7B1C13C44B for ; Wed, 13 Feb 2008 03:32:33 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so4836733wri.3 for ; Tue, 12 Feb 2008 19:32:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=kd0DsOpoHDsZpeeeQP05uZL03YTaf5hmf9sUuBnpsKo=; b=inMLDsE8Rt7/6dBdfqCRzSCHTj3Sx2pS7e4Mj8l8hb1MdIgHKbeu2Rp72Iza7PV9QD40Dsjf4hM2mAD4VHIbn75fU2ileeIvegaGTldrkv92Im8nii2HpAk60tbYJFZcmNBfqQaEq1pF4TIYPnX6k30dkHvTBg1Gre/e9GzClm0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=J0cxBKfAg1XDH9dqh5MiJQ3YI8UsE9mMwozVb6E5Y9vwQqjKcCx4XDNVZz4K9mTCEiUG4yJJaMG/uVRuM6NKylgj2wY4wxs73U5mFyUp4kp+4oNwo7BQTULGjsGDTDW/NENqwWXCWkxn0YbWQBGZSrCvGKESs6NS3n4n64V+9Hc= Received: by 10.142.188.4 with SMTP id l4mr1710107wff.92.1202873552146; Tue, 12 Feb 2008 19:32:32 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id 30sm1979260wff.11.2008.02.12.19.32.29 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 12 Feb 2008 19:32:31 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m1D3WQHf011924 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 13 Feb 2008 12:32:26 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m1D3WPHd011923; Wed, 13 Feb 2008 12:32:25 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Wed, 13 Feb 2008 12:32:25 +0900 From: Pyun YongHyeon To: Randy Bush Message-ID: <20080213033225.GB11251@cdnetworks.co.kr> References: <47B1B627.6010700@psg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47B1B627.6010700@psg.com> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD Current Subject: Re: fxp suddenly taking errors X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com 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:32:34 -0000 On Wed, Feb 13, 2008 at 12:07:19AM +0900, Randy Bush wrote: > anyone else suddenly having fxp problems > > rebooted after a new kernel and > > rip1.psg.com:/root# netstat -in > 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 > - - > > on what was a problem free interface before th enew build. > 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) How about checking speed/duplex mismatches against link partner? -- Regards, Pyun YongHyeon