From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mtagate7.de.ibm.com (mtagate7.de.ibm.com [195.212.29.156]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mtagate7.de.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id A082EDDDF9 for ; Tue, 2 Oct 2007 00:54:19 +1000 (EST) Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate7.de.ibm.com (8.13.8/8.13.8) with ESMTP id l91EsFew374506 for ; Mon, 1 Oct 2007 14:54:15 GMT Received: from d12av03.megacenter.de.ibm.com (d12av03.megacenter.de.ibm.com [9.149.165.213]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v8.5) with ESMTP id l91EsETS2101322 for ; Mon, 1 Oct 2007 16:54:14 +0200 Received: from d12av03.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av03.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l91EsEXT007762 for ; Mon, 1 Oct 2007 16:54:14 +0200 From: Jan-Bernd Themann To: Jeff Garzik Subject: Re: [PATCH] ehea: DLPAR memory add fix Date: Mon, 1 Oct 2007 16:54:13 +0200 References: <200710011633.18305.ossthema@de.ibm.com> <470107D9.2040301@garzik.org> In-Reply-To: <470107D9.2040301@garzik.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200710011654.14067.ossthema@de.ibm.com> Cc: Thomas Klein , Jan-Bernd Themann , netdev , linux-kernel , linux-ppc , Christoph Raisch , Marcus Eder , Stefan Roscher List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, On Monday 01 October 2007 16:44, Jeff Garzik wrote: > Jan-Bernd Themann wrote: > > Due to stability issues in high load situations the HW queue handling > > has to be changed. The HW queues are now stopped and restarted again instead > > of destroying and allocating new HW queues. > > > > Signed-off-by: Jan-Bernd Themann > > May I presume this is for 2.6.23? > > Jeff no, the patch is build against 2.6.24 upstream (new NAPI interface). Regards, Jan-Bernd