Re: [LARTC] [HTB] htb_dequeue_tree assertion (kernel 2.4.21-ac4)

2003-07-21 Thread Wilfried . Weissmann
devik wrote: If you read comment above htb_dequeue_tree, it should be called only when it is sure that there are packets inside of the level/prio. It is known by other HTB mechanism (per-level activity lists). Thus the bugtrap is to catch case where class was inserted into activity list

Re: [LARTC] [HTB] htb_dequeue_tree assertion (kernel 2.4.21-ac4)

2003-07-21 Thread devik
Yes I agree with you regarding zero queue size. I plan to make patch similar to your proposal. I hope it will be today. --- Martin Devera aka devik Linux kernel QoS/HTB maintainer http://luxik.cdi.cz/~devik/ On Mon, 21 Jul 2003 [EMAIL PROTECTED] wrote: devik

Re: [LARTC] [HTB] htb_dequeue_tree assertion (kernel 2.4.21-ac4)

2003-07-20 Thread devik
If you read comment above htb_dequeue_tree, it should be called only when it is sure that there are packets inside of the level/prio. It is known by other HTB mechanism (per-level activity lists). Thus the bugtrap is to catch case where class was inserted into activity list because it

Re: [LARTC] [HTB] htb_dequeue_tree assertion (kernel 2.4.21-ac4)

2003-07-20 Thread Wilfried Weissmann
devik wrote: If you read comment above htb_dequeue_tree, it should be called only when it is sure that there are packets inside of the level/prio. It is known by other HTB mechanism (per-level activity lists). Thus the bugtrap is to catch case where class was inserted into activity list because it

Re: [LARTC] [HTB] htb_dequeue_tree assertion (kernel 2.4.21-ac4)

2003-07-19 Thread devik
If you read comment above htb_dequeue_tree, it should be called only when it is sure that there are packets inside of the level/prio. It is known by other HTB mechanism (per-level activity lists). Thus the bugtrap is to catch case where class was inserted into activity list because it had packets

Re: [LARTC] [HTB] htb_dequeue_tree assertion (kernel 2.4.21-ac4)

2003-07-19 Thread Wilfried Weissmann
devik wrote: If you read comment above htb_dequeue_tree, it should be called only when it is sure that there are packets inside of the level/prio. It is known by other HTB mechanism (per-level activity lists). Thus the bugtrap is to catch case where class was inserted into activity list because it