From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: Re: [PATCH v3] kvm: Use a bitmap for tracking used GSIs Date: Wed, 13 May 2009 06:15:56 -0600 Message-ID: <1242216956.4786.46.camel@2710p.home> References: <20090508222925.5119.94814.stgit@dl380g6-3.ned.telco.ned.telco> <20090512220142.5663.72948.stgit@dl380g6-3.ned.telco.ned.telco> <20090513070329.GA31139@redhat.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, sheng.yang@intel.com To: "Michael S. Tsirkin" Return-path: Received: from g4t0015.houston.hp.com ([15.201.24.18]:15252 "EHLO g4t0015.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753868AbZEMMQD (ORCPT ); Wed, 13 May 2009 08:16:03 -0400 In-Reply-To: <20090513070329.GA31139@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, 2009-05-13 at 10:03 +0300, Michael S. Tsirkin wrote: > On Tue, May 12, 2009 at 04:07:15PM -0600, Alex Williamson wrote: > > We're currently using a counter to track the most recent GSI we've > > handed out. This quickly hits KVM_MAX_IRQ_ROUTES when using device > > assignment with a driver that regularly toggles the MSI enable bit. > > BTW, dwhich driver does that? Any idea why? I've seen it from both e1000e and qla2xxx. I assumed it was some kind of interrupt mitigation since the devices seem to work fine otherwise. Alex