search for: prio_activity

Displaying 3 results from an estimated 3 matches for "prio_activity".

Did you mean: print_activity
2006 Aug 02
10
[PATCH 0/6] htb: cleanup
The HTB scheduler code is a mess, this patch set does some basic house cleaning. The first four should cause no code change, but the last two need more testing. -- Stephen Hemminger <shemminger@osdl.org> "And in the Packet there writ down that doome" - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to
2003 Feb 18
1
questions about HTB code
what's the meaning of this line in htb_activate() cl->prio_activity = 1 << (cl->un.leaf.aprio = cl->un.leaf.prio); who can help me? ,S f)鄸+-L)殜Y殱=jya囤f蟌瀇鎗)fj鍔薭濟?暘韕s朙鑝稛暘韗娻
2003 Jul 18
10
[HTB] htb_dequeue_tree assertion (kernel 2.4.21-ac4)
Hello, I think the BUG_TRAP() in the htb_dequeue_tree() is wrong. First it checks if the class pointer "cl" is NULL, which is obviously right. But I do not understand why we also check whenever the queue length of the leaf queue is zero "cl->un.leaf.q->q.qlen". I would have put that in the expression of the "if" statements that comes afterwards. A queue