Re: [PATCH 7/7] cxgb3 - Add SW LRO support

2007-06-01 Thread Jeff Garzik
Brice Goglin wrote: Steve Wise wrote: You're right. But cxgb3 has it now in the driver (tested and working). Shouldn't it be pulled in? When the network stack design gets done (which could take a few releases to finalize), all the drivers can be updated to use it. It doesn't seem reasonable t

Re: [PATCH 7/7] cxgb3 - Add SW LRO support

2007-02-27 Thread Brice Goglin
Steve Wise wrote: > You're right. But cxgb3 has it now in the driver (tested and working). > Shouldn't it be pulled in? When the network stack design gets done > (which could take a few releases to finalize), all the drivers can be > updated to use it. It doesn't seem reasonable to allow some dr

Re: [PATCH 7/7] cxgb3 - Add SW LRO support

2007-02-27 Thread Steve Wise
On Tue, 2007-02-27 at 09:53 -0500, Jeff Garzik wrote: > Steve Wise wrote: > > On Mon, 2007-02-26 at 05:13 +, Christoph Hellwig wrote: > >> On Sat, Feb 24, 2007 at 04:44:23PM -0800, [EMAIL PROTECTED] wrote: > >>> From: Divy Le Ray <[EMAIL PROTECTED]> > >>> > >>> Add all-in-sw lro support. > >> D

Re: [PATCH 7/7] cxgb3 - Add SW LRO support

2007-02-27 Thread Jeff Garzik
Steve Wise wrote: On Mon, 2007-02-26 at 05:13 +, Christoph Hellwig wrote: On Sat, Feb 24, 2007 at 04:44:23PM -0800, [EMAIL PROTECTED] wrote: From: Divy Le Ray <[EMAIL PROTECTED]> Add all-in-sw lro support. Doing this in a LLDD doesn't sound like a good idea. Have you tried doing this in

Re: [PATCH 7/7] cxgb3 - Add SW LRO support

2007-02-27 Thread Steve Wise
On Mon, 2007-02-26 at 05:13 +, Christoph Hellwig wrote: > On Sat, Feb 24, 2007 at 04:44:23PM -0800, [EMAIL PROTECTED] wrote: > > From: Divy Le Ray <[EMAIL PROTECTED]> > > > > Add all-in-sw lro support. > > Doing this in a LLDD doesn't sound like a good idea. Have you > tried doing this in th

Re: [PATCH 7/7] cxgb3 - Add SW LRO support

2007-02-26 Thread Divy Le Ray
Christoph Hellwig wrote: On Sat, Feb 24, 2007 at 04:44:23PM -0800, [EMAIL PROTECTED] wrote: From: Divy Le Ray <[EMAIL PROTECTED]> Add all-in-sw lro support. Doing this in a LLDD doesn't sound like a good idea. Have you tried doing this in the core networking code instead? We hav

Re: [PATCH 7/7] cxgb3 - Add SW LRO support

2007-02-25 Thread Christoph Hellwig
On Sat, Feb 24, 2007 at 04:44:23PM -0800, [EMAIL PROTECTED] wrote: > From: Divy Le Ray <[EMAIL PROTECTED]> > > Add all-in-sw lro support. Doing this in a LLDD doesn't sound like a good idea. Have you tried doing this in the core networking code instead? - To unsubscribe from this list: send the

[PATCH 7/7] cxgb3 - Add SW LRO support

2007-02-24 Thread divy
From: Divy Le Ray <[EMAIL PROTECTED]> Add all-in-sw lro support. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- drivers/net/cxgb3/adapter.h | 21 ++ drivers/net/cxgb3/common.h |1 drivers/net/cxgb3/cxgb3_ioctl.h |1 drivers/net/cxgb3/cxgb3_main.c | 16 ++ drivers/net

[PATCH 7/7] cxgb3 - Add SW LRO support

2007-02-22 Thread divy
From: Divy Le Ray <[EMAIL PROTECTED]> Add all-in-sw lro support. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- drivers/net/cxgb3/adapter.h | 21 ++ drivers/net/cxgb3/common.h |1 drivers/net/cxgb3/cxgb3_ioctl.h |1 drivers/net/cxgb3/cxgb3_main.c | 16 ++ drivers/net