Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752556AbdDCT6o (ORCPT ); Mon, 3 Apr 2017 15:58:44 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:58138 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752170AbdDCT6l (ORCPT ); Mon, 3 Apr 2017 15:58:41 -0400 Date: Mon, 3 Apr 2017 14:58:30 -0500 From: Reza Arbab To: Michal Hocko Cc: linux-mm@kvack.org, Andrew Morton , Mel Gorman , Vlastimil Babka , Andrea Arcangeli , Yasuaki Ishimatsu , Tang Chen , qiuxishi@huawei.com, Kani Toshimitsu , slaoub@gmail.com, Joonsoo Kim , Andi Kleen , Zhang Zhen , David Rientjes , Daniel Kiper , Igor Mammedov , Vitaly Kuznetsov , LKML , Chris Metcalf , Dan Williams , Heiko Carstens , Lai Jiangshan , Martin Schwidefsky Subject: Re: [PATCH 0/6] mm: make movable onlining suck less References: <20170330115454.32154-1-mhocko@kernel.org> <20170403115545.GK24661@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20170403115545.GK24661@dhcp22.suse.cz> Organization: IBM Linux Technology Center User-Agent: NeoMutt/20170306 (1.8.0) X-TM-AS-GCONF: 00 x-cbid: 17040319-0056-0000-0000-0000032BCE44 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006876; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000208; SDB=6.00842617; UDB=6.00415081; IPR=6.00620792; BA=6.00005262; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00014891; XFM=3.00000013; UTC=2017-04-03 19:58:38 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17040319-0057-0000-0000-00000761CE40 Message-Id: <20170403195830.64libncet5l6vuvb@arbab-laptop> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-04-03_18:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1702020001 definitions=main-1704030177 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 711 Lines: 17 On Mon, Apr 03, 2017 at 01:55:46PM +0200, Michal Hocko wrote: >Anyting? I would really appreciate a feedback from IBM and Futjitsu >guys who have shaped this code last few years. Also Igor and Vitaly >seem to be using memory hotplug in virtualized environments. I do not >expect they would see a huge advantage of the rework but I would >appreciate to give it some testing to catch any potential regressions. Sorry for the delayed reply. With this set, I'm able to "online_movable" blocks in ascending order. However, I am seeing a regression. When adding memory to a memoryless node, it shows up in node 0 instead. I'm digging to see if I can help narrow down where things go wrong. -- Reza Arbab