From owner-freebsd-stable@FreeBSD.ORG Wed Nov 1 00:43:19 2006 Return-Path: X-Original-To: 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 85D8816A47B for ; Wed, 1 Nov 2006 00:43:19 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C91343D64 for ; Wed, 1 Nov 2006 00:43:17 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by nz-out-0102.google.com with SMTP id o37so1612858nzf for ; Tue, 31 Oct 2006 16:43:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=izqhxdLB9Ggl1QTengJMKBC7dy0Tre32ZhGgP8AKIsbsI1xTZBmLBlMq9pIx79I+mutPj+ubuKWuNyhgKCco/1yPWQVN4dsSF663uH/zTyHSLgtuLJdQuBubCpx48R+1IJW96N/yo2yEmqSsnKh0eE93okRGZ2dv/pIOXOm948M= Received: by 10.35.31.14 with SMTP id i14mr7713894pyj; Tue, 31 Oct 2006 16:43:16 -0800 (PST) Received: by 10.35.118.6 with HTTP; Tue, 31 Oct 2006 16:43:16 -0800 (PST) Message-ID: <2a41acea0610311643y7360cbc4ie4a2a16b66e4b1e@mail.gmail.com> Date: Tue, 31 Oct 2006 16:43:16 -0800 From: "Jack Vogel" To: "Mikhail Teterin" In-Reply-To: <200610311937.32326.Mikhail.Teterin@murex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200610282112.k9SLC0cC024602@corbulon.video-collage.com> <200610311307.27063.mi+mx@aldan.algebra.com> <2a41acea0610311049n1a8d7f92lef3cdb14cbfef7a3@mail.gmail.com> <200610311937.32326.Mikhail.Teterin@murex.com> Cc: stable@freebsd.org, re@freebsd.org, Mikhail Teterin Subject: Re: new em-driver still broken 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: Wed, 01 Nov 2006 00:43:19 -0000 On 10/31/06, Mikhail Teterin wrote: > Actually, it stalls even with polling disabled. It just takes A LOT longer, as > I just found out. > > Instead of minutes, it takes hours of heavey traffict to stall, but it still > happens. Pressing a key still wakes it up... > > -mi > This is fairly bizarre :) I think I can say pretty safely that this is NOT an em driver issue, its a scheduler problem of some sort. Jack