From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v4 05/17] xen/arm: ITS: implement hw_irq_controller for LPIs Date: Thu, 16 Jul 2015 17:18:22 +0100 Message-ID: <1437063502.32371.252.camel@citrix.com> References: <1436514172-3263-1-git-send-email-vijay.kilari@gmail.com> <1436514172-3263-6-git-send-email-vijay.kilari@gmail.com> <55A42B1C.2030600@citrix.com> <55A61940.9010408@citrix.com> <1436952729.11153.28.camel@citrix.com> <1436970531.32371.96.camel@citrix.com> <1437058155.32371.222.camel@citrix.com> <55A7CBF2.1030304@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55A7CBF2.1030304@arm.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Marc Zyngier Cc: Vijay Kilari , Stefano Stabellini , "Prasun.Kapoor@caviumnetworks.com" , Vijaya Kumar K , Tim Deegan , "xen-devel@lists.xen.org" , Julien Grall , "stefano.stabellini@citrix.com" , "manish.jaggi@caviumnetworks.com" List-Id: xen-devel@lists.xenproject.org On Thu, 2015-07-16 at 16:21 +0100, Marc Zyngier wrote: > Hope this helps, It, plus the chat we had on IRC did, yes, thanks. In summary: I was very confusedly talking about INV when I meant SYNC. There is a real issue with the update of its_dev->collection in its_set_affinity since it will result in the wrong collection being used for subsequent affinity operations. Marc is intending to replace its_dev->collection with an array (presumably dynamically allocated) in its_dev mapping eventid to a collection. I think that is probably the right answer for Xen too. Ian.