diff options
author | Leslie Monis <lesliemonis@gmail.com> | 2019-03-23 09:41:33 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-03-26 14:17:09 -0400 |
commit | 1f8389bf63aec99218c62490869ca38d1a38ce46 (patch) | |
tree | 1a2f9ccc2f815c06ff5c8eb21abf2fae3439331b | |
parent | db460c54b67fc2cbe6dcef88b7bf3cba8e07f80e (diff) |
net: sched: Kconfig: update reference link for PIE
RFC 8033 replaces the IETF draft for PIE
Signed-off-by: Leslie Monis <lesliemonis@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/sched/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 1b9afdee5ba9..5c02ad97ef23 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig | |||
@@ -358,8 +358,7 @@ config NET_SCH_PIE | |||
358 | help | 358 | help |
359 | Say Y here if you want to use the Proportional Integral controller | 359 | Say Y here if you want to use the Proportional Integral controller |
360 | Enhanced scheduler packet scheduling algorithm. | 360 | Enhanced scheduler packet scheduling algorithm. |
361 | For more information, please see | 361 | For more information, please see https://tools.ietf.org/html/rfc8033 |
362 | http://tools.ietf.org/html/draft-pan-tsvwg-pie-00 | ||
363 | 362 | ||
364 | To compile this driver as a module, choose M here: the module | 363 | To compile this driver as a module, choose M here: the module |
365 | will be called sch_pie. | 364 | will be called sch_pie. |