search for: enqueue_success

Displaying 1 result from an estimated 1 matches for "enqueue_success".

2005 Feb 03
0
Kernel panic when using wrr qd
...e it pretty well. If an packet does not fit the queue it gets dropped and also the whole communication afterwards till the queue gets freed. And as we know the queue is controlled by the Qdisc structure and it''s mechanisms and not the WRR if ((retvalue=qdisc->enqueue(skb, qdisc)) == ENQUEUE_SUCCESS) { // Successfull sch->stats.packets++; ... if(retvalue!=ENQUEUE_SUCCESS) { // Packet not enqued: sch->stats.drops++; It does not look that the queue could "fill up". Can somebody help (the problem is interresting, im thinking bout posting it on lartc...)? PS1...