]> 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)
commitfefb83b363ba49a6251ef908dbe74546dcba44e1
treeae51b9144ab95354dbe71a17a8adb0898db60631
parenta3f955d35d0831794748cf62b0eaba36d5c2dc59
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