From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e1.ny.us.ibm.com (e1.ny.us.ibm.com [32.97.182.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e1.ny.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 11A4167BB2 for ; Sat, 12 Aug 2006 03:03:45 +1000 (EST) Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e1.ny.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k7BH3dYD006183 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 11 Aug 2006 13:03:39 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay04.pok.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k7BH3dpq242440 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 11 Aug 2006 13:03:39 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k7BH3cuW026183 for ; Fri, 11 Aug 2006 13:03:39 -0400 Date: Fri, 11 Aug 2006 12:03:37 -0500 To: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org Subject: [PATCH 0/4]: powerpc/cell spidernet ethernet driver fixes Message-ID: <20060811170337.GH10638@austin.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: linas@austin.ibm.com (Linas Vepstas) Cc: James K Lewis , Arnd Bergmann , Jens Osterkamp List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The following series of patches implement some fixes and performance improvements for the Spedernet ethernet device driver. The high point of the patch series is some code to implement a low-watermark interrupt on the transmit queue. The bundle of patches raises transmit performance from some embarassingly low value to a reasonable 730 Megabits per second for 1500 byte packets. Please note that the spider is an ethernet controller that is integrated into the south bridge, and is thus available only on Cell-based platforms. These have been well-tested over the last few weeks. Please apply. --linas