From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753054AbdCASFy (ORCPT ); Wed, 1 Mar 2017 13:05:54 -0500 Received: from mail-pf0-f181.google.com ([209.85.192.181]:34200 "EHLO mail-pf0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752462AbdCASFs (ORCPT ); Wed, 1 Mar 2017 13:05:48 -0500 Date: Wed, 1 Mar 2017 10:05:06 -0800 From: Stephen Hemminger To: Jiri Kosina Cc: "David S. Miller" , Eric Dumazet , Jamal Hadi Salim , Phil Sutter , Cong Wang , Daniel Borkmann , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] iproute2: add support for invisible qdisc dumping Message-ID: <20170301100506.014447c3@xeon-e3> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 25 Feb 2017 22:29:17 +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 Still waiting for TCA_DUMP_INVISIBLE to make it into net-next