Jeff Garzik wrote:
Auke Kok wrote:
Signed-off-by: Auke Kok <[EMAIL PROTECTED]>
---
include/linux/ethtool.h |8 +++
include/linux/netdevice.h |1 +
net/core/ethtool.c| 53 +
3 files changed, 62 insertions(+), 0 deletions(-)
di
David Miller wrote:
From: Jeff Garzik <[EMAIL PROTECTED]>
Date: Fri, 10 Aug 2007 04:42:44 -0400
I'll code this up, along with the associated generic helpers
(net/core/ethtool.c), if there are no objections.
No objections except I would give the driver private it's
own set of flags.
Great mi
From: Jeff Garzik <[EMAIL PROTECTED]>
Date: Fri, 10 Aug 2007 04:42:44 -0400
> I'll code this up, along with the associated generic helpers
> (net/core/ethtool.c), if there are no objections.
No objections except I would give the driver private it's
own set of flags.
Otherwise the number of bits
Auke Kok wrote:
Signed-off-by: Auke Kok <[EMAIL PROTECTED]>
---
include/linux/ethtool.h |8 +++
include/linux/netdevice.h |1 +
net/core/ethtool.c| 53 +
3 files changed, 62 insertions(+), 0 deletions(-)
diff --git a/include/l
Hi
On Friday 10 August 2007 00:00, David Miller wrote:
> From: Auke Kok <[EMAIL PROTECTED]>
> Date: Thu, 09 Aug 2007 09:41:17 -0700
>
> > Signed-off-by: Auke Kok <[EMAIL PROTECTED]>
>
> I think this is definitely how we should handle LRO
> configuration instead of the ad-hoc module parameters
>
From: Auke Kok <[EMAIL PROTECTED]>
Date: Thu, 09 Aug 2007 09:41:17 -0700
> Signed-off-by: Auke Kok <[EMAIL PROTECTED]>
I think this is definitely how we should handle LRO
configuration instead of the ad-hoc module parameters
current LRO drivers use now.
I'll put this infrastructure into net-2.6.
Signed-off-by: Auke Kok <[EMAIL PROTECTED]>
---
include/linux/ethtool.h |8 +++
include/linux/netdevice.h |1 +
net/core/ethtool.c| 53 +
3 files changed, 62 insertions(+), 0 deletions(-)
diff --git a/include/linux/ethtool.h b/i
Signed-off-by: Auke Kok <[EMAIL PROTECTED]>
---
include/linux/ethtool.h |8 +++
include/linux/netdevice.h |1 +
net/core/ethtool.c| 54 -
3 files changed, 62 insertions(+), 1 deletions(-)
diff --git a/include/linux/ethtool.h b/i