Re: [PATCH] [NET] ethtool: Add LRO support

2007-08-10 Thread Kok, Auke
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

Re: [PATCH] [NET] ethtool: Add LRO support

2007-08-10 Thread Jeff Garzik
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

Re: [PATCH] [NET] ethtool: Add LRO support

2007-08-10 Thread David Miller
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

Re: [PATCH] [NET] ethtool: Add LRO support

2007-08-10 Thread Jeff Garzik
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

Re: [PATCH] [NET] ethtool: Add LRO support

2007-08-10 Thread Jan-Bernd Themann
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 >

Re: [PATCH] [NET] ethtool: Add LRO support

2007-08-09 Thread David Miller
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.

[PATCH] [NET] ethtool: Add LRO support

2007-08-09 Thread Auke Kok
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

[PATCH] [NET] ethtool: Add LRO support

2007-07-31 Thread Auke Kok
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