From: Patrick McHardy <[EMAIL PROTECTED]> Date: Thu, 22 Mar 2007 21:40:43 +0100
> > --- net-2.6.22.orig/net/sched/sch_netem.c > > +++ net-2.6.22/net/sched/sch_netem.c > > @@ -272,6 +272,10 @@ static struct sk_buff *netem_dequeue(str > > struct netem_sched_data *q = qdisc_priv(sch); > > struct sk_buff *skb; > > > > + smp_mb(); > > + if (sch->flags & TCQ_F_THROTTLED) > > + return NULL; > > + > > > Perhaps we should put this in qdisc_restart, other qdiscs have the > same problem. Agreed, patches welcome :) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html