netpoll per device txq
authorStephen Hemminger <shemminger@osdl.org>
Thu, 26 Oct 2006 22:46:51 +0000 (15:46 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:22:33 +0000 (21:22 -0800)
When the netpoll beast got really busy, it tended to clog
things, so it stored them for later. But the beast was putting
all it's skb's in one basket. This was bad because maybe some
pipes were clogged and others were not.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>

No differences found