Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752337AbbG2K4D (ORCPT ); Wed, 29 Jul 2015 06:56:03 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:33251 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751275AbbG2Kz7 (ORCPT ); Wed, 29 Jul 2015 06:55:59 -0400 Date: Wed, 29 Jul 2015 12:55:54 +0200 From: Daniel Vetter To: Mel Gorman Cc: Gioh Kim , jlayton@poochiereds.net, bfields@fieldses.org, vbabka@suse.cz, iamjoonsoo.kim@lge.com, viro@zeniv.linux.org.uk, mst@redhat.com, koct9i@gmail.com, minchan@kernel.org, aquini@redhat.com, linux-fsdevel@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, linux-mm@kvack.org, dri-devel@lists.freedesktop.org, akpm@linux-foundation.org, Gioh Kim Subject: Re: [PATCH 0/4] enable migration of driver pages Message-ID: <20150729105554.GU16722@phenom.ffwll.local> Mail-Followup-To: Mel Gorman , Gioh Kim , jlayton@poochiereds.net, bfields@fieldses.org, vbabka@suse.cz, iamjoonsoo.kim@lge.com, viro@zeniv.linux.org.uk, mst@redhat.com, koct9i@gmail.com, minchan@kernel.org, aquini@redhat.com, linux-fsdevel@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, linux-mm@kvack.org, dri-devel@lists.freedesktop.org, akpm@linux-foundation.org, Gioh Kim References: <1436776519-17337-1-git-send-email-gioh.kim@lge.com> <20150729104945.GA30872@techsingularity.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150729104945.GA30872@techsingularity.net> X-Operating-System: Linux phenom 4.2.0-rc1+ User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1420 Lines: 31 On Wed, Jul 29, 2015 at 11:49:45AM +0100, Mel Gorman wrote: > On Mon, Jul 13, 2015 at 05:35:15PM +0900, Gioh Kim wrote: > > My ARM-based platform occured severe fragmentation problem after long-term > > (several days) test. Sometimes even order-3 page allocation failed. It has > > memory size 512MB ~ 1024MB. 30% ~ 40% memory is consumed for graphic processing > > and 20~30 memory is reserved for zram. > > > > The primary motivation of this series is to reduce fragmentation by allowing > more kernel pages to be moved. Conceptually that is a worthwhile goal but > there should be at least one major in-kernel user and while balloon > pages were a good starting point, I think we really need to see what the > zram changes look like at the same time. I think gpu drivers really would be the perfect candidate for compacting kernel page allocations. And this also seems the primary motivation for this patch series, so I think that's really what we should use to judge these patches. Of course then there's the seemingly eternal chicken/egg problem of upstream gpu drivers for SoCs :( -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/