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
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
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
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
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