net/smc: fix documentation of buffer sizes
authorGerd Bayer <gbayer@linux.ibm.com>
Mon, 30 Oct 2023 17:03:43 +0000 (18:03 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 2 Nov 2023 11:50:17 +0000 (12:50 +0100)
commita1602d749097386ec9e8e411a16a9c37ff6cd5fc
treec10beccc5847c00b2bab6f5a1eb5f0333fcfc8b3
parent8ffbd1669ed1d58939d6e878dffaa2f60bf961a4
net/smc: fix documentation of buffer sizes

Since commit 833bac7ec392 ("net/smc: Fix setsockopt and sysctl to
specify same buffer size again") the SMC protocol uses its own
default values for the smc.rmem and smc.wmem sysctl variables
which are no longer derived from the TCP IPv4 buffer sizes.

Fixup the kernel documentation to reflect this change, too.

Fixes: 833bac7ec392 ("net/smc: Fix setsockopt and sysctl to specify same buffer size again")
Signed-off-by: Gerd Bayer <gbayer@linux.ibm.com>
Reviewed-by: Wenjia Zhang <wenjia@linux.ibm.com>
Reviewed-by: Dust Li <dust.li@linux.alibaba.com>
Link: https://lore.kernel.org/r/20231030170343.748097-1-gbayer@linux.ibm.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Documentation/networking/smc-sysctl.rst