Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753391AbYJKJUb (ORCPT ); Sat, 11 Oct 2008 05:20:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751393AbYJKJUW (ORCPT ); Sat, 11 Oct 2008 05:20:22 -0400 Received: from iona.labri.fr ([147.210.8.143]:45495 "EHLO iona.labri.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750933AbYJKJUW (ORCPT ); Sat, 11 Oct 2008 05:20:22 -0400 Message-ID: <48F06FA1.8060906@inria.fr> Date: Sat, 11 Oct 2008 11:19:29 +0200 From: Brice Goglin User-Agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: Nick Piggin CC: Christoph Lameter , Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org, nathalie.furmento@labri.fr Subject: Re: [PATCH] mm: use a radix-tree to make do_move_pages() complexity linear References: <48EDF9DA.7000508@inria.fr> <48EFBBE9.5000703@linux-foundation.org> <48F069B8.6050709@inria.fr> <200810111958.12848.nickpiggin@yahoo.com.au> In-Reply-To: <200810111958.12848.nickpiggin@yahoo.com.au> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 622 Lines: 17 Nick Piggin wrote: > If you are worried about vmalloc overhead, I'd suggest testing with -mm. > I've rewritten the vmap code so it is now slightly scalable and sane to > use. > I am actually only worried about move_pages() performance for large buffers :) The vmalloc overhead is probably negligible against the quadratic duration of move_pages() for dozens of MB. Brice -- 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/