]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit55f5e7fe180bae7901664a0ae332b0ce17f72b06
treeae51b9144ab95354dbe71a17a8adb0898db60631
parent976319f77d03c22442d42aa50c77260f5766a16a
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