commit | e5ef1de198c7bf2ca10de82add06536ed6165f8b | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Thu Aug 28 06:26:23 2008 +0200 |
committer | Lennert Buytenhek <buytenh@marvell.com> | Fri Sep 05 06:33:59 2008 +0200 |
tree | 95d3cbb86ec768e6261e36e0228ad2abf44c55d9 | |
parent | befefe2177d4bca07a64a2410333388c063a6f7d [diff] |
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>