net/smc: separate SMCD and SMCR link group lists
authorUrsula Braun <ubraun@linux.ibm.com>
Wed, 9 Oct 2019 08:07:43 +0000 (10:07 +0200)
committerJakub Kicinski <jakub.kicinski@netronome.com>
Thu, 10 Oct 2019 02:45:44 +0000 (19:45 -0700)
commita2351c5d86d7acf8eef17fba4ac1fc5b305a37c0
treed4c18665dfe7307bba2a462c171a15bf4d67aa55
parent0ea1671f26204ee8ef138651707dace886fb9df4
net/smc: separate SMCD and SMCR link group lists

Currently SMCD and SMCR link groups are maintained in one list.
To facilitate abnormal termination handling they are split into
a separate list for SMCR link groups and separate lists for SMCD
link groups per SMCD device.

Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
include/net/smc.h
net/smc/smc_core.c
net/smc/smc_ism.c