From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [RFC PATCH v3 04/18] xen/arm: gicv3: Refactor redistributor information Date: Mon, 29 Jun 2015 12:09:17 +0100 Message-ID: <1435576157.32500.259.camel@citrix.com> References: <1434974517-12136-1-git-send-email-vijay.kilari@gmail.com> <1434974517-12136-5-git-send-email-vijay.kilari@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1434974517-12136-5-git-send-email-vijay.kilari@gmail.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: vijay.kilari@gmail.com Cc: stefano.stabellini@eu.citrix.com, Prasun.Kapoor@caviumnetworks.com, vijaya.kumar@caviumnetworks.com, tim@xen.org, xen-devel@lists.xen.org, julien.grall@citrix.com, stefano.stabellini@citrix.com, manish.jaggi@caviumnetworks.com List-Id: xen-devel@lists.xenproject.org On Mon, 2015-06-22 at 17:31 +0530, vijay.kilari@gmail.com wrote: > From: Vijaya Kumar K > > Separate redistributor information into rdist and rdist_prop > structures. > > The rdist_prop holds the redistributor common information > and rdist holds the per cpu specific information. > > This percpu rdist defined as global and shared with ITS > driver The vits or pits driver? The latter might be ok, the former would suggest some sort of layering violation I think. Ian.