Skip to content
Commit c4df1bdd authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'net-sched-fix-stats-accounting-for-child-NOLOCK-qdiscs'



Paolo Abeni says:

====================
net: sched: fix stats accounting for child NOLOCK qdiscs

Currently, stats accounting for NOLOCK qdisc enslaved to classful (lock)
qdiscs is buggy. Per CPU values are ignored in most places, as a result,
stats dump in the above scenario always report 0 length backlog and parent
backlog len is not updated correctly on NOLOCK qdisc removal.

The first patch address stats dumping, and the second one child qdisc removal.
I'm targeting the net tree as this is a bugfix, but it could be moved to
net-next due to the relatively large diffstat.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 0db6f8be e5f0e8f8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment