License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Many source files in the tree are missing licensing information, which
makes it harder for compliance tools to determine the correct license.
By default all files without license information are under the default
license of the kernel, which is GPL version 2.
Update the files which contain no license information with the 'GPL-2.0'
SPDX license identifier. The SPDX identifier is a legally binding
shorthand, which can be used instead of the full boiler plate text.
This patch is based on work done by Thomas Gleixner and Kate Stewart and
Philippe Ombredanne.
How this work was done:
Patches were generated and checked against linux-4.14-rc6 for a subset of
the use cases:
- file had no licensing information it it.
- file was a */uapi/* one with no licensing information in it,
- file was a */uapi/* one with existing licensing information,
Further patches will be generated in subsequent months to fix up cases
where non-standard license headers were used, and references to license
had to be inferred by heuristics based on keywords.
The analysis to determine which SPDX License Identifier to be applied to
a file was done in a spreadsheet of side by side results from of the
output of two independent scanners (ScanCode & Windriver) producing SPDX
tag:value files created by Philippe Ombredanne. Philippe prepared the
base worksheet, and did an initial spot review of a few 1000 files.
The 4.13 kernel was the starting point of the analysis with 60,537 files
assessed. Kate Stewart did a file by file comparison of the scanner
results in the spreadsheet to determine which SPDX license identifier(s)
to be applied to the file. She confirmed any determination that was not
immediately clear with lawyers working with the Linux Foundation.
Criteria used to select files for SPDX license identifier tagging was:
- Files considered eligible had to be source code files.
- Make and config files were included as candidates if they contained >5
lines of source
- File already had some variant of a license header in it (even if <5
lines).
All documentation files were explicitly excluded.
The following heuristics were used to determine which SPDX license
identifiers to apply.
- when both scanners couldn't find any license traces, file was
considered to have no license information in it, and the top level
COPYING file license applied.
For non */uapi/* files that summary was:
SPDX license identifier # files
---------------------------------------------------|-------
GPL-2.0 11139
and resulted in the first patch in this series.
If that file was a */uapi/* path one, it was "GPL-2.0 WITH
Linux-syscall-note" otherwise it was "GPL-2.0". Results of that was:
SPDX license identifier # files
---------------------------------------------------|-------
GPL-2.0 WITH Linux-syscall-note 930
and resulted in the second patch in this series.
- if a file had some form of licensing information in it, and was one
of the */uapi/* ones, it was denoted with the Linux-syscall-note if
any GPL family license was found in the file or had no licensing in
it (per prior point). Results summary:
SPDX license identifier # files
---------------------------------------------------|------
GPL-2.0 WITH Linux-syscall-note 270
GPL-2.0+ WITH Linux-syscall-note 169
((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause) 21
((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 17
LGPL-2.1+ WITH Linux-syscall-note 15
GPL-1.0+ WITH Linux-syscall-note 14
((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause) 5
LGPL-2.0+ WITH Linux-syscall-note 4
LGPL-2.1 WITH Linux-syscall-note 3
((GPL-2.0 WITH Linux-syscall-note) OR MIT) 3
((GPL-2.0 WITH Linux-syscall-note) AND MIT) 1
and that resulted in the third patch in this series.
- when the two scanners agreed on the detected license(s), that became
the concluded license(s).
- when there was disagreement between the two scanners (one detected a
license but the other didn't, or they both detected different
licenses) a manual inspection of the file occurred.
- In most cases a manual inspection of the information in the file
resulted in a clear resolution of the license that should apply (and
which scanner probably needed to revisit its heuristics).
- When it was not immediately clear, the license identifier was
confirmed with lawyers working with the Linux Foundation.
- If there was any question as to the appropriate license identifier,
the file was flagged for further research and to be revisited later
in time.
In total, over 70 hours of logged manual review was done on the
spreadsheet to determine the SPDX license identifiers to apply to the
source files by Kate, Philippe, Thomas and, in some cases, confirmation
by lawyers working with the Linux Foundation.
Kate also obtained a third independent scan of the 4.13 code base from
FOSSology, and compared selected files where the other two scanners
disagreed against that SPDX file, to see if there was new insights. The
Windriver scanner is based on an older version of FOSSology in part, so
they are related.
Thomas did random spot checks in about 500 files from the spreadsheets
for the uapi headers and agreed with SPDX license identifier in the
files he inspected. For the non-uapi files Thomas did random spot checks
in about 15000 files.
In initial set of patches against 4.14-rc6, 3 files were found to have
copy/paste license identifier errors, and have been fixed to reflect the
correct identifier.
Additionally Philippe spent 10 hours this week doing a detailed manual
inspection and review of the 12,461 patched files from the initial patch
version early this week with:
- a full scancode scan run, collecting the matched texts, detected
license ids and scores
- reviewing anything where there was a license detected (about 500+
files) to ensure that the applied SPDX license was correct
- reviewing anything where there was no detection but the patch license
was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied
SPDX license was correct
This produced a worksheet with 20 files needing minor correction. This
worksheet was then exported into 3 different .csv files for the
different types of files to be modified.
These .csv files were then reviewed by Greg. Thomas wrote a script to
parse the csv files and add the proper SPDX tag to the file, in the
format that the file expected. This script was further refined by Greg
based on the output to detect more types of files automatically and to
distinguish between header and source .c files (which need different
comment types.) Finally Greg ran the script using the .csv files to
generate the patches.
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-11-01 14:07:57 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2017-01-09 15:55:16 +00:00
|
|
|
/*
|
|
|
|
* Shared Memory Communications over RDMA (SMC-R) and RoCE
|
|
|
|
*
|
|
|
|
* CLC (connection layer control) handshake over initial TCP socket to
|
|
|
|
* prepare for RDMA traffic
|
|
|
|
*
|
2018-03-16 14:06:40 +00:00
|
|
|
* Copyright IBM Corp. 2016, 2018
|
2017-01-09 15:55:16 +00:00
|
|
|
*
|
|
|
|
* Author(s): Ursula Braun <ubraun@linux.vnet.ibm.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <linux/in.h>
|
2018-03-01 12:51:27 +00:00
|
|
|
#include <linux/inetdevice.h>
|
2017-01-12 13:57:15 +00:00
|
|
|
#include <linux/if_ether.h>
|
2017-02-02 07:35:14 +00:00
|
|
|
#include <linux/sched/signal.h>
|
2020-09-26 10:44:31 +00:00
|
|
|
#include <linux/utsname.h>
|
|
|
|
#include <linux/ctype.h>
|
2017-02-02 07:35:14 +00:00
|
|
|
|
2018-03-16 14:06:40 +00:00
|
|
|
#include <net/addrconf.h>
|
2017-01-09 15:55:16 +00:00
|
|
|
#include <net/sock.h>
|
|
|
|
#include <net/tcp.h>
|
|
|
|
|
|
|
|
#include "smc.h"
|
2017-01-09 15:55:17 +00:00
|
|
|
#include "smc_core.h"
|
2017-01-09 15:55:16 +00:00
|
|
|
#include "smc_clc.h"
|
|
|
|
#include "smc_ib.h"
|
2018-06-28 17:05:09 +00:00
|
|
|
#include "smc_ism.h"
|
2021-09-14 08:35:05 +00:00
|
|
|
#include "smc_netlink.h"
|
2018-06-28 17:05:09 +00:00
|
|
|
|
|
|
|
#define SMCR_CLC_ACCEPT_CONFIRM_LEN 68
|
|
|
|
#define SMCD_CLC_ACCEPT_CONFIRM_LEN 48
|
2020-09-26 10:44:30 +00:00
|
|
|
#define SMCD_CLC_ACCEPT_CONFIRM_LEN_V2 78
|
2021-10-16 09:37:45 +00:00
|
|
|
#define SMCR_CLC_ACCEPT_CONFIRM_LEN_V2 108
|
2020-07-08 15:05:15 +00:00
|
|
|
#define SMC_CLC_RECV_BUF_LEN 100
|
2017-01-09 15:55:16 +00:00
|
|
|
|
2018-03-01 12:51:26 +00:00
|
|
|
/* eye catcher "SMCR" EBCDIC for CLC messages */
|
|
|
|
static const char SMC_EYECATCHER[4] = {'\xe2', '\xd4', '\xc3', '\xd9'};
|
2018-06-28 17:05:09 +00:00
|
|
|
/* eye catcher "SMCD" EBCDIC for CLC messages */
|
|
|
|
static const char SMCD_EYECATCHER[4] = {'\xe2', '\xd4', '\xc3', '\xc4'};
|
2018-03-01 12:51:26 +00:00
|
|
|
|
2020-09-26 10:44:31 +00:00
|
|
|
static u8 smc_hostname[SMC_MAX_HOSTNAME_LEN];
|
|
|
|
|
2021-09-14 08:35:05 +00:00
|
|
|
struct smc_clc_eid_table {
|
|
|
|
rwlock_t lock;
|
|
|
|
struct list_head list;
|
|
|
|
u8 ueid_cnt;
|
|
|
|
u8 seid_enabled;
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct smc_clc_eid_table smc_clc_eid_table;
|
|
|
|
|
|
|
|
struct smc_clc_eid_entry {
|
|
|
|
struct list_head list;
|
|
|
|
u8 eid[SMC_MAX_EID_LEN];
|
|
|
|
};
|
|
|
|
|
|
|
|
/* The size of a user EID is 32 characters.
|
|
|
|
* Valid characters should be (single-byte character set) A-Z, 0-9, '.' and '-'.
|
|
|
|
* Blanks should only be used to pad to the expected size.
|
|
|
|
* First character must be alphanumeric.
|
|
|
|
*/
|
|
|
|
static bool smc_clc_ueid_valid(char *ueid)
|
|
|
|
{
|
|
|
|
char *end = ueid + SMC_MAX_EID_LEN;
|
|
|
|
|
|
|
|
while (--end >= ueid && isspace(*end))
|
|
|
|
;
|
|
|
|
if (end < ueid)
|
|
|
|
return false;
|
|
|
|
if (!isalnum(*ueid) || islower(*ueid))
|
|
|
|
return false;
|
|
|
|
while (ueid <= end) {
|
|
|
|
if ((!isalnum(*ueid) || islower(*ueid)) && *ueid != '.' &&
|
|
|
|
*ueid != '-')
|
|
|
|
return false;
|
|
|
|
ueid++;
|
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int smc_clc_ueid_add(char *ueid)
|
|
|
|
{
|
|
|
|
struct smc_clc_eid_entry *new_ueid, *tmp_ueid;
|
|
|
|
int rc;
|
|
|
|
|
|
|
|
if (!smc_clc_ueid_valid(ueid))
|
|
|
|
return -EINVAL;
|
|
|
|
|
|
|
|
/* add a new ueid entry to the ueid table if there isn't one */
|
|
|
|
new_ueid = kzalloc(sizeof(*new_ueid), GFP_KERNEL);
|
|
|
|
if (!new_ueid)
|
|
|
|
return -ENOMEM;
|
|
|
|
memcpy(new_ueid->eid, ueid, SMC_MAX_EID_LEN);
|
|
|
|
|
|
|
|
write_lock(&smc_clc_eid_table.lock);
|
|
|
|
if (smc_clc_eid_table.ueid_cnt >= SMC_MAX_UEID) {
|
|
|
|
rc = -ERANGE;
|
|
|
|
goto err_out;
|
|
|
|
}
|
|
|
|
list_for_each_entry(tmp_ueid, &smc_clc_eid_table.list, list) {
|
|
|
|
if (!memcmp(tmp_ueid->eid, ueid, SMC_MAX_EID_LEN)) {
|
|
|
|
rc = -EEXIST;
|
|
|
|
goto err_out;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
list_add_tail(&new_ueid->list, &smc_clc_eid_table.list);
|
|
|
|
smc_clc_eid_table.ueid_cnt++;
|
|
|
|
write_unlock(&smc_clc_eid_table.lock);
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
err_out:
|
|
|
|
write_unlock(&smc_clc_eid_table.lock);
|
|
|
|
kfree(new_ueid);
|
|
|
|
return rc;
|
|
|
|
}
|
|
|
|
|
2021-10-16 09:37:44 +00:00
|
|
|
int smc_clc_ueid_count(void)
|
|
|
|
{
|
|
|
|
int count;
|
|
|
|
|
|
|
|
read_lock(&smc_clc_eid_table.lock);
|
|
|
|
count = smc_clc_eid_table.ueid_cnt;
|
|
|
|
read_unlock(&smc_clc_eid_table.lock);
|
|
|
|
|
|
|
|
return count;
|
|
|
|
}
|
|
|
|
|
2021-09-14 08:35:05 +00:00
|
|
|
int smc_nl_add_ueid(struct sk_buff *skb, struct genl_info *info)
|
|
|
|
{
|
|
|
|
struct nlattr *nla_ueid = info->attrs[SMC_NLA_EID_TABLE_ENTRY];
|
|
|
|
char *ueid;
|
|
|
|
|
|
|
|
if (!nla_ueid || nla_len(nla_ueid) != SMC_MAX_EID_LEN + 1)
|
|
|
|
return -EINVAL;
|
|
|
|
ueid = (char *)nla_data(nla_ueid);
|
|
|
|
|
|
|
|
return smc_clc_ueid_add(ueid);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* remove one or all ueid entries from the table */
|
|
|
|
static int smc_clc_ueid_remove(char *ueid)
|
|
|
|
{
|
|
|
|
struct smc_clc_eid_entry *lst_ueid, *tmp_ueid;
|
|
|
|
int rc = -ENOENT;
|
|
|
|
|
|
|
|
/* remove table entry */
|
|
|
|
write_lock(&smc_clc_eid_table.lock);
|
|
|
|
list_for_each_entry_safe(lst_ueid, tmp_ueid, &smc_clc_eid_table.list,
|
|
|
|
list) {
|
|
|
|
if (!ueid || !memcmp(lst_ueid->eid, ueid, SMC_MAX_EID_LEN)) {
|
|
|
|
list_del(&lst_ueid->list);
|
|
|
|
smc_clc_eid_table.ueid_cnt--;
|
|
|
|
kfree(lst_ueid);
|
|
|
|
rc = 0;
|
|
|
|
}
|
|
|
|
}
|
2023-12-19 14:26:15 +00:00
|
|
|
#if IS_ENABLED(CONFIG_S390)
|
2021-09-14 08:35:07 +00:00
|
|
|
if (!rc && !smc_clc_eid_table.ueid_cnt) {
|
|
|
|
smc_clc_eid_table.seid_enabled = 1;
|
|
|
|
rc = -EAGAIN; /* indicate success and enabling of seid */
|
|
|
|
}
|
2023-12-19 14:26:15 +00:00
|
|
|
#endif
|
2021-09-14 08:35:05 +00:00
|
|
|
write_unlock(&smc_clc_eid_table.lock);
|
|
|
|
return rc;
|
|
|
|
}
|
|
|
|
|
|
|
|
int smc_nl_remove_ueid(struct sk_buff *skb, struct genl_info *info)
|
|
|
|
{
|
|
|
|
struct nlattr *nla_ueid = info->attrs[SMC_NLA_EID_TABLE_ENTRY];
|
|
|
|
char *ueid;
|
|
|
|
|
|
|
|
if (!nla_ueid || nla_len(nla_ueid) != SMC_MAX_EID_LEN + 1)
|
|
|
|
return -EINVAL;
|
|
|
|
ueid = (char *)nla_data(nla_ueid);
|
|
|
|
|
|
|
|
return smc_clc_ueid_remove(ueid);
|
|
|
|
}
|
|
|
|
|
|
|
|
int smc_nl_flush_ueid(struct sk_buff *skb, struct genl_info *info)
|
|
|
|
{
|
|
|
|
smc_clc_ueid_remove(NULL);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int smc_nl_ueid_dumpinfo(struct sk_buff *skb, u32 portid, u32 seq,
|
|
|
|
u32 flags, char *ueid)
|
|
|
|
{
|
|
|
|
char ueid_str[SMC_MAX_EID_LEN + 1];
|
|
|
|
void *hdr;
|
|
|
|
|
|
|
|
hdr = genlmsg_put(skb, portid, seq, &smc_gen_nl_family,
|
|
|
|
flags, SMC_NETLINK_DUMP_UEID);
|
|
|
|
if (!hdr)
|
|
|
|
return -ENOMEM;
|
2022-04-08 15:10:33 +00:00
|
|
|
memcpy(ueid_str, ueid, SMC_MAX_EID_LEN);
|
|
|
|
ueid_str[SMC_MAX_EID_LEN] = 0;
|
2021-09-14 08:35:05 +00:00
|
|
|
if (nla_put_string(skb, SMC_NLA_EID_TABLE_ENTRY, ueid_str)) {
|
|
|
|
genlmsg_cancel(skb, hdr);
|
|
|
|
return -EMSGSIZE;
|
|
|
|
}
|
|
|
|
genlmsg_end(skb, hdr);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int _smc_nl_ueid_dump(struct sk_buff *skb, u32 portid, u32 seq,
|
|
|
|
int start_idx)
|
|
|
|
{
|
|
|
|
struct smc_clc_eid_entry *lst_ueid;
|
|
|
|
int idx = 0;
|
|
|
|
|
|
|
|
read_lock(&smc_clc_eid_table.lock);
|
|
|
|
list_for_each_entry(lst_ueid, &smc_clc_eid_table.list, list) {
|
|
|
|
if (idx++ < start_idx)
|
|
|
|
continue;
|
|
|
|
if (smc_nl_ueid_dumpinfo(skb, portid, seq, NLM_F_MULTI,
|
|
|
|
lst_ueid->eid)) {
|
|
|
|
--idx;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
read_unlock(&smc_clc_eid_table.lock);
|
|
|
|
return idx;
|
|
|
|
}
|
|
|
|
|
|
|
|
int smc_nl_dump_ueid(struct sk_buff *skb, struct netlink_callback *cb)
|
|
|
|
{
|
|
|
|
struct smc_nl_dmp_ctx *cb_ctx = smc_nl_dmp_ctx(cb);
|
|
|
|
int idx;
|
|
|
|
|
|
|
|
idx = _smc_nl_ueid_dump(skb, NETLINK_CB(cb->skb).portid,
|
|
|
|
cb->nlh->nlmsg_seq, cb_ctx->pos[0]);
|
|
|
|
|
|
|
|
cb_ctx->pos[0] = idx;
|
|
|
|
return skb->len;
|
|
|
|
}
|
|
|
|
|
2021-09-14 08:35:07 +00:00
|
|
|
int smc_nl_dump_seid(struct sk_buff *skb, struct netlink_callback *cb)
|
|
|
|
{
|
|
|
|
struct smc_nl_dmp_ctx *cb_ctx = smc_nl_dmp_ctx(cb);
|
|
|
|
char seid_str[SMC_MAX_EID_LEN + 1];
|
|
|
|
u8 seid_enabled;
|
|
|
|
void *hdr;
|
|
|
|
u8 *seid;
|
|
|
|
|
|
|
|
if (cb_ctx->pos[0])
|
|
|
|
return skb->len;
|
|
|
|
|
|
|
|
hdr = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
|
|
|
|
&smc_gen_nl_family, NLM_F_MULTI,
|
|
|
|
SMC_NETLINK_DUMP_SEID);
|
|
|
|
if (!hdr)
|
|
|
|
return -ENOMEM;
|
|
|
|
if (!smc_ism_is_v2_capable())
|
|
|
|
goto end;
|
|
|
|
|
|
|
|
smc_ism_get_system_eid(&seid);
|
2022-04-08 15:10:33 +00:00
|
|
|
memcpy(seid_str, seid, SMC_MAX_EID_LEN);
|
|
|
|
seid_str[SMC_MAX_EID_LEN] = 0;
|
2021-09-14 08:35:07 +00:00
|
|
|
if (nla_put_string(skb, SMC_NLA_SEID_ENTRY, seid_str))
|
|
|
|
goto err;
|
|
|
|
read_lock(&smc_clc_eid_table.lock);
|
|
|
|
seid_enabled = smc_clc_eid_table.seid_enabled;
|
|
|
|
read_unlock(&smc_clc_eid_table.lock);
|
|
|
|
if (nla_put_u8(skb, SMC_NLA_SEID_ENABLED, seid_enabled))
|
|
|
|
goto err;
|
|
|
|
end:
|
|
|
|
genlmsg_end(skb, hdr);
|
|
|
|
cb_ctx->pos[0]++;
|
|
|
|
return skb->len;
|
|
|
|
err:
|
|
|
|
genlmsg_cancel(skb, hdr);
|
|
|
|
return -EMSGSIZE;
|
|
|
|
}
|
|
|
|
|
|
|
|
int smc_nl_enable_seid(struct sk_buff *skb, struct genl_info *info)
|
|
|
|
{
|
2023-12-19 14:26:15 +00:00
|
|
|
#if IS_ENABLED(CONFIG_S390)
|
2021-09-14 08:35:07 +00:00
|
|
|
write_lock(&smc_clc_eid_table.lock);
|
|
|
|
smc_clc_eid_table.seid_enabled = 1;
|
|
|
|
write_unlock(&smc_clc_eid_table.lock);
|
|
|
|
return 0;
|
2023-12-19 14:26:15 +00:00
|
|
|
#else
|
|
|
|
return -EOPNOTSUPP;
|
|
|
|
#endif
|
2021-09-14 08:35:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
int smc_nl_disable_seid(struct sk_buff *skb, struct genl_info *info)
|
|
|
|
{
|
|
|
|
int rc = 0;
|
|
|
|
|
2023-12-19 14:26:15 +00:00
|
|
|
#if IS_ENABLED(CONFIG_S390)
|
2021-09-14 08:35:07 +00:00
|
|
|
write_lock(&smc_clc_eid_table.lock);
|
|
|
|
if (!smc_clc_eid_table.ueid_cnt)
|
|
|
|
rc = -ENOENT;
|
|
|
|
else
|
|
|
|
smc_clc_eid_table.seid_enabled = 0;
|
|
|
|
write_unlock(&smc_clc_eid_table.lock);
|
2023-12-19 14:26:15 +00:00
|
|
|
#else
|
|
|
|
rc = -EOPNOTSUPP;
|
|
|
|
#endif
|
2021-09-14 08:35:07 +00:00
|
|
|
return rc;
|
|
|
|
}
|
|
|
|
|
2021-09-14 08:35:05 +00:00
|
|
|
static bool _smc_clc_match_ueid(u8 *peer_ueid)
|
|
|
|
{
|
|
|
|
struct smc_clc_eid_entry *tmp_ueid;
|
|
|
|
|
|
|
|
list_for_each_entry(tmp_ueid, &smc_clc_eid_table.list, list) {
|
|
|
|
if (!memcmp(tmp_ueid->eid, peer_ueid, SMC_MAX_EID_LEN))
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
bool smc_clc_match_eid(u8 *negotiated_eid,
|
|
|
|
struct smc_clc_v2_extension *smc_v2_ext,
|
|
|
|
u8 *peer_eid, u8 *local_eid)
|
|
|
|
{
|
|
|
|
bool match = false;
|
|
|
|
int i;
|
|
|
|
|
|
|
|
negotiated_eid[0] = 0;
|
|
|
|
read_lock(&smc_clc_eid_table.lock);
|
2021-10-16 09:37:45 +00:00
|
|
|
if (peer_eid && local_eid &&
|
|
|
|
smc_clc_eid_table.seid_enabled &&
|
2021-09-14 08:35:05 +00:00
|
|
|
smc_v2_ext->hdr.flag.seid &&
|
|
|
|
!memcmp(peer_eid, local_eid, SMC_MAX_EID_LEN)) {
|
|
|
|
memcpy(negotiated_eid, peer_eid, SMC_MAX_EID_LEN);
|
|
|
|
match = true;
|
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
|
|
|
|
for (i = 0; i < smc_v2_ext->hdr.eid_cnt; i++) {
|
|
|
|
if (_smc_clc_match_ueid(smc_v2_ext->user_eids[i])) {
|
|
|
|
memcpy(negotiated_eid, smc_v2_ext->user_eids[i],
|
|
|
|
SMC_MAX_EID_LEN);
|
|
|
|
match = true;
|
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
out:
|
|
|
|
read_unlock(&smc_clc_eid_table.lock);
|
|
|
|
return match;
|
|
|
|
}
|
|
|
|
|
2020-09-26 10:44:28 +00:00
|
|
|
/* check arriving CLC proposal */
|
|
|
|
static bool smc_clc_msg_prop_valid(struct smc_clc_msg_proposal *pclc)
|
|
|
|
{
|
|
|
|
struct smc_clc_msg_proposal_prefix *pclc_prfx;
|
|
|
|
struct smc_clc_smcd_v2_extension *smcd_v2_ext;
|
|
|
|
struct smc_clc_msg_hdr *hdr = &pclc->hdr;
|
|
|
|
struct smc_clc_v2_extension *v2_ext;
|
|
|
|
|
|
|
|
pclc_prfx = smc_clc_proposal_get_prefix(pclc);
|
2024-12-11 09:21:18 +00:00
|
|
|
if (!pclc_prfx ||
|
|
|
|
pclc_prfx->ipv6_prefixes_cnt > SMC_CLC_MAX_V6_PREFIX)
|
|
|
|
return false;
|
|
|
|
|
2020-09-26 10:44:28 +00:00
|
|
|
if (hdr->version == SMC_V1) {
|
|
|
|
if (hdr->typev1 == SMC_TYPE_N)
|
|
|
|
return false;
|
|
|
|
if (ntohs(hdr->length) !=
|
|
|
|
sizeof(*pclc) + ntohs(pclc->iparea_offset) +
|
|
|
|
sizeof(*pclc_prfx) +
|
|
|
|
pclc_prfx->ipv6_prefixes_cnt *
|
|
|
|
sizeof(struct smc_clc_ipv6_prefix) +
|
|
|
|
sizeof(struct smc_clc_msg_trail))
|
|
|
|
return false;
|
|
|
|
} else {
|
2024-12-11 09:21:19 +00:00
|
|
|
v2_ext = smc_get_clc_v2_ext(pclc);
|
|
|
|
if ((hdr->typev2 != SMC_TYPE_N &&
|
|
|
|
(!v2_ext || v2_ext->hdr.eid_cnt > SMC_CLC_MAX_UEID)) ||
|
|
|
|
(smcd_indicated(hdr->typev2) &&
|
|
|
|
v2_ext->hdr.ism_gid_cnt > SMCD_CLC_MAX_V2_GID_ENTRIES))
|
|
|
|
return false;
|
|
|
|
|
2020-09-26 10:44:28 +00:00
|
|
|
if (ntohs(hdr->length) !=
|
|
|
|
sizeof(*pclc) +
|
|
|
|
sizeof(struct smc_clc_msg_smcd) +
|
|
|
|
(hdr->typev1 != SMC_TYPE_N ?
|
|
|
|
sizeof(*pclc_prfx) +
|
|
|
|
pclc_prfx->ipv6_prefixes_cnt *
|
|
|
|
sizeof(struct smc_clc_ipv6_prefix) : 0) +
|
|
|
|
(hdr->typev2 != SMC_TYPE_N ?
|
|
|
|
sizeof(*v2_ext) +
|
|
|
|
v2_ext->hdr.eid_cnt * SMC_MAX_EID_LEN : 0) +
|
|
|
|
(smcd_indicated(hdr->typev2) ?
|
|
|
|
sizeof(*smcd_v2_ext) + v2_ext->hdr.ism_gid_cnt *
|
|
|
|
sizeof(struct smc_clc_smcd_gid_chid) :
|
|
|
|
0) +
|
|
|
|
sizeof(struct smc_clc_msg_trail))
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
2020-09-26 10:44:30 +00:00
|
|
|
/* check arriving CLC accept or confirm */
|
|
|
|
static bool
|
2023-12-19 14:26:09 +00:00
|
|
|
smc_clc_msg_acc_conf_valid(struct smc_clc_msg_accept_confirm *clc)
|
2020-09-26 10:44:30 +00:00
|
|
|
{
|
2023-12-19 14:26:09 +00:00
|
|
|
struct smc_clc_msg_hdr *hdr = &clc->hdr;
|
2020-09-26 10:44:30 +00:00
|
|
|
|
|
|
|
if (hdr->typev1 != SMC_TYPE_R && hdr->typev1 != SMC_TYPE_D)
|
|
|
|
return false;
|
|
|
|
if (hdr->version == SMC_V1) {
|
|
|
|
if ((hdr->typev1 == SMC_TYPE_R &&
|
|
|
|
ntohs(hdr->length) != SMCR_CLC_ACCEPT_CONFIRM_LEN) ||
|
|
|
|
(hdr->typev1 == SMC_TYPE_D &&
|
|
|
|
ntohs(hdr->length) != SMCD_CLC_ACCEPT_CONFIRM_LEN))
|
|
|
|
return false;
|
|
|
|
} else {
|
|
|
|
if (hdr->typev1 == SMC_TYPE_D &&
|
net/smc: add vendor unique experimental options area in clc handshake
Add vendor unique experimental options area in clc handshake. In clc
accept and confirm msg, vendor unique experimental options use the
16-Bytes reserved field, which defined in struct smc_clc_fce_gid_ext
in previous version. Because of the struct smc_clc_first_contact_ext
is widely used and limit the scope of modification, this patch moves
the 16-Bytes reserved field out of struct smc_clc_fce_gid_ext, and
followed with the struct smc_clc_first_contact_ext in a new struct
names struct smc_clc_first_contact_ext_v2x.
For SMC-R first connection, in previous version, the struct smc_clc_
first_contact_ext and the 16-Bytes reserved field has already been
included in clc accept and confirm msg. Thus, this patch use struct
smc_clc_first_contact_ext_v2x instead of the struct smc_clc_first_
contact_ext and the 16-Bytes reserved field in SMC-R clc accept and
confirm msg is compatible with previous version.
For SMC-D first connection, in previous version, only the struct smc_
clc_first_contact_ext is included in clc accept and confirm msg, and
the 16-Bytes reserved field is not included. Thus, when the negotiated
smc release version is the version before v2.1, we still use struct
smc_clc_first_contact_ext for compatible consideration. If the negotiated
smc release version is v2.1 or later, use struct smc_clc_first_contact_
ext_v2x instead.
Signed-off-by: Guangguan Wang <guangguan.wang@linux.alibaba.com>
Reviewed-by: Tony Lu <tonylu@linux.alibaba.com>
Reviewed-by: Jan Karcher <jaka@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-08-17 13:20:28 +00:00
|
|
|
ntohs(hdr->length) < SMCD_CLC_ACCEPT_CONFIRM_LEN_V2)
|
2020-09-26 10:44:30 +00:00
|
|
|
return false;
|
2021-10-16 09:37:45 +00:00
|
|
|
if (hdr->typev1 == SMC_TYPE_R &&
|
|
|
|
ntohs(hdr->length) < SMCR_CLC_ACCEPT_CONFIRM_LEN_V2)
|
|
|
|
return false;
|
2020-09-26 10:44:30 +00:00
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
2021-10-16 09:37:47 +00:00
|
|
|
/* check arriving CLC decline */
|
|
|
|
static bool
|
|
|
|
smc_clc_msg_decl_valid(struct smc_clc_msg_decline *dclc)
|
|
|
|
{
|
|
|
|
struct smc_clc_msg_hdr *hdr = &dclc->hdr;
|
|
|
|
|
|
|
|
if (hdr->typev1 != SMC_TYPE_R && hdr->typev1 != SMC_TYPE_D)
|
|
|
|
return false;
|
|
|
|
if (hdr->version == SMC_V1) {
|
|
|
|
if (ntohs(hdr->length) != sizeof(struct smc_clc_msg_decline))
|
|
|
|
return false;
|
|
|
|
} else {
|
|
|
|
if (ntohs(hdr->length) != sizeof(struct smc_clc_msg_decline_v2))
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
2023-12-19 14:26:07 +00:00
|
|
|
static int smc_clc_fill_fce_v2x(struct smc_clc_first_contact_ext_v2x *fce_v2x,
|
|
|
|
struct smc_init_info *ini)
|
2020-09-26 10:44:31 +00:00
|
|
|
{
|
2023-12-19 14:26:07 +00:00
|
|
|
int ret = sizeof(*fce_v2x);
|
net/smc: add vendor unique experimental options area in clc handshake
Add vendor unique experimental options area in clc handshake. In clc
accept and confirm msg, vendor unique experimental options use the
16-Bytes reserved field, which defined in struct smc_clc_fce_gid_ext
in previous version. Because of the struct smc_clc_first_contact_ext
is widely used and limit the scope of modification, this patch moves
the 16-Bytes reserved field out of struct smc_clc_fce_gid_ext, and
followed with the struct smc_clc_first_contact_ext in a new struct
names struct smc_clc_first_contact_ext_v2x.
For SMC-R first connection, in previous version, the struct smc_clc_
first_contact_ext and the 16-Bytes reserved field has already been
included in clc accept and confirm msg. Thus, this patch use struct
smc_clc_first_contact_ext_v2x instead of the struct smc_clc_first_
contact_ext and the 16-Bytes reserved field in SMC-R clc accept and
confirm msg is compatible with previous version.
For SMC-D first connection, in previous version, only the struct smc_
clc_first_contact_ext is included in clc accept and confirm msg, and
the 16-Bytes reserved field is not included. Thus, when the negotiated
smc release version is the version before v2.1, we still use struct
smc_clc_first_contact_ext for compatible consideration. If the negotiated
smc release version is v2.1 or later, use struct smc_clc_first_contact_
ext_v2x instead.
Signed-off-by: Guangguan Wang <guangguan.wang@linux.alibaba.com>
Reviewed-by: Tony Lu <tonylu@linux.alibaba.com>
Reviewed-by: Jan Karcher <jaka@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-08-17 13:20:28 +00:00
|
|
|
|
2023-12-19 14:26:07 +00:00
|
|
|
memset(fce_v2x, 0, sizeof(*fce_v2x));
|
|
|
|
fce_v2x->fce_v2_base.os_type = SMC_CLC_OS_LINUX;
|
|
|
|
fce_v2x->fce_v2_base.release = ini->release_nr;
|
|
|
|
memcpy(fce_v2x->fce_v2_base.hostname,
|
|
|
|
smc_hostname, sizeof(smc_hostname));
|
2023-08-17 13:20:30 +00:00
|
|
|
if (ini->is_smcd && ini->release_nr < SMC_RELEASE_1) {
|
net/smc: add vendor unique experimental options area in clc handshake
Add vendor unique experimental options area in clc handshake. In clc
accept and confirm msg, vendor unique experimental options use the
16-Bytes reserved field, which defined in struct smc_clc_fce_gid_ext
in previous version. Because of the struct smc_clc_first_contact_ext
is widely used and limit the scope of modification, this patch moves
the 16-Bytes reserved field out of struct smc_clc_fce_gid_ext, and
followed with the struct smc_clc_first_contact_ext in a new struct
names struct smc_clc_first_contact_ext_v2x.
For SMC-R first connection, in previous version, the struct smc_clc_
first_contact_ext and the 16-Bytes reserved field has already been
included in clc accept and confirm msg. Thus, this patch use struct
smc_clc_first_contact_ext_v2x instead of the struct smc_clc_first_
contact_ext and the 16-Bytes reserved field in SMC-R clc accept and
confirm msg is compatible with previous version.
For SMC-D first connection, in previous version, only the struct smc_
clc_first_contact_ext is included in clc accept and confirm msg, and
the 16-Bytes reserved field is not included. Thus, when the negotiated
smc release version is the version before v2.1, we still use struct
smc_clc_first_contact_ext for compatible consideration. If the negotiated
smc release version is v2.1 or later, use struct smc_clc_first_contact_
ext_v2x instead.
Signed-off-by: Guangguan Wang <guangguan.wang@linux.alibaba.com>
Reviewed-by: Tony Lu <tonylu@linux.alibaba.com>
Reviewed-by: Jan Karcher <jaka@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-08-17 13:20:28 +00:00
|
|
|
ret = sizeof(struct smc_clc_first_contact_ext);
|
2023-08-17 13:20:30 +00:00
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (ini->release_nr >= SMC_RELEASE_1) {
|
2023-08-17 13:20:31 +00:00
|
|
|
if (!ini->is_smcd) {
|
2023-12-19 14:26:07 +00:00
|
|
|
fce_v2x->max_conns = ini->max_conns;
|
|
|
|
fce_v2x->max_links = ini->max_links;
|
2023-08-17 13:20:31 +00:00
|
|
|
}
|
2023-12-19 14:26:10 +00:00
|
|
|
fce_v2x->feature_mask = htons(ini->feature_mask);
|
2023-08-17 13:20:30 +00:00
|
|
|
}
|
net/smc: add vendor unique experimental options area in clc handshake
Add vendor unique experimental options area in clc handshake. In clc
accept and confirm msg, vendor unique experimental options use the
16-Bytes reserved field, which defined in struct smc_clc_fce_gid_ext
in previous version. Because of the struct smc_clc_first_contact_ext
is widely used and limit the scope of modification, this patch moves
the 16-Bytes reserved field out of struct smc_clc_fce_gid_ext, and
followed with the struct smc_clc_first_contact_ext in a new struct
names struct smc_clc_first_contact_ext_v2x.
For SMC-R first connection, in previous version, the struct smc_clc_
first_contact_ext and the 16-Bytes reserved field has already been
included in clc accept and confirm msg. Thus, this patch use struct
smc_clc_first_contact_ext_v2x instead of the struct smc_clc_first_
contact_ext and the 16-Bytes reserved field in SMC-R clc accept and
confirm msg is compatible with previous version.
For SMC-D first connection, in previous version, only the struct smc_
clc_first_contact_ext is included in clc accept and confirm msg, and
the 16-Bytes reserved field is not included. Thus, when the negotiated
smc release version is the version before v2.1, we still use struct
smc_clc_first_contact_ext for compatible consideration. If the negotiated
smc release version is v2.1 or later, use struct smc_clc_first_contact_
ext_v2x instead.
Signed-off-by: Guangguan Wang <guangguan.wang@linux.alibaba.com>
Reviewed-by: Tony Lu <tonylu@linux.alibaba.com>
Reviewed-by: Jan Karcher <jaka@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-08-17 13:20:28 +00:00
|
|
|
|
2023-08-17 13:20:30 +00:00
|
|
|
out:
|
net/smc: add vendor unique experimental options area in clc handshake
Add vendor unique experimental options area in clc handshake. In clc
accept and confirm msg, vendor unique experimental options use the
16-Bytes reserved field, which defined in struct smc_clc_fce_gid_ext
in previous version. Because of the struct smc_clc_first_contact_ext
is widely used and limit the scope of modification, this patch moves
the 16-Bytes reserved field out of struct smc_clc_fce_gid_ext, and
followed with the struct smc_clc_first_contact_ext in a new struct
names struct smc_clc_first_contact_ext_v2x.
For SMC-R first connection, in previous version, the struct smc_clc_
first_contact_ext and the 16-Bytes reserved field has already been
included in clc accept and confirm msg. Thus, this patch use struct
smc_clc_first_contact_ext_v2x instead of the struct smc_clc_first_
contact_ext and the 16-Bytes reserved field in SMC-R clc accept and
confirm msg is compatible with previous version.
For SMC-D first connection, in previous version, only the struct smc_
clc_first_contact_ext is included in clc accept and confirm msg, and
the 16-Bytes reserved field is not included. Thus, when the negotiated
smc release version is the version before v2.1, we still use struct
smc_clc_first_contact_ext for compatible consideration. If the negotiated
smc release version is v2.1 or later, use struct smc_clc_first_contact_
ext_v2x instead.
Signed-off-by: Guangguan Wang <guangguan.wang@linux.alibaba.com>
Reviewed-by: Tony Lu <tonylu@linux.alibaba.com>
Reviewed-by: Jan Karcher <jaka@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-08-17 13:20:28 +00:00
|
|
|
return ret;
|
2020-09-26 10:44:31 +00:00
|
|
|
}
|
|
|
|
|
2017-12-07 12:38:49 +00:00
|
|
|
/* check if received message has a correct header length and contains valid
|
|
|
|
* heading and trailing eyecatchers
|
|
|
|
*/
|
2020-07-08 15:05:15 +00:00
|
|
|
static bool smc_clc_msg_hdr_valid(struct smc_clc_msg_hdr *clcm, bool check_trl)
|
2017-12-07 12:38:49 +00:00
|
|
|
{
|
2023-12-19 14:26:09 +00:00
|
|
|
struct smc_clc_msg_accept_confirm *clc;
|
2017-12-07 12:38:49 +00:00
|
|
|
struct smc_clc_msg_proposal *pclc;
|
|
|
|
struct smc_clc_msg_decline *dclc;
|
|
|
|
struct smc_clc_msg_trail *trl;
|
|
|
|
|
2018-06-28 17:05:09 +00:00
|
|
|
if (memcmp(clcm->eyecatcher, SMC_EYECATCHER, sizeof(SMC_EYECATCHER)) &&
|
|
|
|
memcmp(clcm->eyecatcher, SMCD_EYECATCHER, sizeof(SMCD_EYECATCHER)))
|
2017-12-07 12:38:49 +00:00
|
|
|
return false;
|
|
|
|
switch (clcm->type) {
|
|
|
|
case SMC_CLC_PROPOSAL:
|
|
|
|
pclc = (struct smc_clc_msg_proposal *)clcm;
|
2020-09-26 10:44:28 +00:00
|
|
|
if (!smc_clc_msg_prop_valid(pclc))
|
2017-12-07 12:38:49 +00:00
|
|
|
return false;
|
|
|
|
trl = (struct smc_clc_msg_trail *)
|
|
|
|
((u8 *)pclc + ntohs(pclc->hdr.length) - sizeof(*trl));
|
|
|
|
break;
|
|
|
|
case SMC_CLC_ACCEPT:
|
|
|
|
case SMC_CLC_CONFIRM:
|
2023-12-19 14:26:09 +00:00
|
|
|
clc = (struct smc_clc_msg_accept_confirm *)clcm;
|
|
|
|
if (!smc_clc_msg_acc_conf_valid(clc))
|
2017-12-07 12:38:49 +00:00
|
|
|
return false;
|
2018-06-28 17:05:09 +00:00
|
|
|
trl = (struct smc_clc_msg_trail *)
|
2023-12-19 14:26:09 +00:00
|
|
|
((u8 *)clc + ntohs(clc->hdr.length) - sizeof(*trl));
|
2017-12-07 12:38:49 +00:00
|
|
|
break;
|
|
|
|
case SMC_CLC_DECLINE:
|
|
|
|
dclc = (struct smc_clc_msg_decline *)clcm;
|
2021-10-16 09:37:47 +00:00
|
|
|
if (!smc_clc_msg_decl_valid(dclc))
|
2017-12-07 12:38:49 +00:00
|
|
|
return false;
|
2021-10-16 09:37:47 +00:00
|
|
|
check_trl = false;
|
2017-12-07 12:38:49 +00:00
|
|
|
break;
|
|
|
|
default:
|
|
|
|
return false;
|
|
|
|
}
|
2020-07-08 15:05:15 +00:00
|
|
|
if (check_trl &&
|
|
|
|
memcmp(trl->eyecatcher, SMC_EYECATCHER, sizeof(SMC_EYECATCHER)) &&
|
2018-06-28 17:05:09 +00:00
|
|
|
memcmp(trl->eyecatcher, SMCD_EYECATCHER, sizeof(SMCD_EYECATCHER)))
|
2017-12-07 12:38:49 +00:00
|
|
|
return false;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
2018-03-16 14:06:39 +00:00
|
|
|
/* find ipv4 addr on device and get the prefix len, fill CLC proposal msg */
|
|
|
|
static int smc_clc_prfx_set4_rcu(struct dst_entry *dst, __be32 ipv4,
|
|
|
|
struct smc_clc_msg_proposal_prefix *prop)
|
|
|
|
{
|
|
|
|
struct in_device *in_dev = __in_dev_get_rcu(dst->dev);
|
2019-05-31 16:27:07 +00:00
|
|
|
const struct in_ifaddr *ifa;
|
2018-03-16 14:06:39 +00:00
|
|
|
|
|
|
|
if (!in_dev)
|
|
|
|
return -ENODEV;
|
2019-05-31 16:27:07 +00:00
|
|
|
|
|
|
|
in_dev_for_each_ifa_rcu(ifa, in_dev) {
|
2018-03-16 14:06:39 +00:00
|
|
|
if (!inet_ifa_match(ipv4, ifa))
|
|
|
|
continue;
|
|
|
|
prop->prefix_len = inet_mask_len(ifa->ifa_mask);
|
|
|
|
prop->outgoing_subnet = ifa->ifa_address & ifa->ifa_mask;
|
|
|
|
/* prop->ipv6_prefixes_cnt = 0; already done by memset before */
|
|
|
|
return 0;
|
2019-05-31 16:27:07 +00:00
|
|
|
}
|
2018-03-16 14:06:39 +00:00
|
|
|
return -ENOENT;
|
|
|
|
}
|
|
|
|
|
2018-03-16 14:06:40 +00:00
|
|
|
/* fill CLC proposal msg with ipv6 prefixes from device */
|
|
|
|
static int smc_clc_prfx_set6_rcu(struct dst_entry *dst,
|
|
|
|
struct smc_clc_msg_proposal_prefix *prop,
|
|
|
|
struct smc_clc_ipv6_prefix *ipv6_prfx)
|
|
|
|
{
|
|
|
|
#if IS_ENABLED(CONFIG_IPV6)
|
|
|
|
struct inet6_dev *in6_dev = __in6_dev_get(dst->dev);
|
|
|
|
struct inet6_ifaddr *ifa;
|
|
|
|
int cnt = 0;
|
|
|
|
|
|
|
|
if (!in6_dev)
|
|
|
|
return -ENODEV;
|
|
|
|
/* use a maximum of 8 IPv6 prefixes from device */
|
|
|
|
list_for_each_entry(ifa, &in6_dev->addr_list, if_list) {
|
|
|
|
if (ipv6_addr_type(&ifa->addr) & IPV6_ADDR_LINKLOCAL)
|
|
|
|
continue;
|
|
|
|
ipv6_addr_prefix(&ipv6_prfx[cnt].prefix,
|
|
|
|
&ifa->addr, ifa->prefix_len);
|
|
|
|
ipv6_prfx[cnt].prefix_len = ifa->prefix_len;
|
|
|
|
cnt++;
|
|
|
|
if (cnt == SMC_CLC_MAX_V6_PREFIX)
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
prop->ipv6_prefixes_cnt = cnt;
|
|
|
|
if (cnt)
|
|
|
|
return 0;
|
|
|
|
#endif
|
|
|
|
return -ENOENT;
|
|
|
|
}
|
|
|
|
|
2018-03-16 14:06:39 +00:00
|
|
|
/* retrieve and set prefixes in CLC proposal msg */
|
|
|
|
static int smc_clc_prfx_set(struct socket *clcsock,
|
2018-03-16 14:06:40 +00:00
|
|
|
struct smc_clc_msg_proposal_prefix *prop,
|
|
|
|
struct smc_clc_ipv6_prefix *ipv6_prfx)
|
2018-03-01 12:51:27 +00:00
|
|
|
{
|
|
|
|
struct dst_entry *dst = sk_dst_get(clcsock->sk);
|
2018-03-16 14:06:39 +00:00
|
|
|
struct sockaddr_storage addrs;
|
2018-03-16 14:06:40 +00:00
|
|
|
struct sockaddr_in6 *addr6;
|
2018-03-16 14:06:39 +00:00
|
|
|
struct sockaddr_in *addr;
|
2018-03-01 12:51:27 +00:00
|
|
|
int rc = -ENOENT;
|
|
|
|
|
|
|
|
if (!dst) {
|
|
|
|
rc = -ENOTCONN;
|
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
if (!dst->dev) {
|
|
|
|
rc = -ENODEV;
|
|
|
|
goto out_rel;
|
|
|
|
}
|
|
|
|
/* get address to which the internal TCP socket is bound */
|
2021-09-20 19:18:14 +00:00
|
|
|
if (kernel_getsockname(clcsock, (struct sockaddr *)&addrs) < 0)
|
|
|
|
goto out_rel;
|
2018-03-16 14:06:39 +00:00
|
|
|
/* analyze IP specific data of net_device belonging to TCP socket */
|
2018-03-16 14:06:40 +00:00
|
|
|
addr6 = (struct sockaddr_in6 *)&addrs;
|
2018-03-01 12:51:27 +00:00
|
|
|
rcu_read_lock();
|
2018-03-16 14:06:39 +00:00
|
|
|
if (addrs.ss_family == PF_INET) {
|
|
|
|
/* IPv4 */
|
|
|
|
addr = (struct sockaddr_in *)&addrs;
|
|
|
|
rc = smc_clc_prfx_set4_rcu(dst, addr->sin_addr.s_addr, prop);
|
2018-03-16 14:06:40 +00:00
|
|
|
} else if (ipv6_addr_v4mapped(&addr6->sin6_addr)) {
|
|
|
|
/* mapped IPv4 address - peer is IPv4 only */
|
|
|
|
rc = smc_clc_prfx_set4_rcu(dst, addr6->sin6_addr.s6_addr32[3],
|
|
|
|
prop);
|
|
|
|
} else {
|
|
|
|
/* IPv6 */
|
|
|
|
rc = smc_clc_prfx_set6_rcu(dst, prop, ipv6_prfx);
|
2018-03-16 14:06:39 +00:00
|
|
|
}
|
|
|
|
rcu_read_unlock();
|
|
|
|
out_rel:
|
|
|
|
dst_release(dst);
|
|
|
|
out:
|
|
|
|
return rc;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* match ipv4 addrs of dev against addr in CLC proposal */
|
|
|
|
static int smc_clc_prfx_match4_rcu(struct net_device *dev,
|
|
|
|
struct smc_clc_msg_proposal_prefix *prop)
|
|
|
|
{
|
|
|
|
struct in_device *in_dev = __in_dev_get_rcu(dev);
|
2019-05-31 16:27:07 +00:00
|
|
|
const struct in_ifaddr *ifa;
|
2018-03-16 14:06:39 +00:00
|
|
|
|
|
|
|
if (!in_dev)
|
|
|
|
return -ENODEV;
|
2019-05-31 16:27:07 +00:00
|
|
|
in_dev_for_each_ifa_rcu(ifa, in_dev) {
|
2018-03-16 14:06:39 +00:00
|
|
|
if (prop->prefix_len == inet_mask_len(ifa->ifa_mask) &&
|
|
|
|
inet_ifa_match(prop->outgoing_subnet, ifa))
|
|
|
|
return 0;
|
2019-05-31 16:27:07 +00:00
|
|
|
}
|
2018-03-01 12:51:27 +00:00
|
|
|
|
2018-03-16 14:06:39 +00:00
|
|
|
return -ENOENT;
|
|
|
|
}
|
|
|
|
|
2018-03-16 14:06:40 +00:00
|
|
|
/* match ipv6 addrs of dev against addrs in CLC proposal */
|
|
|
|
static int smc_clc_prfx_match6_rcu(struct net_device *dev,
|
|
|
|
struct smc_clc_msg_proposal_prefix *prop)
|
|
|
|
{
|
|
|
|
#if IS_ENABLED(CONFIG_IPV6)
|
|
|
|
struct inet6_dev *in6_dev = __in6_dev_get(dev);
|
|
|
|
struct smc_clc_ipv6_prefix *ipv6_prfx;
|
|
|
|
struct inet6_ifaddr *ifa;
|
|
|
|
int i, max;
|
|
|
|
|
|
|
|
if (!in6_dev)
|
|
|
|
return -ENODEV;
|
|
|
|
/* ipv6 prefix list starts behind smc_clc_msg_proposal_prefix */
|
|
|
|
ipv6_prfx = (struct smc_clc_ipv6_prefix *)((u8 *)prop + sizeof(*prop));
|
|
|
|
max = min_t(u8, prop->ipv6_prefixes_cnt, SMC_CLC_MAX_V6_PREFIX);
|
|
|
|
list_for_each_entry(ifa, &in6_dev->addr_list, if_list) {
|
|
|
|
if (ipv6_addr_type(&ifa->addr) & IPV6_ADDR_LINKLOCAL)
|
|
|
|
continue;
|
|
|
|
for (i = 0; i < max; i++) {
|
|
|
|
if (ifa->prefix_len == ipv6_prfx[i].prefix_len &&
|
|
|
|
ipv6_prefix_equal(&ifa->addr, &ipv6_prfx[i].prefix,
|
|
|
|
ifa->prefix_len))
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
return -ENOENT;
|
|
|
|
}
|
|
|
|
|
2018-03-16 14:06:39 +00:00
|
|
|
/* check if proposed prefixes match one of our device prefixes */
|
|
|
|
int smc_clc_prfx_match(struct socket *clcsock,
|
|
|
|
struct smc_clc_msg_proposal_prefix *prop)
|
|
|
|
{
|
|
|
|
struct dst_entry *dst = sk_dst_get(clcsock->sk);
|
2018-03-16 14:06:40 +00:00
|
|
|
int rc;
|
2018-03-16 14:06:39 +00:00
|
|
|
|
|
|
|
if (!dst) {
|
|
|
|
rc = -ENOTCONN;
|
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
if (!dst->dev) {
|
|
|
|
rc = -ENODEV;
|
|
|
|
goto out_rel;
|
|
|
|
}
|
|
|
|
rcu_read_lock();
|
|
|
|
if (!prop->ipv6_prefixes_cnt)
|
|
|
|
rc = smc_clc_prfx_match4_rcu(dst->dev, prop);
|
2018-03-16 14:06:40 +00:00
|
|
|
else
|
|
|
|
rc = smc_clc_prfx_match6_rcu(dst->dev, prop);
|
2018-03-16 14:06:39 +00:00
|
|
|
rcu_read_unlock();
|
2018-03-01 12:51:27 +00:00
|
|
|
out_rel:
|
|
|
|
dst_release(dst);
|
|
|
|
out:
|
|
|
|
return rc;
|
|
|
|
}
|
|
|
|
|
2017-01-09 15:55:16 +00:00
|
|
|
/* Wait for data on the tcp-socket, analyze received data
|
|
|
|
* Returns:
|
|
|
|
* 0 if success and it was not a decline that we received.
|
|
|
|
* SMC_CLC_DECL_REPLY if decline received for fallback w/o another decl send.
|
|
|
|
* clcsock error, -EINTR, -ECONNRESET, -EPROTO otherwise.
|
|
|
|
*/
|
|
|
|
int smc_clc_wait_msg(struct smc_sock *smc, void *buf, int buflen,
|
2018-11-22 09:26:39 +00:00
|
|
|
u8 expected_type, unsigned long timeout)
|
2017-01-09 15:55:16 +00:00
|
|
|
{
|
2018-07-18 13:22:51 +00:00
|
|
|
long rcvtimeo = smc->clcsock->sk->sk_rcvtimeo;
|
2017-01-09 15:55:16 +00:00
|
|
|
struct sock *clc_sk = smc->clcsock->sk;
|
|
|
|
struct smc_clc_msg_hdr *clcm = buf;
|
|
|
|
struct msghdr msg = {NULL, 0};
|
|
|
|
int reason_code = 0;
|
2017-09-21 00:21:22 +00:00
|
|
|
struct kvec vec = {buf, buflen};
|
2020-07-08 15:05:15 +00:00
|
|
|
int len, datlen, recvlen;
|
|
|
|
bool check_trl = true;
|
2017-01-09 15:55:16 +00:00
|
|
|
int krflags;
|
|
|
|
|
|
|
|
/* peek the first few bytes to determine length of data to receive
|
|
|
|
* so we don't consume any subsequent CLC message or payload data
|
|
|
|
* in the TCP byte stream
|
|
|
|
*/
|
2017-09-21 00:21:22 +00:00
|
|
|
/*
|
|
|
|
* Caller must make sure that buflen is no less than
|
|
|
|
* sizeof(struct smc_clc_msg_hdr)
|
|
|
|
*/
|
2017-01-09 15:55:16 +00:00
|
|
|
krflags = MSG_PEEK | MSG_WAITALL;
|
2018-11-22 09:26:39 +00:00
|
|
|
clc_sk->sk_rcvtimeo = timeout;
|
2022-09-16 00:25:47 +00:00
|
|
|
iov_iter_kvec(&msg.msg_iter, ITER_DEST, &vec, 1,
|
2017-09-21 00:21:22 +00:00
|
|
|
sizeof(struct smc_clc_msg_hdr));
|
|
|
|
len = sock_recvmsg(smc->clcsock, &msg, krflags);
|
2017-01-09 15:55:16 +00:00
|
|
|
if (signal_pending(current)) {
|
|
|
|
reason_code = -EINTR;
|
|
|
|
clc_sk->sk_err = EINTR;
|
|
|
|
smc->sk.sk_err = EINTR;
|
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
if (clc_sk->sk_err) {
|
|
|
|
reason_code = -clc_sk->sk_err;
|
2018-11-22 09:26:37 +00:00
|
|
|
if (clc_sk->sk_err == EAGAIN &&
|
|
|
|
expected_type == SMC_CLC_DECLINE)
|
|
|
|
clc_sk->sk_err = 0; /* reset for fallback usage */
|
|
|
|
else
|
|
|
|
smc->sk.sk_err = clc_sk->sk_err;
|
2017-01-09 15:55:16 +00:00
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
if (!len) { /* peer has performed orderly shutdown */
|
|
|
|
smc->sk.sk_err = ECONNRESET;
|
|
|
|
reason_code = -ECONNRESET;
|
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
if (len < 0) {
|
2018-11-22 09:26:37 +00:00
|
|
|
if (len != -EAGAIN || expected_type != SMC_CLC_DECLINE)
|
|
|
|
smc->sk.sk_err = -len;
|
2017-01-09 15:55:16 +00:00
|
|
|
reason_code = len;
|
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
datlen = ntohs(clcm->length);
|
|
|
|
if ((len < sizeof(struct smc_clc_msg_hdr)) ||
|
2020-09-10 16:48:21 +00:00
|
|
|
(clcm->version < SMC_V1) ||
|
2017-01-09 15:55:16 +00:00
|
|
|
((clcm->type != SMC_CLC_DECLINE) &&
|
|
|
|
(clcm->type != expected_type))) {
|
|
|
|
smc->sk.sk_err = EPROTO;
|
|
|
|
reason_code = -EPROTO;
|
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* receive the complete CLC message */
|
|
|
|
memset(&msg, 0, sizeof(struct msghdr));
|
2020-07-08 15:05:15 +00:00
|
|
|
if (datlen > buflen) {
|
|
|
|
check_trl = false;
|
|
|
|
recvlen = buflen;
|
|
|
|
} else {
|
|
|
|
recvlen = datlen;
|
|
|
|
}
|
2022-09-16 00:25:47 +00:00
|
|
|
iov_iter_kvec(&msg.msg_iter, ITER_DEST, &vec, 1, recvlen);
|
2017-01-09 15:55:16 +00:00
|
|
|
krflags = MSG_WAITALL;
|
2017-09-21 00:21:22 +00:00
|
|
|
len = sock_recvmsg(smc->clcsock, &msg, krflags);
|
2020-07-08 15:05:15 +00:00
|
|
|
if (len < recvlen || !smc_clc_msg_hdr_valid(clcm, check_trl)) {
|
2017-01-09 15:55:16 +00:00
|
|
|
smc->sk.sk_err = EPROTO;
|
|
|
|
reason_code = -EPROTO;
|
|
|
|
goto out;
|
|
|
|
}
|
2020-07-08 15:05:15 +00:00
|
|
|
datlen -= len;
|
|
|
|
while (datlen) {
|
|
|
|
u8 tmp[SMC_CLC_RECV_BUF_LEN];
|
|
|
|
|
|
|
|
vec.iov_base = &tmp;
|
|
|
|
vec.iov_len = SMC_CLC_RECV_BUF_LEN;
|
|
|
|
/* receive remaining proposal message */
|
|
|
|
recvlen = datlen > SMC_CLC_RECV_BUF_LEN ?
|
|
|
|
SMC_CLC_RECV_BUF_LEN : datlen;
|
2022-09-16 00:25:47 +00:00
|
|
|
iov_iter_kvec(&msg.msg_iter, ITER_DEST, &vec, 1, recvlen);
|
2020-07-08 15:05:15 +00:00
|
|
|
len = sock_recvmsg(smc->clcsock, &msg, krflags);
|
2024-12-11 09:21:21 +00:00
|
|
|
if (len < recvlen) {
|
|
|
|
smc->sk.sk_err = EPROTO;
|
|
|
|
reason_code = -EPROTO;
|
|
|
|
goto out;
|
|
|
|
}
|
2020-07-08 15:05:15 +00:00
|
|
|
datlen -= len;
|
|
|
|
}
|
2017-01-09 15:55:17 +00:00
|
|
|
if (clcm->type == SMC_CLC_DECLINE) {
|
2018-07-25 14:35:32 +00:00
|
|
|
struct smc_clc_msg_decline *dclc;
|
|
|
|
|
|
|
|
dclc = (struct smc_clc_msg_decline *)clcm;
|
|
|
|
reason_code = SMC_CLC_DECL_PEERDECL;
|
|
|
|
smc->peer_diagnosis = ntohl(dclc->peer_diagnosis);
|
2020-09-26 10:44:20 +00:00
|
|
|
if (((struct smc_clc_msg_decline *)buf)->hdr.typev2 &
|
|
|
|
SMC_FIRST_CONTACT_MASK) {
|
2018-05-15 15:05:03 +00:00
|
|
|
smc->conn.lgr->sync_err = 1;
|
2020-02-17 15:24:54 +00:00
|
|
|
smc_lgr_terminate_sched(smc->conn.lgr);
|
2017-09-21 07:16:32 +00:00
|
|
|
}
|
2017-01-09 15:55:17 +00:00
|
|
|
}
|
|
|
|
|
2017-01-09 15:55:16 +00:00
|
|
|
out:
|
2018-11-22 09:26:39 +00:00
|
|
|
clc_sk->sk_rcvtimeo = rcvtimeo;
|
2017-01-09 15:55:16 +00:00
|
|
|
return reason_code;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* send CLC DECLINE message across internal TCP socket */
|
2020-09-26 10:44:32 +00:00
|
|
|
int smc_clc_send_decline(struct smc_sock *smc, u32 peer_diag_info, u8 version)
|
2017-01-09 15:55:16 +00:00
|
|
|
{
|
2021-10-16 09:37:47 +00:00
|
|
|
struct smc_clc_msg_decline *dclc_v1;
|
|
|
|
struct smc_clc_msg_decline_v2 dclc;
|
2017-01-09 15:55:16 +00:00
|
|
|
struct msghdr msg;
|
2021-10-16 09:37:47 +00:00
|
|
|
int len, send_len;
|
2017-01-09 15:55:16 +00:00
|
|
|
struct kvec vec;
|
|
|
|
|
2021-10-16 09:37:47 +00:00
|
|
|
dclc_v1 = (struct smc_clc_msg_decline *)&dclc;
|
2017-01-09 15:55:16 +00:00
|
|
|
memset(&dclc, 0, sizeof(dclc));
|
|
|
|
memcpy(dclc.hdr.eyecatcher, SMC_EYECATCHER, sizeof(SMC_EYECATCHER));
|
|
|
|
dclc.hdr.type = SMC_CLC_DECLINE;
|
2020-09-26 10:44:32 +00:00
|
|
|
dclc.hdr.version = version;
|
|
|
|
dclc.os_type = version == SMC_V1 ? 0 : SMC_CLC_OS_LINUX;
|
2020-09-26 10:44:20 +00:00
|
|
|
dclc.hdr.typev2 = (peer_diag_info == SMC_CLC_DECL_SYNCERR) ?
|
|
|
|
SMC_FIRST_CONTACT_MASK : 0;
|
2022-01-13 08:36:41 +00:00
|
|
|
if ((!smc_conn_lgr_valid(&smc->conn) || !smc->conn.lgr->is_smcd) &&
|
2020-02-25 21:41:22 +00:00
|
|
|
smc_ib_is_valid_local_systemid())
|
2020-02-14 07:59:00 +00:00
|
|
|
memcpy(dclc.id_for_peer, local_systemid,
|
|
|
|
sizeof(local_systemid));
|
2017-01-09 15:55:16 +00:00
|
|
|
dclc.peer_diagnosis = htonl(peer_diag_info);
|
2021-10-16 09:37:47 +00:00
|
|
|
if (version == SMC_V1) {
|
|
|
|
memcpy(dclc_v1->trl.eyecatcher, SMC_EYECATCHER,
|
|
|
|
sizeof(SMC_EYECATCHER));
|
|
|
|
send_len = sizeof(*dclc_v1);
|
|
|
|
} else {
|
|
|
|
memcpy(dclc.trl.eyecatcher, SMC_EYECATCHER,
|
|
|
|
sizeof(SMC_EYECATCHER));
|
|
|
|
send_len = sizeof(dclc);
|
|
|
|
}
|
|
|
|
dclc.hdr.length = htons(send_len);
|
2017-01-09 15:55:16 +00:00
|
|
|
|
|
|
|
memset(&msg, 0, sizeof(msg));
|
|
|
|
vec.iov_base = &dclc;
|
2021-10-16 09:37:47 +00:00
|
|
|
vec.iov_len = send_len;
|
|
|
|
len = kernel_sendmsg(smc->clcsock, &msg, &vec, 1, send_len);
|
|
|
|
if (len < 0 || len < send_len)
|
2018-11-22 09:26:36 +00:00
|
|
|
len = -EPROTO;
|
|
|
|
return len > 0 ? 0 : len;
|
2017-01-09 15:55:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* send CLC PROPOSAL message across internal TCP socket */
|
2020-09-26 10:44:27 +00:00
|
|
|
int smc_clc_send_proposal(struct smc_sock *smc, struct smc_init_info *ini)
|
2017-01-09 15:55:16 +00:00
|
|
|
{
|
2020-09-26 10:44:28 +00:00
|
|
|
struct smc_clc_smcd_v2_extension *smcd_v2_ext;
|
2020-09-10 16:48:22 +00:00
|
|
|
struct smc_clc_msg_proposal_prefix *pclc_prfx;
|
|
|
|
struct smc_clc_msg_proposal *pclc_base;
|
2020-09-26 10:44:28 +00:00
|
|
|
struct smc_clc_smcd_gid_chid *gidchids;
|
2020-09-10 16:48:22 +00:00
|
|
|
struct smc_clc_msg_proposal_area *pclc;
|
|
|
|
struct smc_clc_ipv6_prefix *ipv6_prfx;
|
2023-11-22 13:52:57 +00:00
|
|
|
struct net *net = sock_net(&smc->sk);
|
2020-09-26 10:44:28 +00:00
|
|
|
struct smc_clc_v2_extension *v2_ext;
|
2020-09-10 16:48:22 +00:00
|
|
|
struct smc_clc_msg_smcd *pclc_smcd;
|
|
|
|
struct smc_clc_msg_trail *trl;
|
2023-01-23 18:17:50 +00:00
|
|
|
struct smcd_dev *smcd;
|
2018-03-16 14:06:40 +00:00
|
|
|
int len, i, plen, rc;
|
2017-01-09 15:55:16 +00:00
|
|
|
int reason_code = 0;
|
2020-09-26 10:44:28 +00:00
|
|
|
struct kvec vec[8];
|
2017-01-09 15:55:16 +00:00
|
|
|
struct msghdr msg;
|
|
|
|
|
2020-09-10 16:48:22 +00:00
|
|
|
pclc = kzalloc(sizeof(*pclc), GFP_KERNEL);
|
|
|
|
if (!pclc)
|
|
|
|
return -ENOMEM;
|
|
|
|
|
|
|
|
pclc_base = &pclc->pclc_base;
|
|
|
|
pclc_smcd = &pclc->pclc_smcd;
|
|
|
|
pclc_prfx = &pclc->pclc_prfx;
|
|
|
|
ipv6_prfx = pclc->pclc_prfx_ipv6;
|
2024-03-28 21:52:49 +00:00
|
|
|
v2_ext = container_of(&pclc->pclc_v2_ext,
|
|
|
|
struct smc_clc_v2_extension, fixed);
|
|
|
|
smcd_v2_ext = container_of(&pclc->pclc_smcd_v2_ext,
|
|
|
|
struct smc_clc_smcd_v2_extension, fixed);
|
2020-09-26 10:44:28 +00:00
|
|
|
gidchids = pclc->pclc_gidchids;
|
2020-09-10 16:48:22 +00:00
|
|
|
trl = &pclc->pclc_trl;
|
|
|
|
|
2020-09-26 10:44:28 +00:00
|
|
|
pclc_base->hdr.version = SMC_V2;
|
|
|
|
pclc_base->hdr.typev1 = ini->smc_type_v1;
|
|
|
|
pclc_base->hdr.typev2 = ini->smc_type_v2;
|
|
|
|
plen = sizeof(*pclc_base) + sizeof(*pclc_smcd) + sizeof(*trl);
|
|
|
|
|
2018-03-16 14:06:39 +00:00
|
|
|
/* retrieve ip prefixes for CLC proposal msg */
|
2020-09-26 10:44:28 +00:00
|
|
|
if (ini->smc_type_v1 != SMC_TYPE_N) {
|
|
|
|
rc = smc_clc_prfx_set(smc->clcsock, pclc_prfx, ipv6_prfx);
|
|
|
|
if (rc) {
|
|
|
|
if (ini->smc_type_v2 == SMC_TYPE_N) {
|
|
|
|
kfree(pclc);
|
|
|
|
return SMC_CLC_DECL_CNFERR;
|
|
|
|
}
|
|
|
|
pclc_base->hdr.typev1 = SMC_TYPE_N;
|
|
|
|
} else {
|
|
|
|
pclc_base->iparea_offset = htons(sizeof(*pclc_smcd));
|
|
|
|
plen += sizeof(*pclc_prfx) +
|
|
|
|
pclc_prfx->ipv6_prefixes_cnt *
|
|
|
|
sizeof(ipv6_prfx[0]);
|
|
|
|
}
|
2020-09-10 16:48:22 +00:00
|
|
|
}
|
2018-03-16 14:06:39 +00:00
|
|
|
|
2020-09-26 10:44:28 +00:00
|
|
|
/* build SMC Proposal CLC message */
|
2020-09-10 16:48:22 +00:00
|
|
|
memcpy(pclc_base->hdr.eyecatcher, SMC_EYECATCHER,
|
|
|
|
sizeof(SMC_EYECATCHER));
|
|
|
|
pclc_base->hdr.type = SMC_CLC_PROPOSAL;
|
2020-09-26 10:44:27 +00:00
|
|
|
if (smcr_indicated(ini->smc_type_v1)) {
|
2018-06-28 17:05:09 +00:00
|
|
|
/* add SMC-R specifics */
|
2020-09-10 16:48:22 +00:00
|
|
|
memcpy(pclc_base->lcl.id_for_peer, local_systemid,
|
2018-06-28 17:05:09 +00:00
|
|
|
sizeof(local_systemid));
|
2020-09-10 16:48:22 +00:00
|
|
|
memcpy(pclc_base->lcl.gid, ini->ib_gid, SMC_GID_SIZE);
|
|
|
|
memcpy(pclc_base->lcl.mac, &ini->ib_dev->mac[ini->ib_port - 1],
|
2019-04-12 10:57:26 +00:00
|
|
|
ETH_ALEN);
|
2018-06-28 17:05:09 +00:00
|
|
|
}
|
2020-09-26 10:44:27 +00:00
|
|
|
if (smcd_indicated(ini->smc_type_v1)) {
|
2023-12-19 14:26:13 +00:00
|
|
|
struct smcd_gid smcd_gid;
|
|
|
|
|
2018-06-28 17:05:09 +00:00
|
|
|
/* add SMC-D specifics */
|
2020-09-26 10:44:28 +00:00
|
|
|
if (ini->ism_dev[0]) {
|
2023-01-23 18:17:50 +00:00
|
|
|
smcd = ini->ism_dev[0];
|
2023-12-19 14:26:13 +00:00
|
|
|
smcd->ops->get_local_gid(smcd, &smcd_gid);
|
|
|
|
pclc_smcd->ism.gid = htonll(smcd_gid.gid);
|
2020-09-26 10:44:28 +00:00
|
|
|
pclc_smcd->ism.chid =
|
|
|
|
htons(smc_ism_get_chid(ini->ism_dev[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (ini->smc_type_v2 == SMC_TYPE_N) {
|
|
|
|
pclc_smcd->v2_ext_offset = 0;
|
|
|
|
} else {
|
2021-09-14 08:35:05 +00:00
|
|
|
struct smc_clc_eid_entry *ueident;
|
2020-09-26 10:44:28 +00:00
|
|
|
u16 v2_ext_offset;
|
|
|
|
|
2021-10-16 09:37:45 +00:00
|
|
|
v2_ext->hdr.flag.release = SMC_RELEASE;
|
2020-09-26 10:44:28 +00:00
|
|
|
v2_ext_offset = sizeof(*pclc_smcd) -
|
|
|
|
offsetofend(struct smc_clc_msg_smcd, v2_ext_offset);
|
|
|
|
if (ini->smc_type_v1 != SMC_TYPE_N)
|
|
|
|
v2_ext_offset += sizeof(*pclc_prfx) +
|
|
|
|
pclc_prfx->ipv6_prefixes_cnt *
|
|
|
|
sizeof(ipv6_prfx[0]);
|
|
|
|
pclc_smcd->v2_ext_offset = htons(v2_ext_offset);
|
2021-10-16 09:37:45 +00:00
|
|
|
plen += sizeof(*v2_ext);
|
2021-09-14 08:35:05 +00:00
|
|
|
|
2023-12-19 14:26:10 +00:00
|
|
|
v2_ext->feature_mask = htons(SMC_FEATURE_MASK);
|
2021-09-14 08:35:05 +00:00
|
|
|
read_lock(&smc_clc_eid_table.lock);
|
|
|
|
v2_ext->hdr.eid_cnt = smc_clc_eid_table.ueid_cnt;
|
|
|
|
plen += smc_clc_eid_table.ueid_cnt * SMC_MAX_EID_LEN;
|
|
|
|
i = 0;
|
|
|
|
list_for_each_entry(ueident, &smc_clc_eid_table.list, list) {
|
|
|
|
memcpy(v2_ext->user_eids[i++], ueident->eid,
|
|
|
|
sizeof(ueident->eid));
|
|
|
|
}
|
|
|
|
read_unlock(&smc_clc_eid_table.lock);
|
2021-10-16 09:37:45 +00:00
|
|
|
}
|
|
|
|
if (smcd_indicated(ini->smc_type_v2)) {
|
2023-12-19 14:26:13 +00:00
|
|
|
struct smcd_gid smcd_gid;
|
2021-10-16 09:37:45 +00:00
|
|
|
u8 *eid = NULL;
|
2023-12-19 14:26:13 +00:00
|
|
|
int entry = 0;
|
2021-10-16 09:37:45 +00:00
|
|
|
|
|
|
|
v2_ext->hdr.flag.seid = smc_clc_eid_table.seid_enabled;
|
2020-09-26 10:44:28 +00:00
|
|
|
v2_ext->hdr.smcd_v2_ext_offset = htons(sizeof(*v2_ext) -
|
|
|
|
offsetofend(struct smc_clnt_opts_area_hdr,
|
|
|
|
smcd_v2_ext_offset) +
|
|
|
|
v2_ext->hdr.eid_cnt * SMC_MAX_EID_LEN);
|
2021-09-14 08:35:06 +00:00
|
|
|
smc_ism_get_system_eid(&eid);
|
2021-09-14 08:35:05 +00:00
|
|
|
if (eid && v2_ext->hdr.flag.seid)
|
2020-09-26 10:44:28 +00:00
|
|
|
memcpy(smcd_v2_ext->system_eid, eid, SMC_MAX_EID_LEN);
|
2021-10-16 09:37:45 +00:00
|
|
|
plen += sizeof(*smcd_v2_ext);
|
2020-09-26 10:44:28 +00:00
|
|
|
if (ini->ism_offered_cnt) {
|
|
|
|
for (i = 1; i <= ini->ism_offered_cnt; i++) {
|
2023-01-23 18:17:50 +00:00
|
|
|
smcd = ini->ism_dev[i];
|
2023-12-19 14:26:13 +00:00
|
|
|
smcd->ops->get_local_gid(smcd, &smcd_gid);
|
|
|
|
gidchids[entry].chid =
|
2020-09-26 10:44:28 +00:00
|
|
|
htons(smc_ism_get_chid(ini->ism_dev[i]));
|
2023-12-19 14:26:13 +00:00
|
|
|
gidchids[entry].gid = htonll(smcd_gid.gid);
|
2024-02-05 03:33:17 +00:00
|
|
|
if (smc_ism_is_emulated(smcd)) {
|
|
|
|
/* an Emulated-ISM device takes two
|
2023-12-19 14:26:13 +00:00
|
|
|
* entries. CHID of the second entry
|
|
|
|
* repeats that of the first entry.
|
|
|
|
*/
|
|
|
|
gidchids[entry + 1].chid =
|
|
|
|
gidchids[entry].chid;
|
|
|
|
gidchids[entry + 1].gid =
|
|
|
|
htonll(smcd_gid.gid_ext);
|
|
|
|
entry++;
|
|
|
|
}
|
|
|
|
entry++;
|
2020-09-26 10:44:28 +00:00
|
|
|
}
|
2023-12-19 14:26:13 +00:00
|
|
|
plen += entry * sizeof(struct smc_clc_smcd_gid_chid);
|
2020-09-26 10:44:28 +00:00
|
|
|
}
|
2023-12-19 14:26:13 +00:00
|
|
|
v2_ext->hdr.ism_gid_cnt = entry;
|
2018-06-28 17:05:09 +00:00
|
|
|
}
|
2023-08-17 13:20:30 +00:00
|
|
|
if (smcr_indicated(ini->smc_type_v2)) {
|
2021-10-16 09:37:45 +00:00
|
|
|
memcpy(v2_ext->roce, ini->smcrv2.ib_gid_v2, SMC_GID_SIZE);
|
2023-11-22 13:52:58 +00:00
|
|
|
v2_ext->max_conns = net->smc.sysctl_max_conns_per_lgr;
|
2023-11-22 13:52:57 +00:00
|
|
|
v2_ext->max_links = net->smc.sysctl_max_links_per_lgr;
|
2023-08-17 13:20:30 +00:00
|
|
|
}
|
2021-10-16 09:37:45 +00:00
|
|
|
|
2020-09-10 16:48:22 +00:00
|
|
|
pclc_base->hdr.length = htons(plen);
|
|
|
|
memcpy(trl->eyecatcher, SMC_EYECATCHER, sizeof(SMC_EYECATCHER));
|
2020-09-26 10:44:28 +00:00
|
|
|
|
|
|
|
/* send SMC Proposal CLC message */
|
2017-01-09 15:55:16 +00:00
|
|
|
memset(&msg, 0, sizeof(msg));
|
2018-03-16 14:06:40 +00:00
|
|
|
i = 0;
|
2020-09-10 16:48:22 +00:00
|
|
|
vec[i].iov_base = pclc_base;
|
|
|
|
vec[i++].iov_len = sizeof(*pclc_base);
|
2020-09-26 10:44:28 +00:00
|
|
|
vec[i].iov_base = pclc_smcd;
|
|
|
|
vec[i++].iov_len = sizeof(*pclc_smcd);
|
|
|
|
if (ini->smc_type_v1 != SMC_TYPE_N) {
|
|
|
|
vec[i].iov_base = pclc_prfx;
|
|
|
|
vec[i++].iov_len = sizeof(*pclc_prfx);
|
|
|
|
if (pclc_prfx->ipv6_prefixes_cnt > 0) {
|
|
|
|
vec[i].iov_base = ipv6_prfx;
|
|
|
|
vec[i++].iov_len = pclc_prfx->ipv6_prefixes_cnt *
|
|
|
|
sizeof(ipv6_prfx[0]);
|
|
|
|
}
|
2018-06-28 17:05:09 +00:00
|
|
|
}
|
2020-09-26 10:44:28 +00:00
|
|
|
if (ini->smc_type_v2 != SMC_TYPE_N) {
|
|
|
|
vec[i].iov_base = v2_ext;
|
2021-09-14 08:35:05 +00:00
|
|
|
vec[i++].iov_len = sizeof(*v2_ext) +
|
|
|
|
(v2_ext->hdr.eid_cnt * SMC_MAX_EID_LEN);
|
2021-10-16 09:37:45 +00:00
|
|
|
if (smcd_indicated(ini->smc_type_v2)) {
|
|
|
|
vec[i].iov_base = smcd_v2_ext;
|
|
|
|
vec[i++].iov_len = sizeof(*smcd_v2_ext);
|
|
|
|
if (ini->ism_offered_cnt) {
|
|
|
|
vec[i].iov_base = gidchids;
|
2023-12-19 14:26:13 +00:00
|
|
|
vec[i++].iov_len = v2_ext->hdr.ism_gid_cnt *
|
2020-09-26 10:44:28 +00:00
|
|
|
sizeof(struct smc_clc_smcd_gid_chid);
|
2021-10-16 09:37:45 +00:00
|
|
|
}
|
2020-09-26 10:44:28 +00:00
|
|
|
}
|
2018-03-16 14:06:40 +00:00
|
|
|
}
|
2020-09-10 16:48:22 +00:00
|
|
|
vec[i].iov_base = trl;
|
|
|
|
vec[i++].iov_len = sizeof(*trl);
|
2017-01-09 15:55:16 +00:00
|
|
|
/* due to the few bytes needed for clc-handshake this cannot block */
|
2018-03-16 14:06:40 +00:00
|
|
|
len = kernel_sendmsg(smc->clcsock, &msg, vec, i, plen);
|
2018-09-18 13:46:38 +00:00
|
|
|
if (len < 0) {
|
|
|
|
smc->sk.sk_err = smc->clcsock->sk->sk_err;
|
|
|
|
reason_code = -smc->sk.sk_err;
|
2020-09-10 16:48:22 +00:00
|
|
|
} else if (len < ntohs(pclc_base->hdr.length)) {
|
2018-09-18 13:46:38 +00:00
|
|
|
reason_code = -ENETUNREACH;
|
|
|
|
smc->sk.sk_err = -reason_code;
|
2017-01-09 15:55:16 +00:00
|
|
|
}
|
|
|
|
|
2020-09-10 16:48:22 +00:00
|
|
|
kfree(pclc);
|
2017-01-09 15:55:16 +00:00
|
|
|
return reason_code;
|
|
|
|
}
|
|
|
|
|
2023-12-19 14:26:08 +00:00
|
|
|
static void
|
|
|
|
smcd_clc_prep_confirm_accept(struct smc_connection *conn,
|
2023-12-19 14:26:09 +00:00
|
|
|
struct smc_clc_msg_accept_confirm *clc,
|
2023-12-19 14:26:08 +00:00
|
|
|
int first_contact, u8 version,
|
|
|
|
u8 *eid, struct smc_init_info *ini,
|
|
|
|
int *fce_len,
|
|
|
|
struct smc_clc_first_contact_ext_v2x *fce_v2x,
|
|
|
|
struct smc_clc_msg_trail *trl)
|
|
|
|
{
|
|
|
|
struct smcd_dev *smcd = conn->lgr->smcd;
|
2023-12-19 14:26:13 +00:00
|
|
|
struct smcd_gid smcd_gid;
|
|
|
|
u16 chid;
|
2023-12-19 14:26:08 +00:00
|
|
|
int len;
|
|
|
|
|
|
|
|
/* SMC-D specific settings */
|
|
|
|
memcpy(clc->hdr.eyecatcher, SMCD_EYECATCHER,
|
|
|
|
sizeof(SMCD_EYECATCHER));
|
2023-12-19 14:26:13 +00:00
|
|
|
smcd->ops->get_local_gid(smcd, &smcd_gid);
|
2023-12-19 14:26:08 +00:00
|
|
|
clc->hdr.typev1 = SMC_TYPE_D;
|
2023-12-19 14:26:13 +00:00
|
|
|
clc->d0.gid = htonll(smcd_gid.gid);
|
2023-12-19 14:26:08 +00:00
|
|
|
clc->d0.token = htonll(conn->rmb_desc->token);
|
|
|
|
clc->d0.dmbe_size = conn->rmbe_size_comp;
|
|
|
|
clc->d0.dmbe_idx = 0;
|
|
|
|
memcpy(&clc->d0.linkid, conn->lgr->id, SMC_LGR_ID_SIZE);
|
|
|
|
if (version == SMC_V1) {
|
|
|
|
clc->hdr.length = htons(SMCD_CLC_ACCEPT_CONFIRM_LEN);
|
|
|
|
} else {
|
2023-12-19 14:26:13 +00:00
|
|
|
chid = smc_ism_get_chid(smcd);
|
|
|
|
clc->d1.chid = htons(chid);
|
2023-12-19 14:26:08 +00:00
|
|
|
if (eid && eid[0])
|
2023-12-19 14:26:09 +00:00
|
|
|
memcpy(clc->d1.eid, eid, SMC_MAX_EID_LEN);
|
2024-02-05 03:33:17 +00:00
|
|
|
if (__smc_ism_is_emulated(chid))
|
2023-12-19 14:26:13 +00:00
|
|
|
clc->d1.gid_ext = htonll(smcd_gid.gid_ext);
|
2023-12-19 14:26:08 +00:00
|
|
|
len = SMCD_CLC_ACCEPT_CONFIRM_LEN_V2;
|
|
|
|
if (first_contact) {
|
|
|
|
*fce_len = smc_clc_fill_fce_v2x(fce_v2x, ini);
|
|
|
|
len += *fce_len;
|
|
|
|
}
|
2023-12-19 14:26:09 +00:00
|
|
|
clc->hdr.length = htons(len);
|
2023-12-19 14:26:08 +00:00
|
|
|
}
|
|
|
|
memcpy(trl->eyecatcher, SMCD_EYECATCHER,
|
|
|
|
sizeof(SMCD_EYECATCHER));
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
smcr_clc_prep_confirm_accept(struct smc_connection *conn,
|
2023-12-19 14:26:09 +00:00
|
|
|
struct smc_clc_msg_accept_confirm *clc,
|
2023-12-19 14:26:08 +00:00
|
|
|
int first_contact, u8 version,
|
|
|
|
u8 *eid, struct smc_init_info *ini,
|
|
|
|
int *fce_len,
|
|
|
|
struct smc_clc_first_contact_ext_v2x *fce_v2x,
|
|
|
|
struct smc_clc_fce_gid_ext *gle,
|
|
|
|
struct smc_clc_msg_trail *trl)
|
|
|
|
{
|
|
|
|
struct smc_link *link = conn->lnk;
|
|
|
|
int len;
|
|
|
|
|
|
|
|
/* SMC-R specific settings */
|
|
|
|
memcpy(clc->hdr.eyecatcher, SMC_EYECATCHER,
|
|
|
|
sizeof(SMC_EYECATCHER));
|
|
|
|
clc->hdr.typev1 = SMC_TYPE_R;
|
|
|
|
memcpy(clc->r0.lcl.id_for_peer, local_systemid,
|
|
|
|
sizeof(local_systemid));
|
|
|
|
memcpy(&clc->r0.lcl.gid, link->gid, SMC_GID_SIZE);
|
|
|
|
memcpy(&clc->r0.lcl.mac, &link->smcibdev->mac[link->ibport - 1],
|
|
|
|
ETH_ALEN);
|
|
|
|
hton24(clc->r0.qpn, link->roce_qp->qp_num);
|
|
|
|
clc->r0.rmb_rkey =
|
|
|
|
htonl(conn->rmb_desc->mr[link->link_idx]->rkey);
|
|
|
|
clc->r0.rmbe_idx = 1; /* for now: 1 RMB = 1 RMBE */
|
|
|
|
clc->r0.rmbe_alert_token = htonl(conn->alert_token_local);
|
|
|
|
switch (clc->hdr.type) {
|
|
|
|
case SMC_CLC_ACCEPT:
|
|
|
|
clc->r0.qp_mtu = link->path_mtu;
|
|
|
|
break;
|
|
|
|
case SMC_CLC_CONFIRM:
|
|
|
|
clc->r0.qp_mtu = min(link->path_mtu, link->peer_mtu);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
clc->r0.rmbe_size = conn->rmbe_size_comp;
|
|
|
|
clc->r0.rmb_dma_addr = conn->rmb_desc->is_vm ?
|
|
|
|
cpu_to_be64((uintptr_t)conn->rmb_desc->cpu_addr) :
|
|
|
|
cpu_to_be64((u64)sg_dma_address
|
|
|
|
(conn->rmb_desc->sgt[link->link_idx].sgl));
|
|
|
|
hton24(clc->r0.psn, link->psn_initial);
|
|
|
|
if (version == SMC_V1) {
|
|
|
|
clc->hdr.length = htons(SMCR_CLC_ACCEPT_CONFIRM_LEN);
|
|
|
|
} else {
|
|
|
|
if (eid && eid[0])
|
2023-12-19 14:26:09 +00:00
|
|
|
memcpy(clc->r1.eid, eid, SMC_MAX_EID_LEN);
|
2023-12-19 14:26:08 +00:00
|
|
|
len = SMCR_CLC_ACCEPT_CONFIRM_LEN_V2;
|
|
|
|
if (first_contact) {
|
|
|
|
*fce_len = smc_clc_fill_fce_v2x(fce_v2x, ini);
|
|
|
|
len += *fce_len;
|
|
|
|
fce_v2x->fce_v2_base.v2_direct =
|
|
|
|
!link->lgr->uses_gateway;
|
|
|
|
if (clc->hdr.type == SMC_CLC_CONFIRM) {
|
|
|
|
memset(gle, 0, sizeof(*gle));
|
|
|
|
gle->gid_cnt = ini->smcrv2.gidlist.len;
|
|
|
|
len += sizeof(*gle);
|
|
|
|
len += gle->gid_cnt * sizeof(gle->gid[0]);
|
|
|
|
}
|
|
|
|
}
|
2023-12-19 14:26:09 +00:00
|
|
|
clc->hdr.length = htons(len);
|
2023-12-19 14:26:08 +00:00
|
|
|
}
|
|
|
|
memcpy(trl->eyecatcher, SMC_EYECATCHER, sizeof(SMC_EYECATCHER));
|
|
|
|
}
|
|
|
|
|
2020-09-10 16:48:23 +00:00
|
|
|
/* build and send CLC CONFIRM / ACCEPT message */
|
|
|
|
static int smc_clc_send_confirm_accept(struct smc_sock *smc,
|
2023-12-19 14:26:09 +00:00
|
|
|
struct smc_clc_msg_accept_confirm *clc,
|
2021-09-14 08:35:05 +00:00
|
|
|
int first_contact, u8 version,
|
2021-10-16 09:37:45 +00:00
|
|
|
u8 *eid, struct smc_init_info *ini)
|
2017-01-09 15:55:16 +00:00
|
|
|
{
|
2023-12-19 14:26:07 +00:00
|
|
|
struct smc_clc_first_contact_ext_v2x fce_v2x;
|
2017-01-09 15:55:17 +00:00
|
|
|
struct smc_connection *conn = &smc->conn;
|
2021-10-16 09:37:45 +00:00
|
|
|
struct smc_clc_fce_gid_ext gle;
|
2020-09-26 10:44:22 +00:00
|
|
|
struct smc_clc_msg_trail trl;
|
2023-12-19 14:26:08 +00:00
|
|
|
int i, fce_len;
|
2021-10-16 09:37:45 +00:00
|
|
|
struct kvec vec[5];
|
2017-01-09 15:55:16 +00:00
|
|
|
struct msghdr msg;
|
|
|
|
|
|
|
|
/* send SMC Confirm CLC msg */
|
2020-09-26 10:44:30 +00:00
|
|
|
clc->hdr.version = version; /* SMC version */
|
2020-09-10 16:48:23 +00:00
|
|
|
if (first_contact)
|
2020-09-26 10:44:20 +00:00
|
|
|
clc->hdr.typev2 |= SMC_FIRST_CONTACT_MASK;
|
2023-12-19 14:26:08 +00:00
|
|
|
if (conn->lgr->is_smcd)
|
2023-12-19 14:26:09 +00:00
|
|
|
smcd_clc_prep_confirm_accept(conn, clc, first_contact,
|
2023-12-19 14:26:08 +00:00
|
|
|
version, eid, ini, &fce_len,
|
|
|
|
&fce_v2x, &trl);
|
|
|
|
else
|
2023-12-19 14:26:09 +00:00
|
|
|
smcr_clc_prep_confirm_accept(conn, clc, first_contact,
|
2023-12-19 14:26:08 +00:00
|
|
|
version, eid, ini, &fce_len,
|
|
|
|
&fce_v2x, &gle, &trl);
|
2017-01-09 15:55:16 +00:00
|
|
|
memset(&msg, 0, sizeof(msg));
|
2020-09-26 10:44:22 +00:00
|
|
|
i = 0;
|
2023-12-19 14:26:09 +00:00
|
|
|
vec[i].iov_base = clc;
|
2020-09-26 10:44:30 +00:00
|
|
|
if (version > SMC_V1)
|
2021-10-16 09:37:45 +00:00
|
|
|
vec[i++].iov_len = (clc->hdr.typev1 == SMC_TYPE_D ?
|
|
|
|
SMCD_CLC_ACCEPT_CONFIRM_LEN_V2 :
|
|
|
|
SMCR_CLC_ACCEPT_CONFIRM_LEN_V2) -
|
|
|
|
sizeof(trl);
|
2020-09-26 10:44:30 +00:00
|
|
|
else
|
|
|
|
vec[i++].iov_len = (clc->hdr.typev1 == SMC_TYPE_D ?
|
|
|
|
SMCD_CLC_ACCEPT_CONFIRM_LEN :
|
|
|
|
SMCR_CLC_ACCEPT_CONFIRM_LEN) -
|
|
|
|
sizeof(trl);
|
2020-09-26 10:44:31 +00:00
|
|
|
if (version > SMC_V1 && first_contact) {
|
2023-12-19 14:26:07 +00:00
|
|
|
vec[i].iov_base = &fce_v2x;
|
net/smc: add vendor unique experimental options area in clc handshake
Add vendor unique experimental options area in clc handshake. In clc
accept and confirm msg, vendor unique experimental options use the
16-Bytes reserved field, which defined in struct smc_clc_fce_gid_ext
in previous version. Because of the struct smc_clc_first_contact_ext
is widely used and limit the scope of modification, this patch moves
the 16-Bytes reserved field out of struct smc_clc_fce_gid_ext, and
followed with the struct smc_clc_first_contact_ext in a new struct
names struct smc_clc_first_contact_ext_v2x.
For SMC-R first connection, in previous version, the struct smc_clc_
first_contact_ext and the 16-Bytes reserved field has already been
included in clc accept and confirm msg. Thus, this patch use struct
smc_clc_first_contact_ext_v2x instead of the struct smc_clc_first_
contact_ext and the 16-Bytes reserved field in SMC-R clc accept and
confirm msg is compatible with previous version.
For SMC-D first connection, in previous version, only the struct smc_
clc_first_contact_ext is included in clc accept and confirm msg, and
the 16-Bytes reserved field is not included. Thus, when the negotiated
smc release version is the version before v2.1, we still use struct
smc_clc_first_contact_ext for compatible consideration. If the negotiated
smc release version is v2.1 or later, use struct smc_clc_first_contact_
ext_v2x instead.
Signed-off-by: Guangguan Wang <guangguan.wang@linux.alibaba.com>
Reviewed-by: Tony Lu <tonylu@linux.alibaba.com>
Reviewed-by: Jan Karcher <jaka@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-08-17 13:20:28 +00:00
|
|
|
vec[i++].iov_len = fce_len;
|
2021-10-16 09:37:45 +00:00
|
|
|
if (!conn->lgr->is_smcd) {
|
|
|
|
if (clc->hdr.type == SMC_CLC_CONFIRM) {
|
|
|
|
vec[i].iov_base = &gle;
|
|
|
|
vec[i++].iov_len = sizeof(gle);
|
|
|
|
vec[i].iov_base = &ini->smcrv2.gidlist.list;
|
|
|
|
vec[i++].iov_len = gle.gid_cnt *
|
|
|
|
sizeof(gle.gid[0]);
|
|
|
|
}
|
|
|
|
}
|
2020-09-26 10:44:31 +00:00
|
|
|
}
|
2020-09-26 10:44:22 +00:00
|
|
|
vec[i].iov_base = &trl;
|
|
|
|
vec[i++].iov_len = sizeof(trl);
|
|
|
|
return kernel_sendmsg(smc->clcsock, &msg, vec, 1,
|
2020-09-10 16:48:23 +00:00
|
|
|
ntohs(clc->hdr.length));
|
|
|
|
}
|
|
|
|
|
|
|
|
/* send CLC CONFIRM message across internal TCP socket */
|
2020-09-26 10:44:30 +00:00
|
|
|
int smc_clc_send_confirm(struct smc_sock *smc, bool clnt_first_contact,
|
2021-10-16 09:37:45 +00:00
|
|
|
u8 version, u8 *eid, struct smc_init_info *ini)
|
2020-09-10 16:48:23 +00:00
|
|
|
{
|
2023-12-19 14:26:09 +00:00
|
|
|
struct smc_clc_msg_accept_confirm cclc;
|
2020-09-10 16:48:23 +00:00
|
|
|
int reason_code = 0;
|
|
|
|
int len;
|
|
|
|
|
|
|
|
/* send SMC Confirm CLC msg */
|
2023-12-19 14:26:09 +00:00
|
|
|
memset(&cclc, 0, sizeof(cclc));
|
|
|
|
cclc.hdr.type = SMC_CLC_CONFIRM;
|
|
|
|
len = smc_clc_send_confirm_accept(smc, &cclc, clnt_first_contact,
|
2021-10-16 09:37:45 +00:00
|
|
|
version, eid, ini);
|
2023-12-19 14:26:09 +00:00
|
|
|
if (len < ntohs(cclc.hdr.length)) {
|
2017-01-09 15:55:16 +00:00
|
|
|
if (len >= 0) {
|
|
|
|
reason_code = -ENETUNREACH;
|
|
|
|
smc->sk.sk_err = -reason_code;
|
|
|
|
} else {
|
|
|
|
smc->sk.sk_err = smc->clcsock->sk->sk_err;
|
|
|
|
reason_code = -smc->sk.sk_err;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return reason_code;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* send CLC ACCEPT message across internal TCP socket */
|
2020-09-26 10:44:30 +00:00
|
|
|
int smc_clc_send_accept(struct smc_sock *new_smc, bool srv_first_contact,
|
2023-08-17 13:20:27 +00:00
|
|
|
u8 version, u8 *negotiated_eid, struct smc_init_info *ini)
|
2017-01-09 15:55:16 +00:00
|
|
|
{
|
2023-12-19 14:26:09 +00:00
|
|
|
struct smc_clc_msg_accept_confirm aclc;
|
2017-01-09 15:55:16 +00:00
|
|
|
int len;
|
|
|
|
|
2023-12-19 14:26:09 +00:00
|
|
|
memset(&aclc, 0, sizeof(aclc));
|
|
|
|
aclc.hdr.type = SMC_CLC_ACCEPT;
|
|
|
|
len = smc_clc_send_confirm_accept(new_smc, &aclc, srv_first_contact,
|
2023-08-17 13:20:27 +00:00
|
|
|
version, negotiated_eid, ini);
|
2023-12-19 14:26:09 +00:00
|
|
|
if (len < ntohs(aclc.hdr.length))
|
2018-11-22 09:26:36 +00:00
|
|
|
len = len >= 0 ? -EPROTO : -new_smc->clcsock->sk->sk_err;
|
2017-01-09 15:55:16 +00:00
|
|
|
|
2018-11-22 09:26:36 +00:00
|
|
|
return len > 0 ? 0 : len;
|
2017-01-09 15:55:16 +00:00
|
|
|
}
|
2020-09-26 10:44:31 +00:00
|
|
|
|
2023-11-22 13:52:57 +00:00
|
|
|
int smc_clc_srv_v2x_features_validate(struct smc_sock *smc,
|
|
|
|
struct smc_clc_msg_proposal *pclc,
|
2023-08-17 13:20:29 +00:00
|
|
|
struct smc_init_info *ini)
|
|
|
|
{
|
|
|
|
struct smc_clc_v2_extension *pclc_v2_ext;
|
2023-11-22 13:52:57 +00:00
|
|
|
struct net *net = sock_net(&smc->sk);
|
2023-08-17 13:20:29 +00:00
|
|
|
|
2023-08-17 13:20:30 +00:00
|
|
|
ini->max_conns = SMC_CONN_PER_LGR_MAX;
|
2023-08-17 13:20:31 +00:00
|
|
|
ini->max_links = SMC_LINKS_ADD_LNK_MAX;
|
2023-12-19 14:26:10 +00:00
|
|
|
ini->feature_mask = SMC_FEATURE_MASK;
|
2023-08-17 13:20:30 +00:00
|
|
|
|
2023-08-17 13:20:29 +00:00
|
|
|
if ((!(ini->smcd_version & SMC_V2) && !(ini->smcr_version & SMC_V2)) ||
|
|
|
|
ini->release_nr < SMC_RELEASE_1)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
pclc_v2_ext = smc_get_clc_v2_ext(pclc);
|
|
|
|
if (!pclc_v2_ext)
|
|
|
|
return SMC_CLC_DECL_NOV2EXT;
|
|
|
|
|
2023-08-17 13:20:30 +00:00
|
|
|
if (ini->smcr_version & SMC_V2) {
|
2023-11-22 13:52:58 +00:00
|
|
|
ini->max_conns = min_t(u8, pclc_v2_ext->max_conns,
|
|
|
|
net->smc.sysctl_max_conns_per_lgr);
|
2023-08-17 13:20:30 +00:00
|
|
|
if (ini->max_conns < SMC_CONN_PER_LGR_MIN)
|
|
|
|
return SMC_CLC_DECL_MAXCONNERR;
|
2023-08-17 13:20:31 +00:00
|
|
|
|
2023-11-22 13:52:57 +00:00
|
|
|
ini->max_links = min_t(u8, pclc_v2_ext->max_links,
|
|
|
|
net->smc.sysctl_max_links_per_lgr);
|
2023-08-17 13:20:31 +00:00
|
|
|
if (ini->max_links < SMC_LINKS_ADD_LNK_MIN)
|
|
|
|
return SMC_CLC_DECL_MAXLINKERR;
|
2023-08-17 13:20:30 +00:00
|
|
|
}
|
|
|
|
|
2023-08-17 13:20:29 +00:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int smc_clc_clnt_v2x_features_validate(struct smc_clc_first_contact_ext *fce,
|
|
|
|
struct smc_init_info *ini)
|
|
|
|
{
|
2023-08-17 13:20:30 +00:00
|
|
|
struct smc_clc_first_contact_ext_v2x *fce_v2x =
|
|
|
|
(struct smc_clc_first_contact_ext_v2x *)fce;
|
|
|
|
|
2023-08-17 13:20:29 +00:00
|
|
|
if (ini->release_nr < SMC_RELEASE_1)
|
|
|
|
return 0;
|
|
|
|
|
2023-08-17 13:20:30 +00:00
|
|
|
if (!ini->is_smcd) {
|
|
|
|
if (fce_v2x->max_conns < SMC_CONN_PER_LGR_MIN)
|
|
|
|
return SMC_CLC_DECL_MAXCONNERR;
|
|
|
|
ini->max_conns = fce_v2x->max_conns;
|
2023-08-17 13:20:31 +00:00
|
|
|
|
|
|
|
if (fce_v2x->max_links > SMC_LINKS_ADD_LNK_MAX ||
|
|
|
|
fce_v2x->max_links < SMC_LINKS_ADD_LNK_MIN)
|
|
|
|
return SMC_CLC_DECL_MAXLINKERR;
|
|
|
|
ini->max_links = fce_v2x->max_links;
|
2023-08-17 13:20:30 +00:00
|
|
|
}
|
2023-12-19 14:26:10 +00:00
|
|
|
/* common supplemental features of server and client */
|
|
|
|
ini->feature_mask = ntohs(fce_v2x->feature_mask) & SMC_FEATURE_MASK;
|
2023-08-17 13:20:30 +00:00
|
|
|
|
2023-08-17 13:20:29 +00:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int smc_clc_v2x_features_confirm_check(struct smc_clc_msg_accept_confirm *cclc,
|
|
|
|
struct smc_init_info *ini)
|
|
|
|
{
|
|
|
|
struct smc_clc_first_contact_ext *fce =
|
2023-12-19 14:26:09 +00:00
|
|
|
smc_get_clc_first_contact_ext(cclc, ini->is_smcd);
|
2023-08-17 13:20:30 +00:00
|
|
|
struct smc_clc_first_contact_ext_v2x *fce_v2x =
|
|
|
|
(struct smc_clc_first_contact_ext_v2x *)fce;
|
2023-08-17 13:20:29 +00:00
|
|
|
|
|
|
|
if (cclc->hdr.version == SMC_V1 ||
|
|
|
|
!(cclc->hdr.typev2 & SMC_FIRST_CONTACT_MASK))
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
if (ini->release_nr != fce->release)
|
|
|
|
return SMC_CLC_DECL_RELEASEERR;
|
|
|
|
|
|
|
|
if (fce->release < SMC_RELEASE_1)
|
|
|
|
return 0;
|
|
|
|
|
2023-08-17 13:20:30 +00:00
|
|
|
if (!ini->is_smcd) {
|
|
|
|
if (fce_v2x->max_conns != ini->max_conns)
|
|
|
|
return SMC_CLC_DECL_MAXCONNERR;
|
2023-08-17 13:20:31 +00:00
|
|
|
if (fce_v2x->max_links != ini->max_links)
|
|
|
|
return SMC_CLC_DECL_MAXLINKERR;
|
2023-08-17 13:20:30 +00:00
|
|
|
}
|
2023-12-19 14:26:10 +00:00
|
|
|
/* common supplemental features returned by client */
|
|
|
|
ini->feature_mask = ntohs(fce_v2x->feature_mask);
|
2023-08-17 13:20:30 +00:00
|
|
|
|
2023-08-17 13:20:29 +00:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2020-12-01 19:20:44 +00:00
|
|
|
void smc_clc_get_hostname(u8 **host)
|
|
|
|
{
|
|
|
|
*host = &smc_hostname[0];
|
|
|
|
}
|
|
|
|
|
2020-09-26 10:44:31 +00:00
|
|
|
void __init smc_clc_init(void)
|
|
|
|
{
|
|
|
|
struct new_utsname *u;
|
|
|
|
|
|
|
|
memset(smc_hostname, _S, sizeof(smc_hostname)); /* ASCII blanks */
|
|
|
|
u = utsname();
|
|
|
|
memcpy(smc_hostname, u->nodename,
|
|
|
|
min_t(size_t, strlen(u->nodename), sizeof(smc_hostname)));
|
2021-09-14 08:35:05 +00:00
|
|
|
|
|
|
|
INIT_LIST_HEAD(&smc_clc_eid_table.list);
|
|
|
|
rwlock_init(&smc_clc_eid_table.lock);
|
|
|
|
smc_clc_eid_table.ueid_cnt = 0;
|
2023-12-19 14:26:15 +00:00
|
|
|
#if IS_ENABLED(CONFIG_S390)
|
2021-09-14 08:35:05 +00:00
|
|
|
smc_clc_eid_table.seid_enabled = 1;
|
2023-12-19 14:26:15 +00:00
|
|
|
#else
|
|
|
|
smc_clc_eid_table.seid_enabled = 0;
|
|
|
|
#endif
|
2021-09-14 08:35:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void smc_clc_exit(void)
|
|
|
|
{
|
|
|
|
smc_clc_ueid_remove(NULL);
|
2020-09-26 10:44:31 +00:00
|
|
|
}
|