Re: [PATCH 2/9] mm: alloc_contig_freed_pages() added

From: Michal Nazarewicz
Date: Sun Oct 23 2011 - 21:01:13 EST


On Fri, 21 Oct 2011 03:06:24 -0700, Mel Gorman <mel@xxxxxxxxx> wrote:

On Tue, Oct 18, 2011 at 10:26:37AM -0700, Michal Nazarewicz wrote:
On Tue, 18 Oct 2011 05:21:09 -0700, Mel Gorman <mel@xxxxxxxxx> wrote:

>At this point, I'm going to apologise for not reviewing this a long long
>time ago.
>
>On Thu, Oct 06, 2011 at 03:54:42PM +0200, Marek Szyprowski wrote:
>>From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx>
>>
>>This commit introduces alloc_contig_freed_pages() function
>>which allocates (ie. removes from buddy system) free pages
>>in range. Caller has to guarantee that all pages in range
>>are in buddy system.
>>
>
>Straight away, I'm wondering why you didn't use
>
>mm/compaction.c#isolate_freepages()
>
>It knows how to isolate pages within ranges. All its control information
>is passed via struct compact_control() which I recognise may be awkward
>for CMA but compaction.c know how to manage all the isolated pages and
>pass them to migrate.c appropriately.

It is something to consider. At first glance, I see that isolate_freepages
seem to operate on pageblocks which is not desired for CMA.


isolate_freepages_block operates on a range of pages that happens to be
hard-coded to be a pageblock because that was the requirements. It calculates
end_pfn and it is possible to make that a function parameter.

Yes, this seems doable. I'll try and rewrite the patches to use it.

The biggest difference is in how CMA and compaction treat pages which are not
free. CMA treat it as an error and compaction just skips those. This is
solvable by an argument though.

--
Best regards, _ _
.o. | Liege of Serenely Enlightened Majesty of o' \,=./ `o
..o | Computer Science, MichaÅ âmina86â Nazarewicz (o o)
ooo +----<email/xmpp: mpn@xxxxxxxxxx>--------------ooO--(_)--Ooo--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/