commit | 92334cfcb3a2a102dc1b23513bbe2fca4347e2d6 | [log] [tgz] |
---|---|---|
author | Karsten Graul <kgraul@linux.ibm.com> | Thu Apr 30 15:55:41 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 30 12:44:33 2020 -0700 |
tree | ae51b9144ab95354dbe71a17a8adb0898db60631 | |
parent | 81e6e5e70df46bb5b205e53f2b7885e49a9d4974 [diff] |
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>