From owner-freebsd-stable@FreeBSD.ORG Fri Feb 13 10:41:46 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 E0596106564A for ; Fri, 13 Feb 2009 10:41:46 +0000 (UTC) (envelope-from gerrit@pmp.uni-hannover.de) Received: from mrelay1.uni-hannover.de (mrelay1.uni-hannover.de [130.75.2.106]) by mx1.freebsd.org (Postfix) with ESMTP id 6A1FE8FC1F for ; Fri, 13 Feb 2009 10:41:46 +0000 (UTC) (envelope-from gerrit@pmp.uni-hannover.de) Received: from www.pmp.uni-hannover.de (www.pmp.uni-hannover.de [130.75.117.2]) by mrelay1.uni-hannover.de (8.14.2/8.14.2) with ESMTP id n1DAfh7B015146; Fri, 13 Feb 2009 11:41:45 +0100 Received: from pmp.uni-hannover.de (arc.pmp.uni-hannover.de [130.75.117.1]) by www.pmp.uni-hannover.de (Postfix) with SMTP id EEA9972; Fri, 13 Feb 2009 11:41:43 +0100 (CET) Date: Fri, 13 Feb 2009 11:41:43 +0100 From: Gerrit =?ISO-8859-1?Q?K=FChn?= To: pyunyh@gmail.com Message-Id: <20090213114143.a77f1acb.gerrit@pmp.uni-hannover.de> In-Reply-To: <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> <20090213102400.GD12653@michelle.cdnetworks.co.kr> Organization: Albert-Einstein-Institut (MPI =?ISO-8859-1?Q?f=FCr?= Gravitationsphysik & IGP =?ISO-8859-1?Q?Universit=E4t?= Hannover) X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-PMX-Version: 5.5.2.363555, Antispam-Engine: 2.6.1.350677, Antispam-Data: 2009.2.13.102516 Cc: stable@freebsd.org Subject: Re: fun with if_re X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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:41:47 -0000 On Fri, 13 Feb 2009 19:24:00 +0900 Pyun YongHyeon wrote about Re: fun with if_re: PY> > I had to reboot some of the machines meanwhile and could do some PY> > further testing. One strange thing I noticed is that the PY> > re-interfaces often do not come up in a working state after PY> > rebooting. Strangely, I see network traffic floating around via PY> > tcpdump, but not even ping works. This state often goes away when PY> > playing around with the interface (sometimes ifconfig down/up helps, PY> > sometimes disabling some of the additional features like txc/rxc), PY> > but I cannot make out a reproducible behaviour so far. When the PY> > interface leaves this strange state it seems to work fine PY> > afterwards. Any clues? PY> Does this happen on latest if_re.c/if_rlreg.h? I guess jkim fixed PY> this type of problem in r187483. If that have no effect please let PY> me know. It happens on both versions: the old one from 11th Dec 08 I still had, and the new one I built with the patches you recommended about a week ago. if_re is 1.151 2009/01/20 20:22:28 jkim, if_rlreg is 1.94 2009/01/20 20:22:28 jkim for the latter. cu Gerrit