search for: gred_dequeue

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

Did you mean: red_dequeue
2005 Jun 11
0
testing techniques for checking the effectiveness of changes made to sch_gred.c
...niques that can be followed for confirming that the changes are really effective. It would be great if someone could also let me know if the logic that I have applied to effect these changes is correct. My logic is as follows: 1) Since the process deals with dequeueing, i have to make changes to gred_dequeue only. If t->tab[0] != 0 then we dequeue the packet otherwise do not dequeue it. 2) if (t->eqp && t->grio) { for (i=0;i<t->DPs;i++) { if ((!t->tab[i]) || (i==q->DP) || (i==0)) continue;...