commit | b6cd27ed33886a5ffaf0925a6d98e13e18e8a1af | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Thu Oct 26 15:46:51 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:22:33 2006 -0800 |
tree | 9657515409d89b8b43134e0a29f7c3730901277c | |
parent | 93ec2c723e3f8a216dde2899aeb85c648672bc6b [diff] |
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>