From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] Gianfar SKB Recycling Support Date: Wed, 17 May 2006 15:49:15 -0700 Message-ID: <20060517154915.4feb6e0e@localhost.localdomain> References: <18AEF66AFDF06F4CAAA1D419D000FD33524B79@az33exm24.fsl.freescale.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , "Fleming Andy-afleming" , "Kumar Gala" , "Haruki Dai-r35557" Return-path: Received: from smtp.osdl.org ([65.172.181.4]:30413 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751017AbWEQWtS (ORCPT ); Wed, 17 May 2006 18:49:18 -0400 To: "Haruki Dai-r35557" In-Reply-To: <18AEF66AFDF06F4CAAA1D419D000FD33524B79@az33exm24.fsl.freescale.net> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, 17 May 2006 15:45:14 -0700 "Haruki Dai-r35557" wrote: > This patch improves the IP forwarding throughput of > the Freescale TSEC/eTSEC Gianfar driver. By recycling > the Socket buffer and Data buffer, reduce the unnecessary > memory allocation and de-allocation in the forwarding > processing chain. > > Signed-off-by: Dai Haruki > Signed-off-by: Andy Fleming > What if I am forwarding from gianfar to e1000?