diff options
author | Wen Gu <guwen@linux.alibaba.com> | 2023-12-19 17:26:15 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-12-26 23:24:33 +0300 |
commit | c6b8b8eb49904018e22e4e4b1fa502e57dc747d9 (patch) | |
tree | e10baa2e16ec377aab86dfb264fb613b54d00970 /include/net | |
parent | 01fd1617dbc6f558efd1811f2bc433659d1e8304 (diff) | |
download | linux-c6b8b8eb49904018e22e4e4b1fa502e57dc747d9.tar.xz |
net/smc: disable SEID on non-s390 archs where virtual ISM may be used
The system EID (SEID) is an internal EID used by SMC-D to represent the
s390 physical machine that OS is executing on. On s390 architecture, it
predefined by fixed string and part of cpuid and is enabled regardless
of whether underlay device is virtual ISM or platform firmware ISM.
However on non-s390 architectures where SMC-D can be used with virtual
ISM devices, there is no similar information to identify physical
machines, especially in virtualization scenarios. So in such cases, SEID
is forcibly disabled and the user-defined UEID will be used to represent
the communicable space.
Signed-off-by: Wen Gu <guwen@linux.alibaba.com>
Reviewed-and-tested-by: Wenjia Zhang <wenjia@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions