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)