diff options
author | Mohit P. Tahiliani <tahiliani@nitk.edu.in> | 2019-02-25 14:10:01 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-25 17:21:03 -0500 |
commit | c9d2ac5e6b2acfc6945718888a5bec357378733e (patch) | |
tree | 4db1e8ce7c4371a5d4280dccce7feba649082688 /net | |
parent | 95400b975dd32d2398ecff4dcc6f7bf0ffbd725f (diff) |
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>
Diffstat (limited to '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 @@ | |||
17 | * University of Oslo, Norway. | 17 | * University of Oslo, Norway. |
18 | * | 18 | * |
19 | * References: | 19 | * References: |
20 | * IETF draft submission: http://tools.ietf.org/html/draft-pan-aqm-pie-00 | 20 | * RFC 8033: https://tools.ietf.org/html/rfc8034 |
21 | * IEEE Conference on High Performance Switching and Routing 2013 : | ||
22 | * "PIE: A * Lightweight Control Scheme to Address the Bufferbloat Problem" | ||
23 | */ | 21 | */ |
24 | 22 | ||
25 | #include <linux/module.h> | 23 | #include <linux/module.h> |