From: Wenjia Zhang <wenjia@linux.ibm.com>
To: Wen Gu <guwen@linux.alibaba.com>,
kgraul@linux.ibm.com, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com
Cc: linux-s390@vger.kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v2 0/2] Separate SMC parameter settings from TCP sysctls
Date: Tue, 20 Sep 2022 16:00:08 +0200 [thread overview]
Message-ID: <52b73ecf-1a00-69ce-1cb8-8adb8bdd97c8@linux.ibm.com> (raw)
In-Reply-To: <1663667542-119851-1-git-send-email-guwen@linux.alibaba.com>
On 20.09.22 11:52, Wen Gu wrote:
> SMC shares some sysctls with TCP, but considering the difference
> between these two protocols, it may not be very suitable for SMC
> to reuse TCP parameter settings in some cases, such as keepalive
> time or buffer size.
>
> So this patch set aims to introduce some SMC specific sysctls to
> independently and flexibly set the parameters that suit SMC.
>
> v2->v1:
> - Use proc_dointvec_jiffies as proc_handler and allow value 0 to
> disable TEST_LINK.
>
> Tony Lu (1):
> net/smc: Unbind r/w buffer size from clcsock and make them tunable
>
> Wen Gu (1):
> net/smc: Introduce a specific sysctl for TEST_LINK time
>
> Documentation/networking/smc-sysctl.rst | 25 +++++++++++++++++++++++++
> include/net/netns/smc.h | 3 +++
> net/smc/af_smc.c | 5 ++---
> net/smc/smc_core.c | 8 ++++----
> net/smc/smc_llc.c | 2 +-
> net/smc/smc_llc.h | 1 +
> net/smc/smc_sysctl.c | 30 ++++++++++++++++++++++++++++++
> 7 files changed, 66 insertions(+), 8 deletions(-)
>
Looks good. Thank you!
For the series:
Acked-by: Wenjia Zhang <wenjia@linux.ibm.com>
next prev parent reply other threads:[~2022-09-20 14:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-20 9:52 [PATCH net-next v2 0/2] Separate SMC parameter settings from TCP sysctls Wen Gu
2022-09-20 9:52 ` [PATCH net-next v2 1/2] net/smc: Introduce a specific sysctl for TEST_LINK time Wen Gu
2022-09-20 9:52 ` [PATCH net-next v2 2/2] net/smc: Unbind r/w buffer size from clcsock and make them tunable Wen Gu
2022-09-20 14:00 ` Wenjia Zhang [this message]
2022-09-22 11:20 ` [PATCH net-next v2 0/2] Separate SMC parameter settings from TCP sysctls patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52b73ecf-1a00-69ce-1cb8-8adb8bdd97c8@linux.ibm.com \
--to=wenjia@linux.ibm.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=guwen@linux.alibaba.com \
--cc=kgraul@linux.ibm.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox