Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1588635
| From | Phil Sutter <phil@nwl.cc> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] iproute2: add support for invisible qdisc dumping |
| Date | 2017-02-27 13:10 +0100 |
| Message-ID | <tfshP-5m9-5@gated-at.bofh.it> (permalink) |
| References | <teS4G-5je-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sat, Feb 25, 2017 at 10:29:17PM +0100, Jiri Kosina wrote: > From: Jiri Kosina <jkosina@suse.cz> > > Support the new TCA_DUMP_INVISIBLE netlink attribute that allows asking > kernel to perform 'full qdisc dump', as for historical reasons some of the > default qdiscs are being hidden by the kernel. > > The command syntax is being extended by voluntary 'invisible' argument to > 'tc qdisc show'. > > Signed-off-by: Jiri Kosina <jkosina@suse.cz> > --- > tc/tc_qdisc.c | 25 +++++++++++++++++++++++-- > 1 file changed, 23 insertions(+), 2 deletions(-) Would you mind adding a description of the new keyword to tc man page as well? > diff --git a/tc/tc_qdisc.c b/tc/tc_qdisc.c > index 3a3701c2..29da9269 100644 > --- a/tc/tc_qdisc.c > +++ b/tc/tc_qdisc.c > @@ -34,7 +34,7 @@ static int usage(void) > fprintf(stderr, " [ stab [ help | STAB_OPTIONS] ]\n"); > fprintf(stderr, " [ [ QDISC_KIND ] [ help | OPTIONS ] ]\n"); > fprintf(stderr, "\n"); > - fprintf(stderr, " tc qdisc show [ dev STRING ] [ ingress | clsact ]\n"); > + fprintf(stderr, " tc qdisc show [ dev STRING ] [ ingress | clsact | invisible ]\n"); Doesn't look like these are mutually exclusive. Therefore I would suggest fixing the syntax to: | + fprintf(stderr, " tc qdisc show [ dev STRING ] [ ingress | clsact ] [ invisible ]\n"); Cheers, Phil
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 2/2] iproute2: add support for invisible qdisc dumping Jiri Kosina <jikos@kernel.org> - 2017-02-25 22:30 +0100 Re: [PATCH 2/2] iproute2: add support for invisible qdisc dumping Phil Sutter <phil@nwl.cc> - 2017-02-27 13:10 +0100
csiph-web