summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMatthieu Baerts (NGI0) <matttbe@kernel.org>2024-05-30 16:07:30 +0200
committerJakub Kicinski <kuba@kernel.org>2024-06-02 00:18:01 +0200
commitccf45c92d746e8eac2cb1e60243d38a479e8dc0a (patch)
treeeb350dadb6b457fa50e0bf03fd01eff95e04e7eb /Documentation
parentnet: smc91x: Fix pointer types (diff)
downloadlinux-ccf45c92d746e8eac2cb1e60243d38a479e8dc0a.tar.xz
linux-ccf45c92d746e8eac2cb1e60243d38a479e8dc0a.zip
doc: mptcp: add missing 'available_schedulers' entry
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") Reviewed-by: Mat Martineau <martineau@kernel.org> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> Link: https://lore.kernel.org/r/20240530-upstream-net-20240520-mptcp-doc-v3-1-e94cdd9f2673@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/networking/mptcp-sysctl.rst4
1 files changed, 4 insertions, 0 deletions
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.