From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.taht.net (mail.taht.net [IPv6:2a01:7e00::f03c:91ff:feae:7028]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id BE0EE3BA8E for ; Fri, 17 Nov 2017 14:55:26 -0500 (EST) Received: from nemesis.taht.net (c-24-6-113-161.hsd1.ca.comcast.net [24.6.113.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.taht.net (Postfix) with ESMTPSA id 6B68421474; Fri, 17 Nov 2017 19:55:25 +0000 (UTC) From: Dave Taht To: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= Cc: Dave Taht , cake@lists.bufferbloat.net References: <1510945885-9986-1-git-send-email-dave.taht@gmail.com> <1510945885-9986-4-git-send-email-dave.taht@gmail.com> <87bmk0btir.fsf@toke.dk> Date: Fri, 17 Nov 2017 11:55:23 -0800 In-Reply-To: <87bmk0btir.fsf@toke.dk> ("Toke \=\?utf-8\?Q\?H\=C3\=B8iland-J\?\= \=\?utf-8\?Q\?\=C3\=B8rgensen\=22's\?\= message of "Fri, 17 Nov 2017 20:21:48 +0100") Message-ID: <871skw1xzo.fsf@nemesis.taht.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Cake] [RFC PATCH 3/3] Add support for building the new cake qdisc X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2017 19:55:26 -0000 Toke H=C3=B8iland-J=C3=B8rgensen writes: > Dave Taht writes: > >> --- >> net/sched/Kconfig | 11 +++++++++++ >> net/sched/Makefile | 1 + >> 2 files changed, 12 insertions(+) >> >> diff --git a/net/sched/Kconfig b/net/sched/Kconfig >> index c03d86a..3ea22e5 100644 >> --- a/net/sched/Kconfig >> +++ b/net/sched/Kconfig >> @@ -284,6 +284,17 @@ config NET_SCH_FQ_CODEL >>=20=20 >> If unsure, say N. >>=20=20 >> +config NET_SCH_CAKE >> + tristate "Common Applicatons Kept Enhanced (CAKE)" >> + help >> + Say Y here if you want to use the CAKE >> + packet scheduling algorithm. >> + >> + To compile this driver as a module, choose M here: the module >> + will be called sch_cake. >> + >> + If unsure, say N. >> + >> config NET_SCH_FQ >> tristate "Fair Queue" >> help >> diff --git a/net/sched/Makefile b/net/sched/Makefile >> index 5b63544..3a0743a 100644 >> --- a/net/sched/Makefile >> +++ b/net/sched/Makefile >> @@ -50,6 +50,7 @@ obj-$(CONFIG_NET_SCH_CHOKE) +=3D sch_choke.o >> obj-$(CONFIG_NET_SCH_QFQ) +=3D sch_qfq.o >> obj-$(CONFIG_NET_SCH_CODEL) +=3D sch_codel.o >> obj-$(CONFIG_NET_SCH_FQ_CODEL) +=3D sch_fq_codel.o >> +obj-$(CONFIG_NET_SCH_FQ_CODEL) +=3D sch_cake.o > > I read somewhere that copy/paste errors most often occur at the last > line of a pasted piece of code... Yep! I did not necessarily intend these commits to work, I just wanted stuff in a format I could *read*. I'll fix in a v2. My next mission, such as it is, is to go back to the last version of pre-cobalt cake I understood, and try to compare the two. > > -Toke > _______________________________________________ > Cake mailing list > Cake@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cake