From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 12B88140101 for ; Mon, 7 Apr 2014 18:36:28 +1000 (EST) Message-ID: <53426385.2010102@suse.de> Date: Mon, 07 Apr 2014 10:36:21 +0200 From: Alexander Graf MIME-Version: 1.0 To: "Aneesh Kumar K.V" , Alexander Graf , Liu ping fan Subject: Re: [PATCH v2] powernv: kvm: make _PAGE_NUMA take effect References: <1390292129-15871-1-git-send-email-pingfank@linux.vnet.ibm.com> <8761pdk6x5.fsf@linux.vnet.ibm.com> <533D47CD.906@suse.com> <87bnwdshzu.fsf@linux.vnet.ibm.com> In-Reply-To: <87bnwdshzu.fsf@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Paul Mackerras , linuxppc-dev@lists.ozlabs.org, kvm-devel , kvm-ppc List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 07.04.14 09:42, Aneesh Kumar K.V wrote: > Alexander Graf writes: > >> On 03.04.14 04:36, Liu ping fan wrote: >>> Hi Alex, could you help to pick up this patch? since v3.14 kernel can >>> enable numa fault for powerpc. >> What bad happens without this patch? We map a page even though it was >> declared to get NUMA migrated? What happens next? > Nothing much, we won't be properly accounting the numa access in the > host. What we want to achieve is to convert a guest access of the page to > a host fault so that we can do proper numa access accounting in the > host. This would enable us to migrate the page to the correct numa > node. Ok, so no breakages, just less performance. I wouldn't consider it stable material then :). Alex