]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
doc: mptcp: add missing 'available_schedulers' entry
authorMatthieu Baerts (NGI0) <matttbe@kernel.org>
Thu, 30 May 2024 14:07:30 +0000 (16:07 +0200)
committerJakub Kicinski <kuba@kernel.org>
Sat, 1 Jun 2024 22:18:01 +0000 (15:18 -0700)
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>
Documentation/networking/mptcp-sysctl.rst

index 69975ce25a029400e4e55779ee8220a322b930f9..102a45e7bfa8a383eb718b7e6843fda3a65648f5 100644 (file)
@@ -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.