[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <46AE13D0.7060902@intel.com>
Date: Mon, 30 Jul 2007 09:37:36 -0700
From: "Kok, Auke" <auke-jan.h.kok@...el.com>
To: Jan-Bernd Themann <ossthema@...ibm.com>
CC: netdev <netdev@...r.kernel.org>,
Christoph Raisch <raisch@...ibm.com>,
Jan-Bernd Themann <themann@...ibm.com>,
linux-kernel <linux-kernel@...r.kernel.org>,
linux-ppc <linuxppc-dev@...abs.org>,
Marcus Eder <meder@...ibm.com>,
Thomas Klein <tklein@...ibm.com>,
Stefan Roscher <stefan.roscher@...ibm.com>,
Jeff Garzik <jeff@...zik.org>,
David Miller <davem@...emloft.net>,
Andrew Gallatin <gallatin@...i.com>
Subject: Re: [PATCH 3/4][RFC] ehea: LRO support
Jan-Bernd Themann wrote:
> Added LRO support using the "SKB aggregate" interface
>
> Signed-off-by: Jan-Bernd Themann <themann@...ibm.com>
>
> ---
> 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(-)
<snip>
> +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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists