Re: [PATCH net-next v6 09/14] net/smc: Add support for obtaining system information
On Thu, 26 Nov 2020 21:39:11 +0100 Karsten Graul wrote: > + attrs = nla_nest_start_noflag(skb, SMC_GEN_SYS_INFO); Missed this, nla_nest_start(), the _noflag() is for legacy code. New families should not use it.
[PATCH net-next v6 09/14] net/smc: Add support for obtaining system information
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 | 6