From owner-freebsd-stable@FreeBSD.ORG Wed Nov 1 00:46:12 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 471B416A403 for ; Wed, 1 Nov 2006 00:46:12 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id C000143D7D for ; Wed, 1 Nov 2006 00:46:11 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by nz-out-0102.google.com with SMTP id o37so1613535nzf for ; Tue, 31 Oct 2006 16:46:11 -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=sbwVpvMDeOJ8QPWD0yyn2wpYo998sGf9TTWsNN4G8gIdgBVDGwu3HeIqSOvhlvJQ1944t3FLAuUYjzwaURGBWQiE85VFdQ4jelFayrlpTiri4L3Atvr4vYe/vGamcyfzzp45HOEBZn9zzWs9zZbE3ezb/14KmExi/SLUuN7ATfU= Received: by 10.35.88.17 with SMTP id q17mr7851095pyl; Tue, 31 Oct 2006 16:46:10 -0800 (PST) Received: by 10.35.118.6 with HTTP; Tue, 31 Oct 2006 16:46:10 -0800 (PST) Message-ID: <2a41acea0610311646i79d445c2i2ac51c137e9de7c1@mail.gmail.com> Date: Tue, 31 Oct 2006 16:46:10 -0800 From: "Jack Vogel" To: "Mikhail Teterin" In-Reply-To: <2a41acea0610311643y7360cbc4ie4a2a16b66e4b1e@mail.gmail.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> <2a41acea0610311643y7360cbc4ie4a2a16b66e4b1e@mail.gmail.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:46:12 -0000 On 10/31/06, Jack Vogel wrote: > 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 > So like : options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions Looks like a special option that most probably dont have, but I'm guessing that this is not something you can do without??