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)
commitb6cd27ed33886a5ffaf0925a6d98e13e18e8a1af
tree9657515409d89b8b43134e0a29f7c3730901277c
parent93ec2c723e3f8a216dde2899aeb85c648672bc6b
netpoll per device txq

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>
include/linux/netpoll.h
net/core/netpoll.c