net/smc: Add netlink support for SMC fallback statistics
Add support to collect more detailed SMC fallback reason statistics and provide these statistics to user space on the netlink interface. Signed-off-by: Guvenc Gulce <guvenc@linux.ibm.com> Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
8c40602b4b
commit
f0dd7bf5e3
@@ -18,7 +18,7 @@
|
||||
extern struct genl_family smc_gen_nl_family;
|
||||
|
||||
struct smc_nl_dmp_ctx {
|
||||
int pos[2];
|
||||
int pos[3];
|
||||
};
|
||||
|
||||
static inline struct smc_nl_dmp_ctx *smc_nl_dmp_ctx(struct netlink_callback *c)
|
||||
|
||||
Reference in New Issue
Block a user