Re: [PATCH net-next 3/4] sch_htb: Stats for offloaded HTB

2020-12-11 Thread Maxim Mikityanskiy
On 2020-12-11 10:41, Dan Carpenter wrote: On Thu, Dec 10, 2020 at 05:07:28PM +0200, Maxim Mikityanskiy wrote: On 2020-12-10 10:28, Dan Carpenter wrote: Hi Maxim, url: https://github.com/0day-ci/linux/commits/Maxim-Mikityanskiy/HTB-offload/20201210-000703 base: https://git.kernel.org/pub/s

Re: [PATCH net-next 3/4] sch_htb: Stats for offloaded HTB

2020-12-11 Thread Dan Carpenter
On Thu, Dec 10, 2020 at 05:07:28PM +0200, Maxim Mikityanskiy wrote: > On 2020-12-10 10:28, Dan Carpenter wrote: > > Hi Maxim, > > > > > > url: > > https://github.com/0day-ci/linux/commits/Maxim-Mikityanskiy/HTB-offload/20201210-000703 > > base: > > https://git.kernel.org/pub/scm/linux/kernel/

Re: [PATCH net-next 3/4] sch_htb: Stats for offloaded HTB

2020-12-10 Thread Maxim Mikityanskiy
On 2020-12-10 10:28, Dan Carpenter wrote: Hi Maxim, url: https://github.com/0day-ci/linux/commits/Maxim-Mikityanskiy/HTB-offload/20201210-000703 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git afae3cc2da100ead3cd6ef4bb1fb8bc9d4b817c5 config: i386-randconfig-m021-

Re: [PATCH net-next 3/4] sch_htb: Stats for offloaded HTB

2020-12-10 Thread Dan Carpenter
Hi Maxim, url: https://github.com/0day-ci/linux/commits/Maxim-Mikityanskiy/HTB-offload/20201210-000703 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git afae3cc2da100ead3cd6ef4bb1fb8bc9d4b817c5 config: i386-randconfig-m021-20201209 (attached as .config) compiler: gcc

[PATCH net-next 3/4] sch_htb: Stats for offloaded HTB

2020-12-09 Thread Maxim Mikityanskiy
This commit adds support for statistics of offloaded HTB. Bytes and packets counters for leaf and inner nodes are supported, the values are taken from per-queue qdiscs, and the numbers that the user sees should have the same behavior as the software (non-offloaded) HTB. Signed-off-by: Maxim Mikity