commit | 15dc36ebbbea7da35fff2c51b620c8333fc87528 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Mar 10 17:11:42 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 11 23:54:23 2014 -0400 |
tree | 8da1869274a4800b33ec0666668b9a474f34f3c6 | |
parent | a19a7ec8fc8eb32113efeaff2a1ceca273726e9b [diff] |
pkt_sched: do not use rcu in tc_dump_qdisc() Like all rtnetlink dump operations, we hold RTNL in tc_dump_qdisc(), so we do not need to use rcu protection to protect list of netdevices. This will allow preemption to occur, thus reducing latencies. Following patch adds explicit cond_resched() calls. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>