summaryrefslogtreecommitdiff
path: root/net/smc/smc_netlink.h
diff options
context:
space:
mode:
authorGuvenc Gulce <guvenc@linux.ibm.com>2021-06-16 16:52:57 +0200
committerDavid S. Miller <davem@davemloft.net>2021-06-16 12:54:02 -0700
commitf0dd7bf5e33066e554442c509ef6351728b95b51 (patch)
treed6dfbd6ad5c66e695554116e2ee3d2e144727b39 /net/smc/smc_netlink.h
parent8c40602b4be17571dfd75102f4f1e690311c5210 (diff)
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>
Diffstat (limited to 'net/smc/smc_netlink.h')
-rw-r--r--net/smc/smc_netlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/smc/smc_netlink.h b/net/smc/smc_netlink.h
index 3477265cba6c..5ce2c0a89ccd 100644
--- a/net/smc/smc_netlink.h
+++ b/net/smc/smc_netlink.h
@@ -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)