Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 11 Apr 2001 21:32:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 11 Apr 2001 21:32:14 -0400 Received: from samba.sourceforge.net ([198.186.203.85]:58632 "HELO lists.samba.org") by vger.kernel.org with SMTP id ; Wed, 11 Apr 2001 21:32:02 -0400 Date: Wed, 11 Apr 2001 18:29:30 -0700 From: Anton Blanchard To: Maneesh Soni Cc: lse tech , lkml , Paul.McKenney@us.ibm.com, ak@suse.de, hawkes@engr.sgi.com, dipankar@sequent.com Subject: Re: [RFC][PATCH] Scalable FD Management using Read-Copy-Update Message-ID: <20010411182929.A16665@va.samba.org> In-Reply-To: <20010409201311.D9013@in.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010409201311.D9013@in.ibm.com>; from smaneesh@in.ibm.com on Mon, Apr 09, 2001 at 08:13:11PM +0530 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > This patch provides a very good performance improvement in file > descriptor management for SMP linux kernel on a 4-way machine with the > expectation of even higher gains on higher end machines. The patch uses the > read-copy-update mechanism for Linux, published earlier at the sourceforge > site under Linux Scalablity Effort project. > http://lse.sourceforge.net/locking/rclock.html. Good stuff! It would be interesting to try a filesystem benchmark such as dbench. On a quad PPC fget was chewing up more than its fair share of cpu time. 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/