Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932858AbcK1Qi6 (ORCPT ); Mon, 28 Nov 2016 11:38:58 -0500 Received: from resqmta-po-03v.sys.comcast.net ([96.114.154.162]:51532 "EHLO resqmta-po-03v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933087AbcK1Qiu (ORCPT ); Mon, 28 Nov 2016 11:38:50 -0500 Date: Mon, 28 Nov 2016 10:38:58 -0600 (CST) From: Christoph Lameter X-X-Sender: cl@east.gentwo.org To: Mel Gorman cc: Andrew Morton , Michal Hocko , Vlastimil Babka , Johannes Weiner , Linux-MM , Linux-Kernel Subject: Re: [PATCH] mm: page_alloc: High-order per-cpu page allocator v3 In-Reply-To: <20161128162126.ulbqrslpahg4wdk3@techsingularity.net> Message-ID: References: <20161127131954.10026-1-mgorman@techsingularity.net> <20161128162126.ulbqrslpahg4wdk3@techsingularity.net> Content-Type: text/plain; charset=US-ASCII X-CMAE-Envelope: MS4wfBAvtonvofUMUaLGXVVRsR9wrl4lgPHPG+PR0xhzxbdHj0N07ITHNSPiAA3Uawm1jpaIeyiSBAsjqtUkyxknhFQqQ78a0j9sgwspscq8qDtEzP0ZTH5P NL1q/QzG7fwYm8GA5oXAzc2CUOiNvJCAmTDIuciZXMtPXj778Hvau6DYWFoEP0+scTCMU/hEM4VMWYGxymhJuNS4zFeC3yffcEftiMUBdY0rcnIRUTP2FDZ4 KBMvZDXme8Hcr4G73RIT2MQulbqexGxX1ZEBNMH7JuhD8SOEmnLMRSqww+bms1xs8tMhjFfzUB4X6kStaeZS1zb1VJT7U9Hr9+KXR1Go5c0CjsZuQK6YrTNZ S6j6Shu2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 566 Lines: 16 On Mon, 28 Nov 2016, Mel Gorman wrote: > Yes, that's a problem for SLUB with or without this patch. It's always > been the case that SLUB relying on high-order pages for performance is > problematic. This is a general issue in the kernel. Performance often requires larger contiguous ranges of memory. > > that only insiders know how to tune and an overall fragile solution. > While I agree with all of this, it's also a problem independent of this > patch. It is related. The fundamental issue with fragmentation remain and IMHO we really need to tackle this.