> > No module parameter is accepted these days.
> >
> > Please add a new attribute instead,
> > so that pie can be used in both mode on the same host.
We have prepared a new patch which sets the queue delay estimator as
an attribute instead of using module parameters
>
> I note that I think (but
:
modprobe sch_pie use_timestamps=1
Signed-off-by: Gautam Ramakrishnan
Signed-off-by: Leslie Monis
Signed-off-by: Mohit P. Tahiliani
Cc: Dave Taht
---
net/sched/sch_pie.c | 55 -
1 file changed, 49 insertions(+), 6 deletions(-)
diff --git a/net/sched
-Jørgensen wrote:
>
> Gautam Ramakrishnan writes:
>
> > Hello, thanks for the feedback
> >
> > On Tue, Apr 2, 2019 at 4:19 PM Toke Høiland-Jørgensen
> > wrote:
> >>
> >> Some suggestions below to make fq_pie and fq_codel more similar (ref. my
&g
, quantum : device MTU
> >target: 15ms
> >tupdate: 15ms
> >alpha: 2 (on a scale of 0 to 16)
> >beta: 20 (on a scale of 0 to 16)
> >ecn: false
> >ecn_prob: 10%
> >
> > Signed-
On Mon, Apr 01, 2019 at 02:04:19PM +0200, Toke Høiland-Jørgensen wrote:
> Gautam Ramakrishnan writes:
>
> > Flow Queue PIE packet scheduler
> >
> > This patch series implements the Flow Queue Proportional
> > Integral Controller (FQ-PIE) active queue management
>
Signed-off-by: Mohit Bhasi
Signed-off-by: V. Saicharan
Signed-off-by: Leslie Monis
Signed-off-by: Gautam Ramakrishnan
Cc: Dave Taht
---
include/uapi/linux/pkt_sched.h | 28 ++
net/sched/Kconfig | 14 +-
net/sched/Makefile | 1 +
net/sched/sch_fq_pie.c | 485
hin D. Patil
Signed-off-by: Mohit Bhasi
Signed-off-by: V. Saicharan
Signed-off-by: Leslie Monis
Signed-off-by: Gautam Ramakrishnan
Cc: Dave Taht
---
include/net/pie.h | 330
net/sched/sch_pie.c | 314 +
Flow Queue PIE packet scheduler
This patch series implements the Flow Queue Proportional
Integral Controller (FQ-PIE) active queue management
algorithm. It is an enhancement over the PIE algorithm.
It integrates the PIE aqm with a deficit round robin
scheme.
It is implemented over RFC 8033 aligne