diff options
author | Mohit P. Tahiliani <tahiliani@nitk.edu.in> | 2019-02-26 00:40:01 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-25 14:21:03 -0800 |
commit | c9d2ac5e6b2acfc6945718888a5bec357378733e (patch) | |
tree | 4db1e8ce7c4371a5d4280dccce7feba649082688 | |
parent | 95400b975dd32d2398ecff4dcc6f7bf0ffbd725f (diff) | |
download | linux-c9d2ac5e6b2acfc6945718888a5bec357378733e.tar.bz2 |
net: sched: pie: update references
RFC 8033 replaces the IETF draft for PIE
Signed-off-by: Mohit P. Tahiliani <tahiliani@nitk.edu.in>
Signed-off-by: Dhaval Khandla <dhavaljkhandla26@gmail.com>
Signed-off-by: Hrishikesh Hiraskar <hrishihiraskar@gmail.com>
Signed-off-by: Manish Kumar B <bmanish15597@gmail.com>
Signed-off-by: Sachin D. Patil <sdp.sachin@gmail.com>
Signed-off-by: Leslie Monis <lesliemonis@gmail.com>
Acked-by: Dave Taht <dave.taht@gmail.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/sched/sch_pie.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/sched/sch_pie.c b/net/sched/sch_pie.c index 916b878d3491..f8314a14a256 100644 --- a/net/sched/sch_pie.c +++ b/net/sched/sch_pie.c @@ -17,9 +17,7 @@ * University of Oslo, Norway. * * References: - * IETF draft submission: http://tools.ietf.org/html/draft-pan-aqm-pie-00 - * IEEE Conference on High Performance Switching and Routing 2013 : - * "PIE: A * Lightweight Control Scheme to Address the Bufferbloat Problem" + * RFC 8033: https://tools.ietf.org/html/rfc8034 */ #include <linux/module.h> |