Herbert Xu wrote:
Jeff Garzik <[EMAIL PROTECTED]> wrote:
+#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;
+#endif
NAK, same reason as the others

Any 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


-
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

Reply via email to