Displaying 1 result from an estimated 1 matches for "cbq_dequeue_prio".
2005 Jan 07
0
Something on CBQ!
...attached to
that class.
At last, the packet is scheduled in that queue, and put into the link. But now, I
find it is
wrong. I have read the source code on CBQ again, especially the part-cbq_dequeue,
I think
that at first the CBQ will find the active class and their priority. Then in the
function
cbq_dequeue_prio, the algorithm WRR will be used to schedule the packet. At first,
it find a class,
then, this skb = cl->q->dequeue(cl->q) maybe very important, I think "cl->q" is
the queue
attached to the class "cl". So, the packet in the different queue is scheduled and
put into...