Re: [PATCH 3/4][RFC] ehea: LRO support

From: Kok, Auke
Date: Mon Jul 30 2007 - 12:38:33 EST


Jan-Bernd Themann wrote:
Added LRO support using the "SKB aggregate" interface

Signed-off-by: Jan-Bernd Themann <themann@xxxxxxxxxx>

---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/