[PATCH 3/4][RFC] ehea: LRO support
Kok, Auke
auke-jan.h.kok at intel.com
Tue Jul 31 02:37:36 EST 2007
Jan-Bernd Themann wrote:
> Added LRO support using the "SKB aggregate" interface
>
> Signed-off-by: Jan-Bernd Themann <themann at de.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
More information about the Linuxppc-dev
mailing list