Re: [PATCH net-next v5 09/14] net/smc: Add support for obtaining system information

2020-11-25 Thread Jakub Kicinski
On Tue, 24 Nov 2020 18:50:42 +0100 Karsten Graul wrote: > @@ -214,6 +217,67 @@ static void smc_lgr_unregister_conn(struct > smc_connection *conn) > conn->lgr = NULL; > } > > +int smc_nl_get_sys_info(struct sk_buff *skb, struct netlink_callback *cb) > +{ > + struct smc_nl_dmp_ctx *cb_c

[PATCH net-next v5 09/14] net/smc: Add support for obtaining system information

2020-11-24 Thread Karsten Graul
From: Guvenc Gulce Add new netlink command to obtain system information of the smc module. Signed-off-by: Guvenc Gulce Signed-off-by: Karsten Graul --- include/uapi/linux/smc.h | 18 +++ net/smc/smc_clc.c| 5 net/smc/smc_clc.h| 1 + net/smc/smc_core.c | 64