Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 23 Mar 2003 14:02:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 23 Mar 2003 14:02:36 -0500 Received: from dp.samba.org ([66.70.73.150]:10175 "EHLO lists.samba.org") by vger.kernel.org with ESMTP id ; Sun, 23 Mar 2003 14:02:35 -0500 Date: Mon, 24 Mar 2003 06:12:36 +1100 From: Anton Blanchard To: Brian Gerst Cc: Linus Torvalds , Linux-Kernel Subject: Re: [PATCH] slab.c cleanup Message-ID: <20030323191236.GA27242@krispykreme> References: <3E7E03C9.6060804@quark.didntduck.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E7E03C9.6060804@quark.didntduck.org> User-Agent: Mutt/1.5.3i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 530 Lines: 14 > - Don't create caches that are not multiples of L1_CACHE_BYTES. Nice idea, I often see the list walk (of the cache sizes) in kmalloc in kernel profiles. eg a bunch of kmalloc(2k) for network drivers. Since we have a 128byte cacheline on ppc64 this patch should reduce that. Anton - 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/