From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCHv6 2/8] kvm: optimize ISR lookups Date: Wed, 13 Jun 2012 12:26:05 +0300 Message-ID: <20120613092604.GA17828@redhat.com> References: <20120612210833.GA639@amt.cnet> <20120613090242.GA17357@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: x86@kernel.org, kvm@vger.kernel.org, Ingo Molnar , "H. Peter Anvin" , Avi Kivity , gleb@redhat.com, Linus Torvalds , linux-kernel@vger.kernel.org, Thomas Gleixner To: Marcelo Tosatti Return-path: Content-Disposition: inline In-Reply-To: <20120613090242.GA17357@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Wed, Jun 13, 2012 at 12:02:42PM +0300, Michael S. Tsirkin wrote: > > Instead of isr_cache what about a highest_isr field? > > > > > When setting ISR: > > > > if (apic->highest_isr < me) > > apic->highest_isr = me; > > > > To be invalidated on TPR updates properly. > > > > Its more meaningful. > > OK, I'll rename it highest_isr Even better - highest_isr_cache. Makes it explicit that it can be invalid. -- MST