summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_core.h
diff options
context:
space:
mode:
authorKarsten Graul2018-03-01 13:51:31 +0100
committerDavid S. Miller2018-03-01 19:21:31 +0100
commit75d320d611d8569ebe4e42718de035fcc79f8069 (patch)
treed0c0e30d4ed867b53f94e1d9b4fb0c3eb1c39fe0 /net/smc/smc_core.h
parentnet/smc: process confirm/delete rkey messages (diff)
downloadkernel-qcow2-linux-75d320d611d8569ebe4e42718de035fcc79f8069.tar.gz
kernel-qcow2-linux-75d320d611d8569ebe4e42718de035fcc79f8069.tar.xz
kernel-qcow2-linux-75d320d611d8569ebe4e42718de035fcc79f8069.zip
net/smc: do not allow eyecatchers in rmbe
SMC does not support eyecatchers in RMB elements, decline peers requesting this support. Signed-off-by: Karsten Graul <kgraul@linux.vnet.ibm.com> Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/smc/smc_core.h')
-rw-r--r--net/smc/smc_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/smc/smc_core.h b/net/smc/smc_core.h
index 7be693b940a2..2b65b3d7f1f5 100644
--- a/net/smc/smc_core.h
+++ b/net/smc/smc_core.h
@@ -89,6 +89,8 @@ struct smc_link {
u8 link_id; /* unique # within link group */
struct completion llc_confirm; /* wait for rx of conf link */
struct completion llc_confirm_resp; /* wait 4 rx of cnf lnk rsp */
+ int llc_confirm_rc; /* rc from confirm link msg */
+ int llc_confirm_resp_rc; /* rc from conf_resp msg */
};
/* For now we just allow one parallel link per link group. The SMC protocol