Re: [PATCH net-next v4 10/15] net/smc: Introduce SMCR get link command

2020-11-11 Thread Jakub Kicinski
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

[PATCH net-next v4 10/15] net/smc: Introduce SMCR get link command

2020-11-09 Thread Karsten Graul
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