]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Documentation: fix sctp_wmem in ip-sysctl.rst
authorXin Long <lucien.xin@gmail.com>
Thu, 21 Jul 2022 14:35:46 +0000 (10:35 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Aug 2022 09:59:40 +0000 (11:59 +0200)
commitc2b57a4d3ff6ba2298db974c4e9c35fc9b18db17
tree7e1c4db5d2e9b8eeedb63644f97e7ab191527abe
parent2d30375343b60be9666b2388a10a0c589e13d73d
Documentation: fix sctp_wmem in ip-sysctl.rst

[ Upstream commit aa709da0e032cee7c202047ecd75f437bb0126ed ]

Since commit 1033990ac5b2 ("sctp: implement memory accounting on tx path"),
SCTP has supported memory accounting on tx path where 'sctp_wmem' is used
by sk_wmem_schedule(). So we should fix the description for this option in
ip-sysctl.rst accordingly.

v1->v2:
  - Improve the description as Marcelo suggested.

Fixes: 1033990ac5b2 ("sctp: implement memory accounting on tx path")
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Documentation/networking/ip-sysctl.txt