netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC net-next 0/2] net: sched: add Flow Queue PIE AQM
@ 2019-03-31 17:40 Gautam Ramakrishnan
  2019-03-31 17:40 ` [RFC net-next 1/2] net: sched: pie: refactor PIE Gautam Ramakrishnan
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Gautam Ramakrishnan @ 2019-03-31 17:40 UTC (permalink / raw)
  To: jhs
  Cc: davem, netdev, Gautam Ramakrishnan, Mohit P . Tahiliani,
	Sachin D . Patil, Mohit Bhasi, V . Saicharan, Leslie Monis,
	Dave Taht

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 aligned version of PIE.
In this patch, Little's law is used for queue delay
estimation like PIE. This patch doesn't yet have the
timestamp based queue delay estimator like freebsd, that
Dave Taht thinks is better.

We are looking for suggestions on cleanups and
improvements for this patch.

For more information: 
https://tools.ietf.org/html/rfc8033

Mohit P. Tahiliani (2):
  net: sched: pie: refactor PIE
  net: sched: fq_pie: Flow Queue PIE AQM

 include/net/pie.h              | 330 ++++++++++++++++++++++
 include/uapi/linux/pkt_sched.h |  28 ++
 net/sched/Kconfig              |  14 +-
 net/sched/Makefile             |   1 +
 net/sched/sch_fq_pie.c         | 485 +++++++++++++++++++++++++++++++++
 net/sched/sch_pie.c            | 314 +--------------------
 6 files changed, 863 insertions(+), 309 deletions(-)
 create mode 100644 include/net/pie.h
 create mode 100644 net/sched/sch_fq_pie.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-04-08  8:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-31 17:40 [RFC net-next 0/2] net: sched: add Flow Queue PIE AQM Gautam Ramakrishnan
2019-03-31 17:40 ` [RFC net-next 1/2] net: sched: pie: refactor PIE Gautam Ramakrishnan
2019-03-31 17:40 ` [RFC net-next 2/2] net: sched: fq_pie: Flow Queue PIE AQM Gautam Ramakrishnan
2019-04-02 10:49   ` Toke Høiland-Jørgensen
2019-04-02 15:57     ` Gautam Ramakrishnan
2019-04-02 17:25       ` Toke Høiland-Jørgensen
2019-04-08  5:31         ` Gautam Ramakrishnan
2019-04-08  5:37           ` Dave Taht
2019-04-08  5:52             ` Dave Taht
2019-04-08  8:54           ` Toke Høiland-Jørgensen
2019-04-01 12:04 ` [RFC net-next 0/2] net: sched: add " Toke Høiland-Jørgensen
2019-04-01 13:31   ` Gautam Ramakrishnan
2019-04-02 10:36     ` Toke Høiland-Jørgensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).