From owner-freebsd-current@FreeBSD.ORG Thu Apr 17 02:23:21 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 4B7CE1065670 for ; Thu, 17 Apr 2008 02:23:21 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id 13D748FC1A for ; Thu, 17 Apr 2008 02:23:20 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so2674790wfa.7 for ; Wed, 16 Apr 2008 19:23:20 -0700 (PDT) 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=u9wB0Y9nPb5/heMhMtnmGzyqgTVsFyeCP+E6Ai5zJLY=; b=qSIMx5I3pLNxa4kMFdS77cabMG8i/MbeazTvnHpXTL2zTFLJuxttHzHfeVd2O5x3vEtbNl4AyXYEABfcNkGwPbUpuNJktHSEiJsRS/YIkEkcPsM7VfwLDGnthCYYQDJTl15t1Tpyes/0JXEjfoBr1wBvy4avT2uVmtyLd5H+Isc= 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=Lm7h8ZoncKjBUw0S2KRJqVwVS1cAjAqFY6OgNlJ81NHs5Pe0tRYfzMHG3Ape93xZxCVolOzzXKeEqRS1V8n9GIYmEYJb3b9S45BMNntA4MEmahlQj26N5RSR/T8R4fup9aP80O46wWmn0pCkeLZuZeXd74apbyVXyFWyjdDCwY0= Received: by 10.142.70.21 with SMTP id s21mr229930wfa.240.1208399000584; Wed, 16 Apr 2008 19:23:20 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id 30sm19088246wfd.19.2008.04.16.19.23.17 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Apr 2008 19:23:19 -0700 (PDT) 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 m3H2NEa1028966 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 17 Apr 2008 11:23:14 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m3H2ND7x028965; Thu, 17 Apr 2008 11:23:13 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Thu, 17 Apr 2008 11:23:13 +0900 From: Pyun YongHyeon To: "Aryeh M. Friedman" Message-ID: <20080417022313.GD28522@cdnetworks.co.kr> References: <4805A16B.6070502@gmail.com> <20080417010319.GB28522@cdnetworks.co.kr> <4806B28F.3040504@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4806B28F.3040504@gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: strange error in latest re(4) update 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: Thu, 17 Apr 2008 02:23:21 -0000 On Wed, Apr 16, 2008 at 10:14:39PM -0400, Aryeh M. Friedman wrote: > Pyun YongHyeon wrote: > >On Wed, Apr 16, 2008 at 02:49:15AM -0400, Aryeh M. Friedman wrote: > > > on -current (AMD64): > > > > > > This is after some uptime and moderate load > > > > > > flosoft# ping 192.168.2.1 > > > PING 192.168.2.1 (192.168.2.1): 56 data bytes > > > ping: sendto: No buffer space available > > > > > > Hardware (MSI Neo-F Mobo): > > > > > > re0: port 0xe800-0xe8ff mem > > > 0xfebff000-0xfebfffff irq 17 at device 0.0 on pci4 > > > miibus0: on re0 > > > rgephy0: PHY 1 on miibus0 > > > rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, > > > 1000baseT-FDX, auto > > > re0: Ethernet address: 00:19:db:b5:f8:0f > > > re0: [FILTER] > > > > > > > > > >What if_re.c revision you have? > > > > Problem appeared on 1.113 but since upgrading to 1.114 seems to have > gone away... > Yes, if_re.c rev 1.114 should fix the ENOBUFS issue. -- Regards, Pyun YongHyeon