[PATCH mptcp-next 1/3] doc: mptcp: add missing 'available_schedulers' entry

Matthieu Baerts (NGI0) posted 3 patches 4 months ago
There is a newer version of this series
[PATCH mptcp-next 1/3] doc: mptcp: add missing 'available_schedulers' entry
Posted by Matthieu Baerts (NGI0) 4 months ago
This sysctl knob has been added recently, but the documentation has not
been updated.

This knob is used to show the available schedulers choices that are
registered, similar to 'net.ipv4.tcp_available_congestion_control'.

Fixes: 73c900aa3660 ("mptcp: add net.mptcp.available_schedulers")
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
 Documentation/networking/mptcp-sysctl.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/networking/mptcp-sysctl.rst b/Documentation/networking/mptcp-sysctl.rst
index 69975ce25a02..102a45e7bfa8 100644
--- a/Documentation/networking/mptcp-sysctl.rst
+++ b/Documentation/networking/mptcp-sysctl.rst
@@ -93,3 +93,7 @@ scheduler - STRING
 	sysctl.
 
 	Default: "default"
+
+available_schedulers - STRING
+	Shows the available schedulers choices that are registered. More packet
+	schedulers may be available, but not loaded.

-- 
2.43.0
Re: [PATCH mptcp-next 1/3] doc: mptcp: add missing 'available_schedulers' entry
Posted by Mat Martineau 4 months ago
On Fri, 17 May 2024, Matthieu Baerts (NGI0) wrote:

> This sysctl knob has been added recently, but the documentation has not
> been updated.
>
> This knob is used to show the available schedulers choices that are
> registered, similar to 'net.ipv4.tcp_available_congestion_control'.
>
> Fixes: 73c900aa3660 ("mptcp: add net.mptcp.available_schedulers")
> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
> ---
> Documentation/networking/mptcp-sysctl.rst | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/networking/mptcp-sysctl.rst b/Documentation/networking/mptcp-sysctl.rst
> index 69975ce25a02..102a45e7bfa8 100644
> --- a/Documentation/networking/mptcp-sysctl.rst
> +++ b/Documentation/networking/mptcp-sysctl.rst
> @@ -93,3 +93,7 @@ scheduler - STRING
> 	sysctl.
>
> 	Default: "default"
> +
> +available_schedulers - STRING
> +	Shows the available schedulers choices that are registered. More packet
> +	schedulers may be available, but not loaded.
>
> --

Reviewed-by: Mat Martineau <martineau@kernel.org>