Message ID | 20230817132032.23397-1-guangguan.wang@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show |
Series | net/smc: several features's implementation for smc v2.1 | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Thu, 17 Aug 2023 21:20:26 +0800 you wrote: > 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 > > [...] Here is the summary with links: - [net-next,v2,1/6] net/smc: support smc release version negotiation in clc handshake https://git.kernel.org/netdev/net-next/c/1e700948c9db - [net-next,v2,2/6] net/smc: add vendor unique experimental options area in clc handshake https://git.kernel.org/netdev/net-next/c/7290178a82fc - [net-next,v2,3/6] net/smc: support smc v2.x features validate https://git.kernel.org/netdev/net-next/c/6ac1e6563f59 - [net-next,v2,4/6] net/smc: support max connections per lgr negotiation https://git.kernel.org/netdev/net-next/c/7f0620b9940b - [net-next,v2,5/6] net/smc: support max links per lgr negotiation in clc handshake https://git.kernel.org/netdev/net-next/c/69b888e3bb4b - [net-next,v2,6/6] net/smc: Extend SMCR v2 linkgroup netlink attribute https://git.kernel.org/netdev/net-next/c/bbed596c74a5 You are awesome, thank you!