From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264770AbUFLNLw (ORCPT ); Sat, 12 Jun 2004 09:11:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264771AbUFLNLw (ORCPT ); Sat, 12 Jun 2004 09:11:52 -0400 Received: from colin2.muc.de ([193.149.48.15]:2575 "HELO colin2.muc.de") by vger.kernel.org with SMTP id S264770AbUFLNLv (ORCPT ); Sat, 12 Jun 2004 09:11:51 -0400 Date: 12 Jun 2004 15:11:49 +0200 Date: Sat, 12 Jun 2004 15:11:49 +0200 From: Andi Kleen To: Dave Hansen Cc: Andi Kleen , "Martin J. Bligh" , torvalds@osdl.org, Linux Kernel Mailing List , Andy Whitcroft , Andrew Morton Subject: Re: [PATCH] Permit inode & dentry hash tables to be allocated > MAX_ORDER size Message-ID: <20040612131149.GA28870@colin2.muc.de> References: <263jX-5RZ-19@gated-at.bofh.it> <262nZ-56Z-5@gated-at.bofh.it> <263jX-5RZ-17@gated-at.bofh.it> <1087025760.18615.3.camel@nighthawk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1087025760.18615.3.camel@nighthawk> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > Since vmalloc() maps the pages with small pagetable entries (unlike most > of the rest of the kernel address space), do you think the interleaving > will outweigh any negative TLB effects? I think so, yes (assuming you run the benchmark on all CPUs) -Andi