diff options
author | Gao Feng <gfree.wind@vip.163.com> | 2017-08-26 22:58:58 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-28 15:51:42 -0700 |
commit | f9ab7425b312f8a41339389e83b238c3242e8429 (patch) | |
tree | e8452872064260f7d098625e12bdeb63936838cb /net/sched/sch_mq.c | |
parent | f7423eea52770935e3c36fafe511ef9aa5e0fc6d (diff) | |
download | talos-obmc-linux-f9ab7425b312f8a41339389e83b238c3242e8429.tar.gz talos-obmc-linux-f9ab7425b312f8a41339389e83b238c3242e8429.zip |
sched: sfq: drop packets after root qdisc lock is released
The commit 520ac30f4551 ("net_sched: drop packets after root qdisc lock
is released) made a big change of tc for performance. But there are
some points which are not changed in SFQ enqueue operation.
1. Fail to find the SFQ hash slot;
2. When the queue is full;
Now use qdisc_drop instead free skb directly.
Signed-off-by: Gao Feng <gfree.wind@vip.163.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/sch_mq.c')
0 files changed, 0 insertions, 0 deletions