Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932824AbcLGRLN (ORCPT ); Wed, 7 Dec 2016 12:11:13 -0500 Received: from resqmta-ch2-07v.sys.comcast.net ([69.252.207.39]:59998 "EHLO resqmta-ch2-07v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932215AbcLGRLM (ORCPT ); Wed, 7 Dec 2016 12:11:12 -0500 Date: Wed, 7 Dec 2016 11:11:08 -0600 (CST) From: Christoph Lameter X-X-Sender: cl@east.gentwo.org To: Mel Gorman cc: Andrew Morton , Michal Hocko , Vlastimil Babka , Johannes Weiner , Jesper Dangaard Brouer , Joonsoo Kim , Linux-MM , Linux-Kernel Subject: Re: [PATCH] mm: page_alloc: High-order per-cpu page allocator v7 In-Reply-To: <20161207164554.b73qjfxy2w3h3ycr@techsingularity.net> Message-ID: References: <20161207101228.8128-1-mgorman@techsingularity.net> <20161207155750.yfsizliaoodks5k4@techsingularity.net> <20161207164554.b73qjfxy2w3h3ycr@techsingularity.net> Content-Type: text/plain; charset=US-ASCII X-CMAE-Envelope: MS4wfEjIe3LcARZwP0E1lgVdA5e3u6QqhP4aTFLTV1hFZfQtb53Fk1Txgeyw1ts8NUJxneNXpSDfPAo15EtxSrMBsPf824lFZYCEAOuMalX9Bx5I1Up/WTIA SVbOzUfGrT8PYEAPYs/6dL6P5tnH/tfQTODEdExjwZBgvLcCLeIcMw+QRyNBejdFsW7qCD0juK3bmB20RTPaN75CaaMiIykMikVlq1ASUEWxxibtGeTKA6/6 4OIoDwufcVIu6Gm4bR6qkS8ZDLNtUBQm2IBFmGMnxaxDoN5kRzdQZHCzkVs/lrl0VrmT8TWhWIDSsuzSSaam2IKL4Y9qDHIcsDAxgLT1JXIOZhSEvHwdZXkJ 0ZHQBVRJkROgjmgOuB+/9vfbnWP+pEJhag1v4yoUkMvl/7iz9kEjmyYdvR2IlEPRncxp62wb Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 677 Lines: 13 On Wed, 7 Dec 2016, Mel Gorman wrote: > 3.0-era kernels had better fragmentation control, higher success rates at > allocation etc. I vaguely recall that it had fewer sources of high-order > allocations but I don't remember specifics and part of that could be the > lack of THP at the time. The overhead was massive due to massive stalls > and excessive reclaim -- hours to complete some high-allocation stress > tests even if the success rate was high. There were a couple of high order page reclaim improvements implemented at that time that were later abandoned. I think higher order pages were more available than now. SLUB was regularly able to get higher order pages.