Merge branch 'qdisc-hash-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Aug 2016 04:19:09 +0000 (21:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Aug 2016 04:19:09 +0000 (21:19 -0700)
commit3e7d2d45644988ceb237349a923e9ccc909564d3
tree3c2021737a3e03e57190ccfc5c9c33a0fc4f2e07
parente951f145d1724769546efe2e04f6cb2b7037d7ea
parentea3274695353127d12155d45be1f2d62ab19c897
Merge branch 'qdisc-hash-fixes'

Jiri Kosina says:

====================
qdisc-hashtable fixes

The following two patches fix all the issues that have been reported
against the conversion of qdisc linked list to hashtable (currently in
net-next) so far.

First patch adjusts handling of singleton qdiscs to the new semantics, and
is rather straightforward.

The second patch, which fixes "cosmetic" issue of duplicate entries in the
qdisc dump for ingress qdiscs, is a little bit more hairy; I personally
would love to see all the already existing "if (ingress)"-like hacks go
away (by, let's say, introducing a general TCQ_F_? flag), but that's way
out of scope of this patchset (but already on my todo).

Thanks a lot to Daniel Borkmann and David Ahern for reporting the issues
and testing the patches promptly.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>