]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
[PATCH] r8169: avoid needless NAPI poll scheduling
authorFrancois Romieu <romieu@fr.zoreil.com>
Tue, 14 Aug 2007 22:29:27 +0000 (00:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 17 Oct 2007 19:30:22 +0000 (21:30 +0200)
commitc28be534be0e40ef085ee707d9af390bfa6d7858
tree1475a085976dd299f9cdb1263dd6f98226512773
parente54a4b21a342c6a80c2e1bed14f1d31c24fadf45
[PATCH] r8169: avoid needless NAPI poll scheduling

Theory  : though needless, it should not have hurt.
Practice: it does not play nice with DEBUG_SHIRQ + LOCKDEP + UP
(see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=3D242572).

The patch makes sense in itself but I should dig why it has an effect
on #242572 (assuming that NAPI do not change in a near future).

Patch in mainline as 313b0305b5a1e7e0fb39383befbf79558ce68a9c.
Backported to 2.6.22-stable by Thomas M=FCller.

Signed-off-by: Thomas M=FCller <thomas@mathtm.de>
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/r8169.c