From: "Michael Chan" <[EMAIL PROTECTED]> Date: Fri, 04 May 2007 17:51:48 -0700
> [TG3]: Fix TSO bugs. > > 1. Remove the check for skb->len greater than MTU when doing TSO. > When the destination has a smaller MSS than the source, a TSO packet > may be smaller than the MTU and we still need to process it as a TSO > packet. > > 2. On 5705A3 devices with TSO enabled, the DMA engine can hang due to a > hardware bug. This patch avoids the hanging condition by reducing the > DMA burst size. > > Signed-off-by: Matt Carlson <[EMAIL PROTECTED]> > Signed-off-by: Michael Chan <[EMAIL PROTECTED]> I had a suspicion that TG3 had the same bug BNX2 did. :) Applied, thanks a lot. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html