netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Anton Danilov <littlesmilingcloud@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH iproute2 v3] tc: improve the qdisc show command
Date: Mon, 6 Jul 2020 11:01:38 -0700	[thread overview]
Message-ID: <20200706110138.36a1528c@hermes.lan> (raw)
In-Reply-To: <20200703153921.9312-1-littlesmilingcloud@gmail.com>

On Fri,  3 Jul 2020 18:39:22 +0300
Anton Danilov <littlesmilingcloud@gmail.com> wrote:

> Before can be possible show only all qeueue disciplines on an interface.
> There wasn't a way to get the qdisc info by handle or parent, only full
> dump of the disciplines with a following grep/sed usage.
> 
> Now new and old options work as expected to filter a qdisc by handle or
> parent.
> 
> Full syntax of the qdisc show command:
> 
> tc qdisc { show | list } [ dev STRING ] [ QDISC_ID ] [ invisible ]
>   QDISC_ID := { root | ingress | handle QHANDLE | parent CLASSID }
> 
> This change doesn't require any changes in the kernel.
> 
> Signed-off-by: Anton Danilov <littlesmilingcloud@gmail.com>
> ---
> v2:
> - Fix the coding style
> v3:
> - Make the parameters checking more simple

Applied, thanks

      reply	other threads:[~2020-07-06 18:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-16  6:39 [PATCH v2] tc: qdisc: filter qdisc's by parent/handle specification Anton Danilov
2020-06-18 22:17 ` Stephen Hemminger
2020-06-24 17:03   ` Anton Danilov
2020-07-03 15:39   ` [PATCH iproute2 v3] tc: improve the qdisc show command Anton Danilov
2020-07-06 18:01     ` Stephen Hemminger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200706110138.36a1528c@hermes.lan \
    --to=stephen@networkplumber.org \
    --cc=littlesmilingcloud@gmail.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).