Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751104AbWADNOL (ORCPT ); Wed, 4 Jan 2006 08:14:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751252AbWADNOL (ORCPT ); Wed, 4 Jan 2006 08:14:11 -0500 Received: from gw1.cosmosbay.com ([62.23.185.226]:8631 "EHLO gw1.cosmosbay.com") by vger.kernel.org with ESMTP id S1751104AbWADNOK (ORCPT ); Wed, 4 Jan 2006 08:14:10 -0500 Message-ID: <43BBCA19.4090604@cosmosbay.com> Date: Wed, 04 Jan 2006 14:14:01 +0100 From: Eric Dumazet User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Andrew Morton CC: linux-kernel@vger.kernel.org Subject: Re: [PATCH] Shrinks sizeof(files_struct) and better layout References: <20051108185349.6e86cec3.akpm@osdl.org> <437226B1.4040901@cosmosbay.com> <20051109220742.067c5f3a.akpm@osdl.org> <4373698F.9010608@cosmosbay.com> <43BB1178.7020409@cosmosbay.com> <20060104034534.45d9c18a.akpm@osdl.org> In-Reply-To: <20060104034534.45d9c18a.akpm@osdl.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (gw1.cosmosbay.com [172.16.8.80]); Wed, 04 Jan 2006 14:14:01 +0100 (CET) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 745 Lines: 26 Andrew Morton a ?crit : > Eric Dumazet wrote: >> [PATCH] shrink the fdset and reorder fields to give better multi-threaded >> performance. > > Boy, this is going to need some elaborate performance testing.. > > We can't have that `8 * sizeof(embedded_fd_set)' splattered all over the > tree. This? > Fine patch Andrew :) I was a bit unsure of introducing a XXXX_SIZE macro expressed in bits instead of bytes (more natural unit at least for us humans) Thank you Eric - 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/