From: Simon Horman <horms@kernel•org>
To: Guangguan Wang <guangguan.wang@linux•alibaba.com>
Cc: 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,
alibuda@linux•alibaba.com, guwen@linux•alibaba.com,
linux-s390@vger•kernel.org, netdev@vger•kernel.org,
linux-kernel@vger•kernel.org
Subject: Re: [RFC PATCH net-next 2/6] net/smc: add vendor unique experimental options area in clc handshake
Date: Thu, 3 Aug 2023 19:45:32 +0200 [thread overview]
Message-ID: <ZMvnvLOZgtmS2IqN@kernel.org> (raw)
In-Reply-To: <20230803132422.6280-3-guangguan.wang@linux.alibaba.com>
On Thu, Aug 03, 2023 at 09:24:18PM +0800, Guangguan Wang wrote:
...
Hi Guangguan Wang,
> @@ -987,12 +991,12 @@ static int smc_clc_send_confirm_accept(struct smc_sock *smc,
> {
> struct smc_connection *conn = &smc->conn;
> struct smc_clc_msg_accept_confirm *clc;
> - struct smc_clc_first_contact_ext fce;
> + struct smc_clc_first_contact_ext_v2x fce;
> struct smc_clc_fce_gid_ext gle;
> struct smc_clc_msg_trail trl;
> struct kvec vec[5];
> struct msghdr msg;
> - int i, len;
> + int i, len, fce_len;
Please preserve reverse xmas tree - longest line to shortest -
for local variable declarations: this is Networking code.
https://github.com/ecree-solarflare/xmastree is your friend here.
...
next prev parent reply other threads:[~2023-08-03 17:45 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-03 13:24 [RFC PATCH net-next 0/6] net/smc: serveral features's implementation for smc v2.1 Guangguan Wang
2023-08-03 13:24 ` [RFC PATCH net-next 1/6] net/smc: support smc release version negotiation in clc handshake Guangguan Wang
2023-08-03 17:42 ` Simon Horman
2023-08-04 3:59 ` Guangguan Wang
2023-08-03 13:24 ` [RFC PATCH net-next 2/6] net/smc: add vendor unique experimental options area " Guangguan Wang
2023-08-03 17:45 ` Simon Horman [this message]
2023-08-04 4:02 ` Guangguan Wang
2023-08-03 13:24 ` [RFC PATCH net-next 3/6] net/smc: support smc v2.x features validate Guangguan Wang
2023-08-03 13:24 ` [RFC PATCH net-next 4/6] net/smc: support max connections per lgr negotiation Guangguan Wang
2023-08-03 17:55 ` Simon Horman
2023-08-04 6:40 ` Guangguan Wang
2023-08-03 13:24 ` [RFC PATCH net-next 5/6] net/smc: support max links per lgr negotiation in clc handshake Guangguan Wang
2023-08-03 13:24 ` [RFC PATCH net-next 6/6] net/smc: Extend SMCR v2 linkgroup netlink attribute Guangguan Wang
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=ZMvnvLOZgtmS2IqN@kernel.org \
--to=horms@kernel$(echo .)org \
--cc=alibuda@linux$(echo .)alibaba.com \
--cc=davem@davemloft$(echo .)net \
--cc=edumazet@google$(echo .)com \
--cc=guangguan.wang@linux$(echo .)alibaba.com \
--cc=guwen@linux$(echo .)alibaba.com \
--cc=jaka@linux$(echo .)ibm.com \
--cc=kgraul@linux$(echo .)ibm.com \
--cc=kuba@kernel$(echo .)org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-s390@vger$(echo .)kernel.org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=pabeni@redhat$(echo .)com \
--cc=tonylu@linux$(echo .)alibaba.com \
--cc=wenjia@linux$(echo .)ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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