On Wed, Jan 21, 2009 at 4:58 PM, David Miller <davem@xxxxxxxxxxxxx> wrote: > > Ok, I've pushed all of the patches I've applied for 2.6.30 off to: > > master.kernel.org:/pub/scm/linux/kernel/git/davem/net-next-2.6.git > > Enjoy. > -- Dave, the net-next tree seems to be missing this patch... From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx> Date: Mon, 19 Jan 2009 16:17:08 -0800 e1000e: drop lltx, remove unnecessary lock LLTX is deprecated and complicated, don't use it. It was observed by Don Ash <donash4@xxxxxxxxx> 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@xxxxxxxxx> Signed-off-by: Bruce Allan <bruce.w.allan@xxxxxxxxx> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx> -- Cheers, Jeff -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html