From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e28smtp06.in.ibm.com (e28smtp06.in.ibm.com [122.248.162.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 307F51A0165 for ; Wed, 22 Oct 2014 18:19:33 +1100 (AEDT) Received: from /spool/local by e28smtp06.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 22 Oct 2014 12:49:26 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp01.in.ibm.com (Postfix) with ESMTP id 45631E003F for ; Wed, 22 Oct 2014 12:49:14 +0530 (IST) Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63]) by d28relay03.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s9M7LcGj64880752 for ; Wed, 22 Oct 2014 12:51:38 +0530 Received: from d28av01.in.ibm.com (localhost [127.0.0.1]) by d28av01.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s9M7JMJ0004635 for ; Wed, 22 Oct 2014 12:49:23 +0530 From: "Aneesh Kumar K.V" To: Michael Neuling , Michael Ellerman , Benjamin Herrenschmidt Subject: Re: [PATCH] powerpc: Enable NUMA balancing in pseries[_le]_defconfig In-Reply-To: <1413869527.32433.6.camel@ale.ozlabs.ibm.com> References: <1413869527.32433.6.camel@ale.ozlabs.ibm.com> Date: Wed, 22 Oct 2014 12:49:21 +0530 Message-ID: <87oat4vafa.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain Cc: linuxppc-dev , Anton Blanchard List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Michael Neuling writes: > This enables NUMA balancing in pseries[_le]_defconfig. > > NUMA balancing can do some nasty things with the low level mm code and > has been causing some issues with the cxl driver. What sort of issues ? -aneesh