]> www.infradead.org Git - users/willy/linux.git/commit
net/smc: manage system EID in SMC stack instead of ISM driver
authorWen Gu <guwen@linux.alibaba.com>
Tue, 19 Dec 2023 14:26:16 +0000 (22:26 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Dec 2023 20:24:33 +0000 (20:24 +0000)
commitb3bf76024f645369e1fc45e0b08a2bd24f200d9b
tree3039dfce81ff61cee3378a044ef4b4602d0b3b34
parentc6b8b8eb49904018e22e4e4b1fa502e57dc747d9
net/smc: manage system EID in SMC stack instead of ISM driver

The System EID (SEID) is an internal EID that is used by the SMCv2
software stack that has a predefined and constant value representing
the s390 physical machine that the OS is executing on. So it should
be managed by SMC stack instead of ISM driver and be consistent for
all ISMv2 device (including virtual ISM devices) on s390 architecture.

Suggested-by: Alexandra Winter <wintera@linux.ibm.com>
Signed-off-by: Wen Gu <guwen@linux.alibaba.com>
Reviewed-and-tested-by: Wenjia Zhang <wenjia@linux.ibm.com>
Reviewed-by: Alexandra Winter <wintera@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/ism.h
drivers/s390/net/ism_drv.c
include/linux/ism.h
include/net/smc.h
net/smc/smc_ism.c
net/smc/smc_ism.h