From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by ozlabs.org (Postfix) with ESMTP id 110EADDED0 for ; Tue, 31 Jul 2007 02:38:14 +1000 (EST) Message-ID: <46AE13D0.7060902@intel.com> Date: Mon, 30 Jul 2007 09:37:36 -0700 From: "Kok, Auke" MIME-Version: 1.0 To: Jan-Bernd Themann Subject: Re: [PATCH 3/4][RFC] ehea: LRO support References: <200707301724.49829.ossthema@de.ibm.com> In-Reply-To: <200707301724.49829.ossthema@de.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Thomas Klein , Jeff Garzik , Jan-Bernd Themann , netdev , linux-kernel , linux-ppc , Christoph Raisch , Marcus Eder , Andrew Gallatin , Stefan Roscher , David Miller List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Jan-Bernd Themann wrote: > Added LRO support using the "SKB aggregate" interface > > Signed-off-by: Jan-Bernd Themann > > --- > drivers/net/ehea/ehea.h | 9 ++++- > drivers/net/ehea/ehea_ethtool.c | 15 +++++++ > drivers/net/ehea/ehea_main.c | 82 +++++++++++++++++++++++++++++++++++--- > 3 files changed, 98 insertions(+), 8 deletions(-) > +module_param(use_lro, int, 0); > +module_param(lro_max_aggr, int, 0); this should obviously (and Stephen H. probably agrees) be implemented in ethtool instead, and opens up the question as to what changes we need to add to ethtool. .. Auke