[Kernel-packages] [Bug 1780165] Re: tc does not display value of prio and quantum options of htb on bionic

2018-08-29 Thread Ubuntu Foundations Team Bug Bot
The attachment "Fix miss of htb option value of tc command" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a

[Kernel-packages] [Bug 1780165] Re: tc does not display value of prio and quantum options of htb on bionic

2018-08-29 Thread fumihiko kakuma
Attach the patch for this problem. ** Patch added: "Fix miss of htb option value of tc command" https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1780165/+attachment/5182070/+files/tc-htb.patch -- You received this bug notification because you are a member of Kernel Packages, which

[Kernel-packages] [Bug 1780165] Re: tc does not display value of prio and quantum options of htb on bionic

2018-07-09 Thread fumihiko kakuma
Please backport the following. https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/tc/q_htb.c?id=d529ea2ff417eed1d48c580e099388aaace16ce9 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to iproute2 in Ubuntu. Matching

[Kernel-packages] [Bug 1780165] Re: tc does not display value of prio and quantum options of htb on bionic

2018-07-08 Thread fumihiko kakuma
The patch was merged in upstream. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to iproute2 in Ubuntu. Matching subscriptions: iproute2 https://bugs.launchpad.net/bugs/1780165 Title: tc does not display value of prio and quantum options

[Kernel-packages] [Bug 1780165] Re: tc does not display value of prio and quantum options of htb on bionic

2018-07-04 Thread fumihiko kakuma
** Description changed: For example when I execute the following commandline, tc does not display value of prio and quantum option. # tc qdisc add dev eno2 root handle 1: htb default 10 # tc class add dev eno2 parent 1: classid 1:1 htb rate 100mbit # tc class add dev eno2 parent 1:1