From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leslie Monis Subject: [PATCH net-next 8/8] net: sched: pie: update references Date: Wed, 31 Oct 2018 21:49:32 +0530 Message-ID: <1541002772-28040-9-git-send-email-lesliemonis@gmail.com> References: <1541002772-28040-1-git-send-email-lesliemonis@gmail.com> Cc: netdev@vger.kernel.org, tahiliani@nitk.edu.in, dhavaljkhandla26@gmail.com, hrishihiraskar@gmail.com, bmanish15597@gmail.com, sdp.sachin@gmail.com To: jhs@mojatatu.com Return-path: Received: from mail-pl1-f194.google.com ([209.85.214.194]:34133 "EHLO mail-pl1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729287AbeKABSv (ORCPT ); Wed, 31 Oct 2018 21:18:51 -0400 Received: by mail-pl1-f194.google.com with SMTP id f10-v6so7535253plr.1 for ; Wed, 31 Oct 2018 09:20:09 -0700 (PDT) In-Reply-To: <1541002772-28040-1-git-send-email-lesliemonis@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: "Mohit P. Tahiliani" RFC 8033 replaces the IETF draft for PIE Signed-off-by: Mohit P. Tahiliani Signed-off-by: Dhaval Khandla Signed-off-by: Hrishikesh Hiraskar Signed-off-by: Manish Kumar B Signed-off-by: Sachin D. Patil Signed-off-by: Leslie Monis --- net/sched/sch_pie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sched/sch_pie.c b/net/sched/sch_pie.c index 88e605c..708e8ad 100644 --- a/net/sched/sch_pie.c +++ b/net/sched/sch_pie.c @@ -17,7 +17,7 @@ * University of Oslo, Norway. * * References: - * IETF draft submission: http://tools.ietf.org/html/draft-pan-aqm-pie-00 + * RFC 8033: https://tools.ietf.org/html/rfc8033 * IEEE Conference on High Performance Switching and Routing 2013 : * "PIE: A * Lightweight Control Scheme to Address the Bufferbloat Problem" */ -- 2.7.4