[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d1ae905a-eea6-9f1a-33cb-524dd502ffe1@infradead.org>
Date: Wed, 8 Jul 2020 09:47:50 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: "YU, Xiangning" <xiangning.yu@...baba-inc.com>,
Linux Kernel Network Developers <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next v2 2/2] net: sched: Lockless Token Bucket (LTB)
qdisc
Hi,
Minor fixes below:
On 7/8/20 9:38 AM, YU, Xiangning wrote:
> diff --git a/net/sched/Kconfig b/net/sched/Kconfig
> index a3b37d88800e..9a8adb6e0645 100644
> --- a/net/sched/Kconfig
> +++ b/net/sched/Kconfig
> @@ -76,6 +76,18 @@ config NET_SCH_HTB
> To compile this code as a module, choose M here: the
> module will be called sch_htb.
>
> +config NET_SCH_LTB
> + tristate "Lockless Token Bucket (LTB)"
> + help
> + Say Y here if you want to use the Lockless Token Buckets (LTB)
> + packet scheduling algorithm.
> +
> + LTB is very similar to HTB regarding its goals however is has
goals. However, it has a
> + different implementation and different algorithm.
> +
> + To compile this code as a module, choose M here: the
> + module will be called sch_ltb.
> +
> config NET_SCH_HFSC
> tristate "Hierarchical Fair Service Curve (HFSC)"
> help
thanks.
--
~Randy
Powered by blists - more mailing lists