From owner-freebsd-hackers@FreeBSD.ORG Sat Jun 7 13:04:00 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41771508 for ; Sat, 7 Jun 2014 13:04:00 +0000 (UTC) Received: from mout.gmx.com (mout.gmx.com [74.208.4.201]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D2552C56 for ; Sat, 7 Jun 2014 13:04:00 +0000 (UTC) Received: from [192.168.1.68] ([172.15.184.248]) by mail.gmx.com (mrgmxus001) with ESMTPSA (Nemesis) id 0Lb503-1WUwwj41Rx-00kg5X for ; Sat, 07 Jun 2014 15:03:53 +0200 Message-ID: <53930E19.8090603@gmx.us> Date: Sat, 07 Jun 2014 09:05:29 -0400 From: Dutch Ingraham User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Fwd: Interrupt Overload References: <538A3432.5010303@gmx.us> In-Reply-To: <538A3432.5010303@gmx.us> X-Forwarded-Message-Id: <538A3432.5010303@gmx.us> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:g9fSTiwu0u3NjfulV47W3coEBXhwmHBBq9kF4xUgz4K0tOM5ida iZo+j8U5ILk66zQAriDWTsGQXXfK1hCS8TZaq8KLdFREgKvCGfincPOvHSI7TGVi/An7sZQ qkz70aUp5cxhlV8hljENEmKlCOiSa8N+/0EvWzQbFtOvbENgpxqJs7CRS119sH0v283Mu+2 y/Kcn3NjJeO3QlSPcAg1A== X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2014 13:04:00 -0000 Hi everyone - I am resending this as it is not appearing in the archives so I don't believe it made it to the general list-serv. (My apologies if it actually did make it.) -------- Original Message -------- Subject: Interrupt Overload Date: Sat, 31 May 2014 15:57:38 -0400 From: Dutch Ingraham To: freebsd-hackers@freebsd.org Hi all: I hope someone here can help. I've tried the general community but no resolution was found. See "forums dot freebsd dot org slash viewtopic.php?f=3&t=46595". The problem is insanely high interrupts *only* while using xorg-server. For example, or indicates a constant rate of 325000 to 326000 interrupts from irq16: uhci0. This is consuming about 30% of my cpu usage. All is normal in the TTY before starting X. The only usb devices attached are a mouse and keyboard; swapping them makes no difference; in fact, using a PS/2 keyboard or even detaching both the keyboard and mouse has no effect. The only thing I've found that works is suspending to RAM with the command ; upon waking the interrupts drop to near zero. My is "10.0-STABLE amd64." Thanks for any information you can provide.