From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e4.ny.us.ibm.com (e4.ny.us.ibm.com [32.97.182.144]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e4.ny.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 4938DDDEAB for ; Sat, 10 Feb 2007 11:01:35 +1100 (EST) Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e4.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id l1A01UX6012593 for ; Fri, 9 Feb 2007 19:01:30 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v8.2) with ESMTP id l1A01UU5162918 for ; Fri, 9 Feb 2007 19:01:30 -0500 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l1A01T6T019291 for ; Fri, 9 Feb 2007 19:01:29 -0500 Date: Fri, 9 Feb 2007 18:01:28 -0600 To: jgarzik@pobox.com Subject: [PATCH 0/5]: spidernet: misc fixes Message-ID: <20070210000128.GJ5616@austin.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: linas@austin.ibm.com (Linas Vepstas) Cc: linuxppc-dev@ozlabs.org, James K Lewis , Jens Osterkamp , netdev@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Jeff, A series of five patches against the spidernet ethernet device driver. The first fixes a compile break in the current kernel.rg tree. The second restructures the descriptor ring, per an old suggestion. The third & fourth fix a race condition seen under heavy load. The fifth is a trite janitorial patch. Please apply. --linas