mbox series

[net-next,0/2] add two sysctl for SMC-R v2.1

Message ID 20231122135258.38746-1-guangguan.wang@linux.alibaba.com (mailing list archive)
Headers show
Series add two sysctl for SMC-R v2.1 | expand

Message

Guangguan Wang Nov. 22, 2023, 1:52 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 24, 2023, 12:20 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Wed, 22 Nov 2023 21:52:56 +0800 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net/smc: add sysctl for max links per lgr for SMC-R v2.1
    https://git.kernel.org/netdev/net-next/c/f8e80fc4aceb
  - [net-next,2/2] net/smc: add sysctl for max conns per lgr for SMC-R v2.1
    https://git.kernel.org/netdev/net-next/c/1f2c9dd73f0a

You are awesome, thank you!