Re: [patch 06/14] e1000: disable TSO on the 82544 with slab debugging
From: Jeff Garzik <hidden>
Date: 2006-12-26 21:28:38
From: Jeff Garzik <hidden>
Date: 2006-12-26 21:28:38
Herbert Xu wrote:
Jeff Garzik [off-list ref] wrote:quoted
quoted
+#ifdef CONFIG_DEBUG_SLAB + /* 82544's work arounds do not play nicely with DEBUG SLAB */ + if (adapter->hw.mac_type == e1000_82544) + netdev->features &= ~NETIF_F_TSO; +#endifNAK, same reason as the othersAny chance you could apply this patch instead? I've verified that this does resolve the problem on 82544. [NETDRV] e1000: Do not truncate TSO TCP header with 82544 workaround
applied