search for: psched_is_pastperfect

Displaying 2 results from an estimated 2 matches for "psched_is_pastperfect".

2005 Jun 11
0
testing techniques for checking the effectiveness of changes made to sch_gred.c
...ueue 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; if ((t->tab[i] != q) && (PSCHED_IS_PASTPERFECT(t->tab[i]->qidlestart))) qave +=t->tab[i]->qave; } Regards, Rahul -- ---------------------- "The fear you let build up in your mind is worse than the situation that actually exists" from "who moved my cheese" --...
2004 Jul 01
20
[PATCH 2.6] update to network emulation QOS scheduler
This patch updates the network emulation packet scheduler. * name changed from delay to netem since it does more than just delay * Catalin''s merged code to do packet reordering * uses a socket queue''s directly rather than layering on qdisc(fifo) because this is used in performance tests. * adds placeholder in API for future enhancements (rate and duplicate).