From: Sergei Shtylyov Date: Sun, 29 Apr 2007 03:57:37 +0000 (-0700) Subject: [NETPOLL]: Fix TX queue overflow in trapped mode. X-Git-Tag: v2.6.22-rc1~1107^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f286e113fa377e50bd18fc45e5a0d4d83f6950c;p=pandora-kernel.git [NETPOLL]: Fix TX queue overflow in trapped mode. CONFIG_NETPOLL_TRAP causes the TX queue controls to be completely bypassed in the netpoll's "trapped" mode which easily causes overflows in the drivers with short TX queues (most notably, in 8139too with its 4-deep queue). So, make this option more sensible by making it only bypass the TX softirq wakeup. Signed-off-by: Sergei Shtylyov Acked-by: Jeff Garzik Acked-by: Tom Rini Acked-by: Matt Mackall Signed-off-by: David S. Miller --- Reading git-diff-tree failed