From: Guangguan Wang <guangguan.wang@linux.alibaba.com>
To: wenjia@linux.ibm.com, jaka@linux.ibm.com, kgraul@linux.ibm.com,
tonylu@linux.alibaba.com, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com
Cc: horms@kernel.org, alibuda@linux.alibaba.com,
guwen@linux.alibaba.com, linux-s390@vger.kernel.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH net-next v2 0/6] net/smc: several features's implementation for smc v2.1
Date: Thu, 17 Aug 2023 21:20:26 +0800 [thread overview]
Message-ID: <20230817132032.23397-1-guangguan.wang@linux.alibaba.com> (raw)
This patch set implement several new features in SMC v2.1(https://
www.ibm.com/support/pages/node/7009315), including vendor unique
experimental options, max connections per lgr negotiation, max links
per lgr negotiation.
v1 - v2:
- rename field fce_v20 to fce_v2_base in struct
smc_clc_first_contact_ext_v2x
- use smc_get_clc_first_contact_ext in smc_connect
_rdma_v2_prepare
- adding comment about field vendor_oui in struct
smc_clc_msg_smcd
- remove comment about SMC_CONN_PER_LGR_MAX in smc_
clc_srv_v2x_features_validate
- rename smc_clc_clnt_v2x_features_validate
RFC v2 - v1:
- more description in commit message
- modify SMC_CONN_PER_LGR_xxx and SMC_LINKS_ADD_LNK_xxx
macro defination and usage
- rename field release_ver to release_nr
- remove redundant release version check in client
- explicitly set the rc value in smc_llc_cli/srv_add_link
RFC v1 - RFC v2:
- Remove ini pointer NULL check and fix code style in
smc_clc_send_confirm_accept.
- Optimize the max_conns check in smc_clc_xxx_v2x_features_validate.
Guangguan Wang (6):
net/smc: support smc release version negotiation in clc handshake
net/smc: add vendor unique experimental options area in clc handshake
net/smc: support smc v2.x features validate
net/smc: support max connections per lgr negotiation
net/smc: support max links per lgr negotiation in clc handshake
net/smc: Extend SMCR v2 linkgroup netlink attribute
include/uapi/linux/smc.h | 2 +
net/smc/af_smc.c | 86 +++++++++++++++++------
net/smc/smc.h | 5 +-
net/smc/smc_clc.c | 147 ++++++++++++++++++++++++++++++++-------
net/smc/smc_clc.h | 53 ++++++++++++--
net/smc/smc_core.c | 13 +++-
net/smc/smc_core.h | 25 +++++++
net/smc/smc_llc.c | 25 +++++--
8 files changed, 299 insertions(+), 57 deletions(-)
--
2.24.3 (Apple Git-128)
next reply other threads:[~2023-08-17 13:21 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-17 13:20 Guangguan Wang [this message]
2023-08-17 13:20 ` [PATCH net-next v2 1/6] net/smc: support smc release version negotiation in clc handshake Guangguan Wang
2023-08-18 19:41 ` Jan Karcher
2023-08-17 13:20 ` [PATCH net-next v2 2/6] net/smc: add vendor unique experimental options area " Guangguan Wang
2023-08-18 19:41 ` Jan Karcher
2023-08-17 13:20 ` [PATCH net-next v2 3/6] net/smc: support smc v2.x features validate Guangguan Wang
2023-08-18 19:41 ` Jan Karcher
2023-08-17 13:20 ` [PATCH net-next v2 4/6] net/smc: support max connections per lgr negotiation Guangguan Wang
2023-08-18 19:41 ` Jan Karcher
2023-08-17 13:20 ` [PATCH net-next v2 5/6] net/smc: support max links per lgr negotiation in clc handshake Guangguan Wang
2023-08-18 19:41 ` Jan Karcher
2023-08-17 13:20 ` [PATCH net-next v2 6/6] net/smc: Extend SMCR v2 linkgroup netlink attribute Guangguan Wang
2023-08-18 19:41 ` Jan Karcher
2023-08-19 11:51 ` [PATCH net-next v2 0/6] net/smc: several features's implementation for smc v2.1 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=20230817132032.23397-1-guangguan.wang@linux.alibaba.com \
--to=guangguan.wang@linux.alibaba.com \
--cc=alibuda@linux.alibaba.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=guwen@linux.alibaba.com \
--cc=horms@kernel.org \
--cc=jaka@linux.ibm.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 \
--cc=tonylu@linux.alibaba.com \
--cc=wenjia@linux.ibm.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