net/smc: introduce System Enterprise ID (SEID)

SMCD version 2 defines a System Enterprise ID (short SEID).
This patch contains the SEID creation and adds the callback to
retrieve the created SEID.

Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Ursula Braun
2020-09-26 12:44:24 +02:00
committed by David S. Miller
parent 3fc6493761
commit 201091ebb2
6 changed files with 73 additions and 2 deletions

View File

@@ -2137,6 +2137,8 @@ static int __init smc_init(void)
if (rc)
return rc;
smc_ism_init();
rc = smc_pnet_init();
if (rc)
goto out_pernet_subsys;