From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030218AbXCCMdm (ORCPT ); Sat, 3 Mar 2007 07:33:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030217AbXCCMdm (ORCPT ); Sat, 3 Mar 2007 07:33:42 -0500 Received: from one.firstfloor.org ([213.235.205.2]:49514 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030208AbXCCMdl (ORCPT ); Sat, 3 Mar 2007 07:33:41 -0500 Date: Sat, 3 Mar 2007 13:33:40 +0100 From: Andi Kleen To: Benjamin Herrenschmidt Cc: Andi Kleen , Jan-Bernd Themann , Thomas Klein , Jan-Bernd Themann , netdev , linux-kernel , linux-ppc , Christoph Raisch , Marcus Eder , Stefan Roscher Subject: Re: [PATCH] ehea: Optional TX/RX path optimized for SMP Message-ID: <20070303123340.GB5357@one.firstfloor.org> References: <200702231730.58579.ossthema@de.ibm.com> <1172910508.8184.53.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1172910508.8184.53.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 03, 2007 at 09:28:28AM +0100, Benjamin Herrenschmidt wrote: > On Sat, 2007-03-03 at 04:06 +0100, Andi Kleen wrote: > > Jan-Bernd Themann writes: > > > > > > Are there any concerns about this approach? > > > > Yes. You should fix the NAPI code instead of trying to work > > around it. > > NAPI is being fixed but the fix will take time to get in. In the > meantime, the solution to get something working is the workaround If it works right now with just a little less efficiency there is no pressing need to do workarounds until the real solution. Besides I doubt that patch would have made .21 anyways and in .22 you might already have multiqueue NAPI. -Andi