e1000e: drop lltx, remove unnecessary lock
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Mon, 19 Jan 2009 14:17:08 +0000 (14:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Jan 2009 07:38:12 +0000 (23:38 -0800)
commit92af3e95e4896452ab33b1841c3e9a9d50658064
tree03d005d0957bf89bdb714ab165334a0ea98314c5
parent5ef3041e4a7cd817bc5ebbb0e5e956a2bdd32c38
e1000e: drop lltx, remove unnecessary lock

LLTX is deprecated and complicated, don't use it.  It was observed by Don Ash
<donash4@gmail.com> that e1000e was acquiring this lock in the NAPI cleanup
path.  This is obviously a bug, as this is a leftover from when e1000
supported multiple tx queues and fake netdevs.

another user reported this to us and tested routing with the 2.6.27 kernel and
this patch and reported a 3.5 % improvement in packets forwarded in a
multi-port test on 82571 parts.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/e1000e/e1000.h
drivers/net/e1000e/netdev.c