From: "Kok, Auke" <auke-jan.h.kok@intel.com>
To: Jan-Bernd Themann <ossthema@de.ibm.com>
Cc: Thomas Klein <tklein@de.ibm.com>, Jeff Garzik <jeff@garzik.org>,
Jan-Bernd Themann <themann@de.ibm.com>,
netdev <netdev@vger.kernel.org>,
linux-kernel <linux-kernel@vger.kernel.org>,
linux-ppc <linuxppc-dev@ozlabs.org>,
Christoph Raisch <raisch@de.ibm.com>,
Marcus Eder <meder@de.ibm.com>,
Andrew Gallatin <gallatin@myri.com>,
Stefan Roscher <stefan.roscher@de.ibm.com>,
David Miller <davem@davemloft.net>
Subject: Re: [PATCH] lro: eHEA example how to use LRO
Date: Fri, 03 Aug 2007 13:29:36 -0700 [thread overview]
Message-ID: <46B39030.7030009@intel.com> (raw)
In-Reply-To: <200708031441.26841.ossthema@de.ibm.com>
Jan-Bernd Themann wrote:
> This patch shows how the generic LRO interface is used for SKB mode
>
> Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com>
>
> ---
> drivers/net/Kconfig | 1 +
> drivers/net/ehea/ehea.h | 9 ++++-
> drivers/net/ehea/ehea_ethtool.c | 15 +++++++
> drivers/net/ehea/ehea_main.c | 84 +++++++++++++++++++++++++++++++++++---
> 4 files changed, 101 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index f8a602c..fec4004 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kconfig
<snip>
> +module_param(use_lro, int, 0);
Have you looked at my generic lro get/set patch that I posted this week? this
adds a useless module parameter while ethtool has all the structure already to
accomodate setting lro on/off.
Auke
WARNING: multiple messages have this Message-ID (diff)
From: "Kok, Auke" <auke-jan.h.kok@intel.com>
To: Jan-Bernd Themann <ossthema@de.ibm.com>
Cc: netdev <netdev@vger.kernel.org>,
Christoph Raisch <raisch@de.ibm.com>,
Jan-Bernd Themann <themann@de.ibm.com>,
linux-kernel <linux-kernel@vger.kernel.org>,
linux-ppc <linuxppc-dev@ozlabs.org>,
Marcus Eder <meder@de.ibm.com>, Thomas Klein <tklein@de.ibm.com>,
Stefan Roscher <stefan.roscher@de.ibm.com>,
Andrew Gallatin <gallatin@myri.com>,
Jeff Garzik <jeff@garzik.org>, David Miller <davem@davemloft.net>
Subject: Re: [PATCH] lro: eHEA example how to use LRO
Date: Fri, 03 Aug 2007 13:29:36 -0700 [thread overview]
Message-ID: <46B39030.7030009@intel.com> (raw)
In-Reply-To: <200708031441.26841.ossthema@de.ibm.com>
Jan-Bernd Themann wrote:
> This patch shows how the generic LRO interface is used for SKB mode
>
> Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com>
>
> ---
> drivers/net/Kconfig | 1 +
> drivers/net/ehea/ehea.h | 9 ++++-
> drivers/net/ehea/ehea_ethtool.c | 15 +++++++
> drivers/net/ehea/ehea_main.c | 84 +++++++++++++++++++++++++++++++++++---
> 4 files changed, 101 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index f8a602c..fec4004 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kconfig
<snip>
> +module_param(use_lro, int, 0);
Have you looked at my generic lro get/set patch that I posted this week? this
adds a useless module parameter while ethtool has all the structure already to
accomodate setting lro on/off.
Auke
next prev parent reply other threads:[~2007-08-03 20:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-03 12:41 [PATCH] lro: eHEA example how to use LRO Jan-Bernd Themann
2007-08-03 12:41 ` Jan-Bernd Themann
2007-08-03 20:29 ` Kok, Auke [this message]
2007-08-03 20:29 ` Kok, Auke
2007-08-06 7:01 ` Jan-Bernd Themann
2007-08-06 7:01 ` Jan-Bernd Themann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46B39030.7030009@intel.com \
--to=auke-jan.h.kok@intel.com \
--cc=davem@davemloft.net \
--cc=gallatin@myri.com \
--cc=jeff@garzik.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=meder@de.ibm.com \
--cc=netdev@vger.kernel.org \
--cc=ossthema@de.ibm.com \
--cc=raisch@de.ibm.com \
--cc=stefan.roscher@de.ibm.com \
--cc=themann@de.ibm.com \
--cc=tklein@de.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.