Commit bd6b6c2c authored by Matthieu Baerts (NGI0)'s avatar Matthieu Baerts (NGI0) Committed by Gang Yan
Browse files

doc: mptcp: add missing 'available_schedulers' entry

mainline inclusion
from mainline-v6.11-rc1
commit ccf45c92d746e8eac2cb1e60243d38a479e8dc0a
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I9VYQ9
CVE: NA

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=ccf45c92d746e8eac2cb1e60243d38a479e8dc0a



--------------------------------

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: default avatarMat Martineau <martineau@kernel.org>
Signed-off-by: default avatarMatthieu 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: default avatarJakub Kicinski <kuba@kernel.org>
parent 447c3f26
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.