]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mv643xx_eth: use longer DMA bursts
authorLennert Buytenhek <buytenh@wantstofly.org>
Thu, 10 Jul 2008 12:40:51 +0000 (14:40 +0200)
committerLennert Buytenhek <buytenh@marvell.com>
Thu, 24 Jul 2008 04:22:51 +0000 (06:22 +0200)
commitcd4ccf76bfd2c36d351e68be7e6a597268f98a1a
treea9c63d6536d1c49cbb350c238b903a4f05036dcb
parentae9ae06443f7bfa4f013c0e2c035d549e999ad3e
mv643xx_eth: use longer DMA bursts

The mv643xx_eth driver is limiting DMA bursts to 32 bytes, while
using the largest burst size (128 bytes) gives a couple percentage
points performance improvement in throughput tests, and the docs
say that the 128 byte default should not need to be changed, so
use 128 byte bursts instead.

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