diff options
author | Wen Gu <guwen@linux.alibaba.com> | 2023-12-19 22:26:13 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-12-26 20:24:33 +0000 |
commit | b40584d145700addc70cc29e4f0850a4ed955b1c (patch) | |
tree | fe363ce85f1d5c34e2779e95bde1c1446d5abed2 /net/smc/smc.h | |
parent | 8dd512df3c98ce8081e3541990bf849157675723 (diff) | |
download | linux-b40584d145700addc70cc29e4f0850a4ed955b1c.tar.gz linux-b40584d145700addc70cc29e4f0850a4ed955b1c.tar.bz2 linux-b40584d145700addc70cc29e4f0850a4ed955b1c.zip |
net/smc: compatible with 128-bits extended GID of virtual ISM device
According to virtual ISM support feature defined by SMCv2.1, GIDs of
virtual ISM device are UUIDs defined by RFC4122, which are 128-bits
long. So some adaptation work is required. And note that the GIDs of
existing platform firmware ISM devices still remain 64-bits long.
Signed-off-by: Wen Gu <guwen@linux.alibaba.com>
Reviewed-by: Alexandra Winter <wintera@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/smc/smc.h')
-rw-r--r-- | net/smc/smc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/smc/smc.h b/net/smc/smc.h index 0dc722bf6055..df64efd2dee8 100644 --- a/net/smc/smc.h +++ b/net/smc/smc.h @@ -29,9 +29,6 @@ #define SMCPROTO_SMC 0 /* SMC protocol, IPv4 */ #define SMCPROTO_SMC6 1 /* SMC protocol, IPv6 */ -#define SMC_MAX_ISM_DEVS 8 /* max # of proposed non-native ISM - * devices - */ #define SMC_AUTOCORKING_DEFAULT_SIZE 0x10000 /* 64K by default */ extern struct proto smc_proto; |