]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit138140787fded1e13446fedd100054d1e60c20d7
tree3c2021737a3e03e57190ccfc5c9c33a0fc4f2e07
parent1faa167261176ed2002e17410d8025db77014416
parent8cc407022c6bb22af0d27ca15f45ac21a82315cb
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>