From: Lennert Buytenhek Date: Thu, 28 Aug 2008 04:26:23 +0000 (+0200) Subject: mv643xx_eth: transmit multiqueue support X-Git-Tag: v2.6.28-rc1~717^2~194^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5ef1de198c7bf2ca10de82add06536ed6165f8b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed