[Cake] [RFC PATCH 3/3] Add support for building the new cake qdisc

Toke Høiland-Jørgensen toke at toke.dk
Fri Nov 17 14:21:48 EST 2017


Dave Taht <dave.taht at gmail.com> 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
>  
>  	  If unsure, say N.
>  
> +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)	+= sch_choke.o
>  obj-$(CONFIG_NET_SCH_QFQ)	+= sch_qfq.o
>  obj-$(CONFIG_NET_SCH_CODEL)	+= sch_codel.o
>  obj-$(CONFIG_NET_SCH_FQ_CODEL)	+= sch_fq_codel.o
> +obj-$(CONFIG_NET_SCH_FQ_CODEL)	+= sch_cake.o

I read somewhere that copy/paste errors most often occur at the last
line of a pasted piece of code...

-Toke


More information about the Cake mailing list