Georgios Amanakis <[email protected]> writes: > ---------- Forwarded message ---------- > From: Georgios Amanakis <[email protected]> > Date: Wed, Nov 29, 2017 at 12:50 PM > Subject: Re: [Cake] cake flenter results round 2 > To: Dave Taht <[email protected]> > > To avoid a misunderstanding, the delay parameter in both: > "ip netns exec delay tc qdisc replace dev delay.r root netem delay 50ms" > "ip netns exec delay tc qdisc replace dev delay.l root netem delay 50ms"
I would strongly suspect you are seeing drops in these qdiscs also without the increased limit, at the increased delay, at 900mbit (go check with ip netns exec delay tc -s qdisc show) My original scripts were targeted at 16Mbit/1mbit and thus I didn't change the limit. > > On Wed, Nov 29, 2017 at 12:49 PM, Georgios Amanakis <[email protected]> > wrote: > > I didn't, it remained at the default value: 1000. > > I only modified the delay parameter in: > "ip netns exec delay tc qdisc replace dev delay.r root netem delay 50ms" > > > > > > > On Wed, Nov 29, 2017 at 12:44 PM, Dave Taht <[email protected]> wrote: > > > I just want to verify that you increased the netem limit by a lot in > the > scripts? > > tc qdisc add dev whatever root netem delay 10ms limit 100000 > > > > > > > > > > _______________________________________________ > Cake mailing list > [email protected] > https://lists.bufferbloat.net/listinfo/cake _______________________________________________ Cake mailing list [email protected] https://lists.bufferbloat.net/listinfo/cake
