From owner-freebsd-stable@FreeBSD.ORG Fri Feb 13 10:21:09 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E18D71065688 for ; Fri, 13 Feb 2009 10:21:09 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id AC3D58FC29 for ; Fri, 13 Feb 2009 10:21:08 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id f6so687213rvb.43 for ; Fri, 13 Feb 2009 02:21:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=VjA9r3z41zCDXv01leTcYLl8MbZCZZx7ita43JTZflY=; b=QHi7QUVBmT+z9im9oN9T9R1+1D0E0T84twZbftpqReIV5WPkfNEPyvLstV7yO83eMb ii2I6S1lK37oSr/XpI80E3XbIbuTRMbk5S7uP36t/vKXYArsjQxvds9raqcEgXciBIJ0 xXlohawu/MVoxQqWsxdKsjojs1Ad5si/HPVhA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=eyMhysNeQD/xxHdsCZFZyyvHXTL8ygISr1RNp+YijYf22fbosTN0hL6mIaj6urPXif 5lNDkEcqAbkdoAyP/KYYR3fr02ZWuUrfBwOQRUH8X8Ahx8RL47D4QvTX/yA+ebEzuD/H JiWg4XYwWILmL4PV9HlIXTuXaT9A4/avMQS8A= Received: by 10.141.128.19 with SMTP id f19mr1066818rvn.276.1234520468549; Fri, 13 Feb 2009 02:21:08 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id k2sm2436897rvb.4.2009.02.13.02.21.06 (version=SSLv3 cipher=RC4-MD5); Fri, 13 Feb 2009 02:21:07 -0800 (PST) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Fri, 13 Feb 2009 19:24:00 +0900 From: Pyun YongHyeon Date: Fri, 13 Feb 2009 19:24:00 +0900 To: Gerrit K?hn Message-ID: <20090213102400.GD12653@michelle.cdnetworks.co.kr> References: <20090204100507.5f223d9e.gerrit@pmp.uni-hannover.de> <20090204104655.GA73543@michelle.cdnetworks.co.kr> <20090205085812.b2deb1f7.gerrit@pmp.uni-hannover.de> <20090205082804.GD77461@michelle.cdnetworks.co.kr> <20090213101910.a126c14d.gerrit@pmp.uni-hannover.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090213101910.a126c14d.gerrit@pmp.uni-hannover.de> User-Agent: Mutt/1.4.2.3i Cc: stable@freebsd.org Subject: Re: fun with if_re X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2009 10:21:10 -0000 On Fri, Feb 13, 2009 at 10:19:10AM +0100, Gerrit K?hn wrote: > On Thu, 5 Feb 2009 17:28:04 +0900 Pyun YongHyeon wrote > about Re: fun with if_re: > > PY> > I did build new nanobsd images with these patches meanwhile and will > PY> > start using them today. However, as it has worked without problems > PY> > for weeks with the buggy version before, I will not be able to say > PY> > if it is really working until next month or so. Or do you know any > PY> > method to reliably > PY> > PY> That's fine. > > > I had to reboot some of the machines meanwhile and could do some further > testing. One strange thing I noticed is that the re-interfaces often do > not come up in a working state after rebooting. Strangely, I see > network traffic floating around via tcpdump, but not even ping works. > This state often goes away when playing around with the interface > (sometimes ifconfig down/up helps, sometimes disabling some of the > additional features like txc/rxc), but I cannot make out a reproducible > behaviour so far. When the interface leaves this strange state it seems to > work fine afterwards. Any clues? > Does this happen on latest if_re.c/if_rlreg.h? I guess jkim fixed this type of problem in r187483. If that have no effect please let me know.