Re: [PATCH iproute2] tc: Fix the bug not to display prio and quantum options of htb

2018-07-07 Thread Stephen Hemminger
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

Re: [PATCH iproute2] tc: Fix the bug not to display prio and quantum options of htb

2018-07-03 Thread Cong Wang
On Tue, Jul 3, 2018 at 8:33 PM 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 Good catch! Acked-by: Cong Wang

[PATCH iproute2] tc: Fix the bug not to display prio and quantum options of htb

2018-07-03 Thread fumihiko kakuma
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 --- tc/q_htb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tc/q_htb.c b/tc/q_htb.c inde