From owner-freebsd-stable@FreeBSD.ORG Tue Nov 27 01:50:35 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADE2D16A419 for ; Tue, 27 Nov 2007 01:50:35 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 7759C13C442 for ; Tue, 27 Nov 2007 01:50:35 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1157533waf for ; Mon, 26 Nov 2007 17:50:35 -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=NbuUUDo+5T7JMTAYjRfdGVzbUSdeiCK0d48BFcGaenY=; b=ErPPU+fzT4my0zRZp5Dsz4XoofBOSzq88Tou6Wuy2rvuWaTCEVCvf/v+oQUvIa2Ot8Qz6qmbJ+//KcLlh8HZjWTLGTWDUX6l3uoPuOSompQfIhR09M9FDAtG3Utg2bmrb93AMV0FZtpasyZjTDjmSNGHPFM2nHJVkLT7bQvuWuU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=sW2gxIF7FsIWPO3jarE5phqicTFmvaEWfOUdjaxf4pYvFfPffaZKCrRinrxTmPI8aUwpL4OdXgOk1+ykHgpirOY7IZUAoTESvRFIt9JH7HHzcsjxR7kLvQrasq9yFh8FS19+jIJnTz4R9L0jLlRPiMUp29WiX81A5F500tvhZgo= Received: by 10.115.32.1 with SMTP id k1mr322504waj.1196128234970; Mon, 26 Nov 2007 17:50:34 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id n38sm388630wag.2007.11.26.17.50.31 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 26 Nov 2007 17:50:33 -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 lAR1mPMp006586 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 27 Nov 2007 10:48:25 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id lAR1mPhS006585; Tue, 27 Nov 2007 10:48:25 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 27 Nov 2007 10:48:25 +0900 From: Pyun YongHyeon To: "Aryeh M. Friedman" Message-ID: <20071127014825.GA6110@cdnetworks.co.kr> References: <474A7F83.7080900@FreeBSD.org> <20071126092457.GE1025@cdnetworks.co.kr> <474B3E85.4080502@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <474B3E85.4080502@gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@FreeBSD.org, Martin Matuska Subject: Re: re(4) lockups on a MSI K9AG Neo2-Digital (7.0-BETA3 amd64) 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: Tue, 27 Nov 2007 01:50:35 -0000 On Mon, Nov 26, 2007 at 04:45:41PM -0500, Aryeh M. Friedman wrote: [...] > > > > Me either. I have a WIP version that fixes other issues on re(4) but > > I'm not sure whether it mitigates your issue. The overhauled re(4) > > supports larger descriptors(256 instead of 64) and TSO. > > http://people.freebsd.org/~yongari/re/if_re.c > > http://people.freebsd.org/~yongari/re/if_rlreg.h > > Before I try them what is the difference between these and two other > posted patches? and second since I use a cvs repo against -current can Sorry, I don't know what patches you are referring to. Maybe I've posted too many patches. :( > you repost them as patches? (if no on the second I will make an > attempt to do it but I am still new at making patches) > Sure. http://people.freebsd.org/~yongari/re/re.HEAD.patch -- Regards, Pyun YongHyeon