Re: Netem tfifo implementation

2007-03-02 Thread Ritesh Kumar
On 3/2/07, Stephen Hemminger <[EMAIL PROTECTED]> wrote: On Fri, 2 Mar 2007 15:56:54 -0500 "Ritesh Kumar" <[EMAIL PROTECTED]> wrote: > On 3/2/07, Patrick McHardy <[EMAIL PROTECTED]> wrote: > > Ritesh Kumar wrote: > > > Hi, > > >I recently saw the qdisc "tfifo" in the netem module > > > (net/s

Re: Netem tfifo implementation

2007-03-02 Thread Stephen Hemminger
On Fri, 2 Mar 2007 15:56:54 -0500 "Ritesh Kumar" <[EMAIL PROTECTED]> wrote: > On 3/2/07, Patrick McHardy <[EMAIL PROTECTED]> wrote: > > Ritesh Kumar wrote: > > > Hi, > > >I recently saw the qdisc "tfifo" in the netem module > > > (net/sched/sch_netem.c) when I migrated some of my patches from

Re: Netem tfifo implementation

2007-03-02 Thread Ritesh Kumar
On 3/2/07, Patrick McHardy <[EMAIL PROTECTED]> wrote: Ritesh Kumar wrote: > Hi, >I recently saw the qdisc "tfifo" in the netem module > (net/sched/sch_netem.c) when I migrated some of my patches from 2.6.14 > to 2.6.20. As I understand, tfifo helps in keeping the queue of > packets sorted acc

Re: Netem tfifo implementation

2007-03-02 Thread Patrick McHardy
Ritesh Kumar wrote: > Hi, >I recently saw the qdisc "tfifo" in the netem module > (net/sched/sch_netem.c) when I migrated some of my patches from 2.6.14 > to 2.6.20. As I understand, tfifo helps in keeping the queue of > packets sorted according to their "time_to_send". [tfifo was not > present

Netem tfifo implementation

2007-03-02 Thread Ritesh Kumar
Hi, I recently saw the qdisc "tfifo" in the netem module (net/sched/sch_netem.c) when I migrated some of my patches from 2.6.14 to 2.6.20. As I understand, tfifo helps in keeping the queue of packets sorted according to their "time_to_send". [tfifo was not present in 2.6.14 perhaps because arri