From owner-freebsd-current@FreeBSD.ORG Mon Aug 23 12:40:38 2010 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 3290B10656A5; Mon, 23 Aug 2010 12:40:38 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 02B788FC21; Mon, 23 Aug 2010 12:40:38 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id A01D446B46; Mon, 23 Aug 2010 08:40:37 -0400 (EDT) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 797E28A04E; Mon, 23 Aug 2010 08:40:36 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Date: Mon, 23 Aug 2010 08:39:15 -0400 User-Agent: KMail/1.13.5 (FreeBSD/7.3-CBSD-20100819; KDE/4.4.5; amd64; ; ) References: <4C71E858.90009@FreeBSD.org> In-Reply-To: <4C71E858.90009@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201008230839.15284.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Mon, 23 Aug 2010 08:40:36 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Doug Barton , Andriy Gapon Subject: Re: runaway intr problems: powerd and/or hw.acpi.cpu.cx_lowest related X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2010 12:40:38 -0000 On Sunday, August 22, 2010 11:17:44 pm Doug Barton wrote: > Thanks to help from Andriy I've been working on narrowing down the cause > of my "runaway intr" problems and we've found some interesting things. > First, if I use neither powerd nor set hw.acpi.cpu.cx_lowest less than > C1 things seem to work fine. Using one or the other sort of works, but > between the 2 powerd seems to cause the most problems. I think this just means that when C3 is enabled the system is getting skewed results in cp_time[] and so the stats are off. The system isn't actually stuck in an interrupt storm of sorts, the numbers reported to top are just wrong so it looks like it is. -- John Baldwin