commit | 1936502d00ae6c2aa3931c42f6cf54afaba094f2 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Thu Mar 22 12:18:35 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:27:23 2007 -0700 |
tree | 2870f51b8b5a91c39295fe092dd042b774825bf4 | |
parent | 11274e5a43266d531140530adebead6903380caf [diff] |
[NET_SCHED] qdisc: avoid transmit softirq on watchdog wakeup If possible, avoid having to do a transmit softirq when a qdisc watchdog decides to re-enable. The watchdog routine runs off a timer, so it is already in the same effective context as the softirq. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>