Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1465978
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | David Miller <davem@davemloft.net> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH next-next 0/2] qdisc-hashtable fixes |
| Date | Fri, 19 Aug 2016 06:20:01 +0200 |
| Message-ID | <s7JrH-Kb-3@gated-at.bofh.it> (permalink) |
| References | <s6UyR-8k-9@gated-at.bofh.it> |
| X-Mailer | Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) |
| MIME-Version | 1.0 |
| Content-Type | Text/Plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Greylist | Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 18 Aug 2016 21:19:25 -0700 (PDT) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 20 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | daniel@iogearbox.net, dsa@cumulusnetworks.com, simon.horman@netronome.com, xiyou.wangcong@gmail.com, eric.dumazet@gmail.com, jhs@mojatatu.com, phil@nwl.cc, linux-kernel@vger.kernel.org, netdev@vger.kernel.org |
| X-Original-Date | Thu, 18 Aug 2016 21:19:24 -0700 (PDT) |
| X-Original-Message-ID | <20160818.211924.685863058808736843.davem@davemloft.net> |
| X-Original-References | <alpine.LNX.2.00.1608162339050.22028@cbobk.fhfr.pm> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1465978 |
Show key headers only | View raw
From: Jiri Kosina <jikos@kernel.org> Date: Tue, 16 Aug 2016 23:52:08 +0200 (CEST) > 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. Series applied, thanks Jiri.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH next-next 0/2] qdisc-hashtable fixes Jiri Kosina <jikos@kernel.org> - 2016-08-17 00:00 +0200
[PATCH 2/2] net: sched: avoid duplicates in qdisc dump Jiri Kosina <jikos@kernel.org> - 2016-08-17 00:00 +0200
Re: [PATCH 2/2] net: sched: avoid duplicates in qdisc dump Cong Wang <xiyou.wangcong@gmail.com> - 2016-08-19 03:50 +0200
Re: [PATCH 2/2] net: sched: avoid duplicates in qdisc dump Jiri Kosina <jikos@kernel.org> - 2016-08-19 23:50 +0200
[PATCH 1/2] net: sched: fix handling of singleton qdiscs with qdisc_hash Jiri Kosina <jikos@kernel.org> - 2016-08-17 00:00 +0200
Re: [PATCH next-next 0/2] qdisc-hashtable fixes David Miller <davem@davemloft.net> - 2016-08-19 06:20 +0200
csiph-web