Re: [PATCH 7/7] cxgb3 - Add SW LRO support
From: Steve Wise <hidden>
Date: 2007-02-27 14:17:18
Also in:
lkml
From: Steve Wise <hidden>
Date: 2007-02-27 14:17:18
Also in:
lkml
On Mon, 2007-02-26 at 05:13 +0000, Christoph Hellwig wrote:
On Sat, Feb 24, 2007 at 04:44:23PM -0800, divy@chelsio.com wrote:quoted
From: Divy Le Ray <redacted> 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?
It looks like both Netxen and Neterion drivers already have this. So I think for now the LLDD implements LRO. The stack supports it by virtue of allowing fragmented skbs that are bigger than the MTU. Other drivers implementing LRO: drivers/net/s2io.c drivers/net/netxen/ Steve.