From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.citrix.com ([66.165.176.89]:31229 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751995AbbKZRse (ORCPT ); Thu, 26 Nov 2015 12:48:34 -0500 Message-ID: <565745DF.8030008@citrix.com> Date: Thu, 26 Nov 2015 17:48:15 +0000 From: David Vrabel MIME-Version: 1.0 To: Boris Ostrovsky , , CC: , , Subject: Re: [Xen-devel] [PATCH RESEND] xen/gntdev: Grant maps should not be subject to NUMA balancing References: <1447186233-3194-1-git-send-email-boris.ostrovsky@oracle.com> In-Reply-To: <1447186233-3194-1-git-send-email-boris.ostrovsky@oracle.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 10/11/15 20:10, Boris Ostrovsky wrote: > Doing so will cause the grant to be unmapped and then, during > fault handling, the fault to be mistakenly treated as NUMA hint > fault. > > In addition, even if those maps could partcipate in NUMA > balancing, it wouldn't provide any benefit since we are unable > to determine physical page's node (even if/when VNUMA is > implemented). > > Marking grant maps' VMAs as VM_IO will exclude them from being > part of NUMA balancing. Applied to for-linus-4.4, thanks. David