diff mbox series

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

Message ID 20240517-mptcp-doc-v1-1-fc1ef063584e@kernel.org (mailing list archive)
State Superseded, archived
Commit a2f67e9be84c9dffb5e19487613bd2056f2fb100
Delegated to: Matthieu Baerts
Headers show
Series doc: introduce MPTCP global doc | expand

Checks

Context Check Description
matttbe/build success Build and static analysis OK
matttbe/checkpatch success total: 0 errors, 0 warnings, 0 checks, 7 lines checked
matttbe/shellcheck success MPTCP selftests files have not been modified
matttbe/KVM_Validation__normal success Success! ✅
matttbe/KVM_Validation__debug success Success! ✅
matttbe/KVM_Validation__btf__only_bpftest_all_ success Success! ✅

Commit Message

Matthieu Baerts May 17, 2024, 5:40 p.m. UTC
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(+)

Comments

Mat Martineau May 17, 2024, 8:34 p.m. UTC | #1
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>
diff mbox series

Patch

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.