]> git.baikalelectronics.ru Git - kernel.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 10:03:49 +0000 (12:03 +0200)
commitf43e3cca7c6b20dbb7d1f98071eec7bbdca1b22a
tree28a18b873045b5890bfb82252193cb13dbb91af4
parente25074a0b5f9e0922c1e5f0522c36a2a21ad0cfd
Documentation: fix sctp_wmem in ip-sysctl.rst

[ Upstream commit d5935bd89dcc369c62c9ccb6d301b9866c013e9b ]

Since commit 18662ea47f2a ("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: 18662ea47f2a ("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.rst