Re: [PATCH] ixgb: fix TX hangs under heavy load

2007-10-30 Thread Andy Gospodarek
On Tue, Oct 30, 2007 at 11:21:50AM -0700, Auke Kok wrote: > A merge error occurred where we merged the wrong block here > in version 1.0.120. The right condition for frags is slightly > different then for the skb, so account for the difference properly > and trim the TSO based size right. > > Orig

Re: [PATCH] ixgb: fix TX hangs under heavy load

2007-10-30 Thread Jeff Garzik
Auke Kok wrote: A merge error occurred where we merged the wrong block here in version 1.0.120. The right condition for frags is slightly different then for the skb, so account for the difference properly and trim the TSO based size right. Originally part of a fix reported by IBM to fix TSO hang

[PATCH] ixgb: fix TX hangs under heavy load

2007-10-30 Thread Auke Kok
A merge error occurred where we merged the wrong block here in version 1.0.120. The right condition for frags is slightly different then for the skb, so account for the difference properly and trim the TSO based size right. Originally part of a fix reported by IBM to fix TSO hangs on pSeries hardw