From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v2 2/2] iproute2: add support for invisible qdisc dumping Date: Tue, 14 Mar 2017 16:38:26 -0700 Message-ID: <20170314163826.62aa27e1@xeon-e3> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , Eric Dumazet , Jamal Hadi Salim , Phil Sutter , Cong Wang , Daniel Borkmann , netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Jiri Kosina Return-path: Received: from mail-pg0-f42.google.com ([74.125.83.42]:33544 "EHLO mail-pg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750860AbdCNXz4 (ORCPT ); Tue, 14 Mar 2017 19:55:56 -0400 Received: by mail-pg0-f42.google.com with SMTP id n190so835983pga.0 for ; Tue, 14 Mar 2017 16:55:55 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 8 Mar 2017 13:04:42 +0100 (CET) Jiri Kosina wrote: > From: Jiri Kosina > > 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 Applied to net-next thanks.