mv643xx_eth: transmit multiqueue support
authorLennert Buytenhek <buytenh@wantstofly.org>
Thu, 28 Aug 2008 04:26:23 +0000 (06:26 +0200)
committerLennert Buytenhek <buytenh@marvell.com>
Fri, 5 Sep 2008 04:33:59 +0000 (06:33 +0200)
commite5ef1de198c7bf2ca10de82add06536ed6165f8b
tree95d3cbb86ec768e6261e36e0228ad2abf44c55d9
parentbefefe2177d4bca07a64a2410333388c063a6f7d
mv643xx_eth: transmit multiqueue support

As all the infrastructure for multiple transmit queues already exists
in the driver, this patch is entirely trivial.

The individual transmit queues are still serialised by the driver's
per-port private spinlock, but that will disappear (i.e. be replaced
by the per-subqueue ->_xmit_lock) in a subsequent patch.

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