mv643xx_eth: allow multiple TX queues
authorLennert Buytenhek <buytenh@wantstofly.org>
Sun, 1 Jun 2008 23:28:22 +0000 (01:28 +0200)
committerLennert Buytenhek <buytenh@wantstofly.org>
Thu, 12 Jun 2008 06:40:37 +0000 (08:40 +0200)
commit3d6b35bc5090cf8d8b7e62eca1f9c21ca56fc6c7
tree2fcac3edee649519921ecf88367ddab110901c67
parent64da80a29c7455321a7df7b47e27d639e3944c1a
mv643xx_eth: allow multiple TX queues

As with the multiple RX queue support, allow the platform code to
specify that the hardware we are running on supports multiple TX
queues.  This patch only uses the highest-numbered enabled queue
to send packets to for now, this can be extended later to enable
QoS and such.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Dale Farnsworth <dale@farnsworth.org>
drivers/net/mv643xx_eth.c
include/linux/mv643xx_eth.h