From owner-freebsd-stable@FreeBSD.ORG Mon Mar 27 18:51:43 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B28116A400 for ; Mon, 27 Mar 2006 18:51:43 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD45D43D46 for ; Mon, 27 Mar 2006 18:51:42 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 7E977913; Mon, 27 Mar 2006 12:51:42 -0600 (CST) Date: Mon, 27 Mar 2006 12:51:42 -0600 To: JoaoBR Message-ID: <20060327185142.GC24315@soaustin.net> References: <20060324223317.2069564f@it.buh.tecnik93.com> <200603271106.45088.joao@matik.com.br> <20060327142642.C2181@maildrop.int.zabbadoz.net> <200603271215.56344.joao@matik.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603271215.56344.joao@matik.com.br> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Pyun YongHyeon , "Bjoern A. Zeeb" , freebsd-stable@freebsd.org Subject: Re: new sk driver [was: nve timeout (and down) regression?] 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: Mon, 27 Mar 2006 18:51:43 -0000 On Mon, Mar 27, 2006 at 12:15:55PM -0300, JoaoBR wrote: > well, the actual driver is trash and unusable and overall crashes SMP > systems ... so more testing to see if it crashes more? ;) As with any other software development project, you have to draw a line somewhere and say "these things will be in the release and these things will not be in the release"; otherwise, you will never have a release at all. I am not familiar with the code in this case but if its inclusion changed enough other things in the system where _everything_ had to be re-tested then it's not worth the regression. These are just the simple facts of (any) software development. mcl