From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 2/5] allow domain heap allocations to specify more than one NUMA node Date: Mon, 2 Mar 2015 17:12:40 +0000 Message-ID: <1425316360.24959.25.camel@citrix.com> References: <54EF315902000078000640FF@mail.emea.novell.com> <54EF337C0200007800064140@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YSU0r-0004ir-H6 for xen-devel@lists.xenproject.org; Mon, 02 Mar 2015 17:20:13 +0000 In-Reply-To: <54EF337C0200007800064140@mail.emea.novell.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: Jan Beulich Cc: xen-devel , Dario Faggioli , Keir Fraser , Ian Jackson , Tim Deegan List-Id: xen-devel@lists.xenproject.org On Thu, 2015-02-26 at 13:53 +0000, Jan Beulich wrote: > ... using struct domain as a container for passing the respective > affinity mask: Quite a number of allocations are domain specific, yet > not to be accounted for that domain. Introduce a flag suppressing the > accounting altogether (i.e. going beyond MEMF_no_refcount) and use it > right away in common code (x86 and IOMMU code will get adjusted > subsequently). > > Signed-off-by: Jan Beulich Acked-by: Ian Campbell Does this patch constitute all the "not just"(x86) from the initial mail? I'll assume so unless I hear otherwise.