From owner-freebsd-xen@FreeBSD.ORG Wed May 13 08:54:13 2015 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93FF0818 for ; Wed, 13 May 2015 08:54:13 +0000 (UTC) Received: from SMTP.CITRIX.COM (smtp.citrix.com [66.165.176.89]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Cybertrust Public SureServer SV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5C01514BF for ; Wed, 13 May 2015 08:54:13 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.13,420,1427760000"; d="scan'208";a="262165811" Message-ID: <55531131.7040404@citrix.com> Date: Wed, 13 May 2015 10:54:09 +0200 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: "Eggert, Lars" , "freebsd-xen@freebsd.org" Subject: Re: Xen dom0 "interrupt storm detected on "irq16:"; throttling interrupt source" References: In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA2 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2015 08:54:13 -0000 Hello, El 13/05/15 a les 10.20, Eggert, Lars ha escrit: > Hi, > > with Xen from git and a recent -CURRENT, I get "interrupt storm detected on "irq16:"; throttling interrupt source" messages on the dom0 console about once a second. irq16 is used for ehci: > > # vmstat -i | grep irq16 > irq16: ehci0 1229805 6559 > > Any ideas? Can you post the full output of vmstat -i and the log of Xen and FreeBSD booting (with boot_verbose=YES)? If you don't have a serial console setup you can get the Xen boot log using xl dmesg. Roger.