From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2] tc: Fix the bug not to display prio and quantum options of htb Date: Sat, 7 Jul 2018 09:59:27 -0700 Message-ID: <20180707095927.4a766ea2@xeon-e3> References: <1530675153-8748-1-git-send-email-kakuma@valinux.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: fumihiko kakuma Return-path: Received: from mail-pf0-f195.google.com ([209.85.192.195]:40634 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932706AbeGGRCT (ORCPT ); Sat, 7 Jul 2018 13:02:19 -0400 Received: by mail-pf0-f195.google.com with SMTP id z24-v6so10774205pfe.7 for ; Sat, 07 Jul 2018 10:02:19 -0700 (PDT) In-Reply-To: <1530675153-8748-1-git-send-email-kakuma@valinux.co.jp> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 4 Jul 2018 12:32:33 +0900 fumihiko kakuma wrote: > A commandline like 'tc -d class show dev dev-name' does not > display value of prio and quantum option when we use htb qdisc. > This patch fixes the bug. > > Signed-off-by: Fumihiko Kakuma Applied