]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mv643xx_eth: enforce multiple-of-8-bytes receive buffer size restriction
authorLennert Buytenhek <buytenh@wantstofly.org>
Sun, 24 Aug 2008 01:00:20 +0000 (03:00 +0200)
committerLennert Buytenhek <buytenh@marvell.com>
Sun, 24 Aug 2008 01:33:44 +0000 (03:33 +0200)
commitabe787170bb3888c5e587e8e986711fe32ddf2f9
treea1e1854fe95054adf2c3336bb5713936f2ab4efe
parent9e1f37724265725ad4c14fc2ef60a162dc13ac64
mv643xx_eth: enforce multiple-of-8-bytes receive buffer size restriction

The mv643xx_eth hardware ignores the lower three bits of the buffer
size field in receive descriptors, causing the reception of full-sized
packets to fail at some MTUs.  Fix this by rounding the size of
allocated receive buffers up to a multiple of eight bytes.

While we are at it, add a bit of extra space to each receive buffer so
that we can handle multiple vlan tags on ingress.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
drivers/net/mv643xx_eth.c