Lennert Buytenhek 11b4aa03b2 mv643xx_eth: fix recycle check bound
When mv643xx_eth allocates skbuffs, it adds
'dma_get_cache_alignment() - 1' to the length it needs, so that it can
align the skb's ->data pointer to a cache boundary.  When checking
whether a transmitted skbuff can be reused as a receive buffer, these
bytes needs to be included into the minimum bound for the recycle check.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-11-20 01:39:52 -08:00
..
2008-11-16 01:35:56 -08:00
2008-11-16 19:05:16 -08:00
2008-11-03 15:23:02 -05:00
2008-10-16 16:52:05 +02:00
2008-11-16 01:42:36 -08:00
2008-11-19 14:17:02 -08:00
2008-10-16 16:52:05 +02:00
2008-11-03 16:46:58 -08:00
2008-11-14 18:18:30 -05:00
2008-11-03 15:23:12 -05:00
2008-11-14 14:44:08 -08:00
2008-10-30 23:35:02 -07:00
2008-10-17 02:38:35 +11:00
2008-10-22 06:22:13 -04:00
2008-11-01 09:49:46 -07:00