commit | 3d6b35bc5090cf8d8b7e62eca1f9c21ca56fc6c7 | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Mon Jun 02 01:28:22 2008 +0200 |
committer | Lennert Buytenhek <buytenh@wantstofly.org> | Thu Jun 12 08:40:37 2008 +0200 |
tree | 2fcac3edee649519921ecf88367ddab110901c67 | |
parent | 64da80a29c7455321a7df7b47e27d639e3944c1a [diff] |
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>