On Mon, 9 Nov 2020 16:18:09 +0100 Karsten Graul wrote:
> @@ -129,6 +131,12 @@ struct smc_diag_linkinfo {
> __u8 ibport;/* RDMA device port number */
> __u8 gid[40]; /* local GID */
> __u8 peer_gid[40]; /* peer GID */
> + /* F
From: Guvenc Gulce
Introduce get link command which loops through
all available links of all available link groups. It
uses the SMC-R linkgroup list as entry point, not
the socket list, which makes linkgroup diagnosis
possible, in case linkgroup does not contain active
connections anymore.
Signe