Files
linux-st/include/net
Paolo Abeni e5f0e8f8e4 net: sched: introduce and use qdisc tree flush/purge helpers
The same code to flush qdisc tree and purge the qdisc queue
is duplicated in many places and in most cases it does not
respect NOLOCK qdisc: the global backlog len is used and the
per CPU values are ignored.

This change addresses the above, factoring-out the relevant
code and using the helpers introduced by the previous patch
to fetch the correct backlog len.

Fixes: c5ad119fb6 ("net: sched: pfifo_fast use skb_array")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-04-01 14:50:13 -07:00
..
2019-02-21 16:23:56 -08:00
2019-01-23 11:18:00 -08:00
2019-02-13 21:07:47 -08:00
2019-02-25 14:32:35 -08:00
2018-12-20 16:56:04 -08:00
2019-03-03 22:10:16 -08:00