net/smc: enqueue local LLC messages
authorKarsten Graul <kgraul@linux.ibm.com>
Sun, 3 May 2020 12:38:50 +0000 (14:38 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 May 2020 23:08:07 +0000 (16:08 -0700)
commit4dadd151b26589fd0520feb97c93ee981b393a99
tree2405840a8f7fc638a4ca0e87344bbf9560a42683
parent08ae27ddfb6514a8316b17256cd4262bb6931c1f
net/smc: enqueue local LLC messages

As SMC server, when a second link was deleted, trigger the setup of an
asymmetric link. Do this by enqueueing a local ADD_LINK message which
is processed by the LLC layer as if it were received from peer. Do the
same when a new IB port became active and a new link could be created.
smc_llc_srv_add_link_local() enqueues a local ADD_LINK message.
And smc_llc_srv_delete_link_local() is used the same way to enqueue a
local DELETE_LINK message. This is used when an IB port is no longer
active.

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_core.c
net/smc/smc_llc.c
net/smc/smc_llc.h