From owner-freebsd-current@FreeBSD.ORG Mon Jun 9 01:27:07 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 49133106566C for ; Mon, 9 Jun 2008 01:27:07 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.227]) by mx1.freebsd.org (Postfix) with ESMTP id 0EDA58FC0A for ; Mon, 9 Jun 2008 01:27:07 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2260466rvf.43 for ; Sun, 08 Jun 2008 18:27:06 -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=vuhy/diKlWP+Nc+iozygOhvTwiGYbMwz1/gc2DYIH4E=; b=O9NdJGIHChaa9rML4neL484JuzGeteFQNFy7HpMfOLyOLPWjN+qsYL41+YR0MXFlt2 QIKyQ/DtOvY1CGBl1JF3p3owvQghJ5vu3Xjzszx13sGy5nV0Mzcl2ZlGZsILDKKPS+Fr uZpQdAZBYrk03bV3CU7YjW2d5Y/TBZoJ5wz8U= 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=v4zLo875E681ythS+BUuOUKkxh6DMUWA8qcfgAVN+lGZOk2XV2hz51c2GZGr+JrDdp V0Wf/pywegtdO+2XcjkugMYX1in5Ey2z41tOlNLrchImTUv8558IbtyjIqDclX08MHlb SyigCHWtH1bALe8W3Wm1ITcUqSKHke7YSVOYQ= Received: by 10.141.162.5 with SMTP id p5mr1691524rvo.221.1212974823783; Sun, 08 Jun 2008 18:27:03 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id g22sm12073240rvb.7.2008.06.08.18.27.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 08 Jun 2008 18:27:02 -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 m591QvU6012884 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 9 Jun 2008 10:26:57 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m591QvtQ012883; Mon, 9 Jun 2008 10:26:57 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 9 Jun 2008 10:26:57 +0900 From: Pyun YongHyeon To: Dimitry Andric Message-ID: <20080609012657.GD12521@cdnetworks.co.kr> References: <20080607035911.GD4565@cdnetworks.co.kr> <484BC9FB.2040605@andric.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <484BC9FB.2040605@andric.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@FreeBSD.org Subject: Re: Call for testers: re(4) and RTL8168C/RTL8168CP/RTL8111C/RTL8111CP 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: Mon, 09 Jun 2008 01:27:07 -0000 On Sun, Jun 08, 2008 at 02:00:59PM +0200, Dimitry Andric wrote: > On 2008-06-07 05:59, Pyun YongHyeon wrote: > > http://people.freebsd.org/~yongari/re/re.HEAD.20080607 > > With this patch, all my re's stop working. :( No packets go in, no > packets go out anymore, it's just as if the interface isn't going up at > all... Reverting to the RELENG_7 kernel makes them work again. Would you show me re(4) related part of dmesg output? -- Regards, Pyun YongHyeon