[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <459193FF.2040209@garzik.org>
Date: Tue, 26 Dec 2006 16:28:31 -0500
From: Jeff Garzik <jeff@...zik.org>
To: Herbert Xu <herbert@...dor.apana.org.au>
CC: arjan@...ux.intel.com, netdev@...r.kernel.org,
jesse.brandeburg@...il.com
Subject: Re: [patch 06/14] e1000: disable TSO on the 82544 with slab debugging
Herbert Xu wrote:
> Jeff Garzik <jeff@...zik.org> 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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists