netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] add two sysctl for SMC-R v2.1
@ 2023-11-22 13:52 Guangguan Wang
  2023-11-22 13:52 ` [PATCH net-next 1/2] net/smc: add sysctl for max links per lgr " Guangguan Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Guangguan Wang @ 2023-11-22 13:52 UTC (permalink / raw)
  To: wenjia, jaka, kgraul, corbet, davem, kuba, pabeni, edumazet
  Cc: tonylu, alibuda, guwen, netdev, linux-s390, linux-doc,
	linux-kernel

This patch set add two sysctl for SMC-R v2.1:
net.smc.smcr_max_links_per_lgr is used to control the max links
per lgr.
net.smc.smcr_max_conns_per_lgr is used to control the max connections
per lgr.

Guangguan Wang (2):
  net/smc: add sysctl for max links per lgr for SMC-R v2.1
  net/smc: add sysctl for max conns per lgr for SMC-R v2.1

 Documentation/networking/smc-sysctl.rst | 14 ++++++++++++++
 include/net/netns/smc.h                 |  2 ++
 net/smc/af_smc.c                        |  2 +-
 net/smc/smc_clc.c                       | 15 ++++++++++-----
 net/smc/smc_clc.h                       |  3 ++-
 net/smc/smc_sysctl.c                    | 24 ++++++++++++++++++++++++
 net/smc/smc_sysctl.h                    |  2 ++
 7 files changed, 55 insertions(+), 7 deletions(-)

-- 
2.24.3 (Apple Git-128)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-11-24 12:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 13:52 [PATCH net-next 0/2] add two sysctl for SMC-R v2.1 Guangguan Wang
2023-11-22 13:52 ` [PATCH net-next 1/2] net/smc: add sysctl for max links per lgr " Guangguan Wang
2023-11-24  5:50   ` Dust Li
2023-11-24 12:22   ` Jan Karcher
2023-11-22 13:52 ` [PATCH net-next 2/2] net/smc: add sysctl for max conns " Guangguan Wang
2023-11-24  5:51   ` Dust Li
2023-11-24 12:22   ` Jan Karcher
2023-11-24 12:20 ` [PATCH net-next 0/2] add two sysctl " patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).