From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [RFC PATCH 0/2] irq destination caching prototype Date: Mon, 13 Aug 2012 14:19:32 +0300 Message-ID: <20120813111932.GA16801@redhat.com> References: <5028CAA9.8070807@redhat.com> <20120813101246.GA16147@redhat.com> <20120813101608.GS3341@redhat.com> <5028D52D.9050104@redhat.com> <20120813102402.GT3341@redhat.com> <5028D788.3070006@redhat.com> <20120813103845.GA16300@redhat.com> <5028DDCD.1090205@redhat.com> <20120813110108.GX3341@redhat.com> <5028DF17.2050008@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Gleb Natapov , kvm@vger.kernel.org, Jan Kiszka To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:17526 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751653Ab2HMLS2 (ORCPT ); Mon, 13 Aug 2012 07:18:28 -0400 Content-Disposition: inline In-Reply-To: <5028DF17.2050008@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Aug 13, 2012 at 02:03:51PM +0300, Avi Kivity wrote: > On 08/13/2012 02:01 PM, Gleb Natapov wrote: > >> > >> Actually this is overkill. Suppose we do an apicid->vcpu translation > >> cache? Then we retain O(1) behaviour, no need for a huge cache. > >> > > Not sure I follow. > > Unicast MSIs and IPIs can be speeded up by looking up the vcpu using the > apic id, using a static lookup table (only changed when the guest > updates apicid or a vcpu is inserted). Looks like kvm_apic_id is always 8 bit, so it's just a table with 256 entries? > > > -- > error compiling committee.c: too many arguments to function