aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_netlink.h
diff options
context:
space:
mode:
authorGuvenc Gulce <[email protected]>2021-06-16 14:52:57 +0000
committerDavid S. Miller <[email protected]>2021-06-16 19:54:02 +0000
commitf0dd7bf5e33066e554442c509ef6351728b95b51 (patch)
treed6dfbd6ad5c66e695554116e2ee3d2e144727b39 /net/smc/smc_netlink.h
parentnet/smc: Add netlink support for SMC statistics (diff)
downloadkernel-f0dd7bf5e33066e554442c509ef6351728b95b51.tar.gz
kernel-f0dd7bf5e33066e554442c509ef6351728b95b51.zip
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 <[email protected]> Signed-off-by: Karsten Graul <[email protected]> Signed-off-by: David S. Miller <[email protected]>
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)