net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layer
authorKarsten Graul <kgraul@linux.ibm.com>
Thu, 30 Apr 2020 13:55:41 +0000 (15:55 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Apr 2020 19:44:33 +0000 (12:44 -0700)
commit92334cfcb3a2a102dc1b23513bbe2fca4347e2d6
treeae51b9144ab95354dbe71a17a8adb0898db60631
parent81e6e5e70df46bb5b205e53f2b7885e49a9d4974
net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layer

Introduce smc_llc_eval_conf_link() to evaluate the CONFIRM_LINK message
contents. This implements this logic at the LLC layer. The function will
be used by af_smc.c to process the received LLC layer messages.

Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Reviewed-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/smc_llc.c
net/smc/smc_llc.h