Re: [PATCH] ixgbe: Correctly obtain protocol information on transmit

2008-02-15 Thread Jeff Garzik
Auke Kok wrote: In reply to "RE: [Fwd: [PATCH 2.6.25] ixgbe/igb: correctly obtain protocol information on transmit]" from Andy Gospodarek: The driver was incorrectly looking at socket headers for protocol information, needed for checksumming offload. Fix this by not looking at the socket but fra

Re: [PATCH] ixgbe: Correctly obtain protocol information on transmit

2008-02-13 Thread Andy Gospodarek
On Tue, Feb 12, 2008 at 03:20:33PM -0800, Auke Kok wrote: > In reply to "RE: [Fwd: [PATCH 2.6.25] ixgbe/igb: correctly obtain protocol > information on transmit]" from Andy Gospodarek: > > The driver was incorrectly looking at socket headers for > protocol information, needed for checksumming offl

[PATCH] ixgbe: Correctly obtain protocol information on transmit

2008-02-12 Thread Auke Kok
In reply to "RE: [Fwd: [PATCH 2.6.25] ixgbe/igb: correctly obtain protocol information on transmit]" from Andy Gospodarek: The driver was incorrectly looking at socket headers for protocol information, needed for checksumming offload. Fix this by not looking at the socket but frame headers instead