summaryrefslogtreecommitdiff
path: root/drivers/infiniband
diff options
context:
space:
mode:
authorUpinder Malhi <umalhi@cisco.com>2014-01-16 01:02:43 (GMT)
committerRoland Dreier <roland@purestorage.com>2014-01-18 21:48:54 (GMT)
commit6dcebe614c667fca73aaf0cfbd1e70bc9179538e (patch)
tree97cb44f2afe729955435b51fed58b6ad75ab74e1 /drivers/infiniband
parent61f78268936e781a104b4ac06b7e47d760800c40 (diff)
downloadlinux-6dcebe614c667fca73aaf0cfbd1e70bc9179538e.tar.xz
IB/usnic: Set userspace/kernel ABI ver to 4
usNIC userspace/kernel ABI should be set to 4 instead of 3. Signed-off-by: Upinder Malhi <umalhi@cisco.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r--drivers/infiniband/hw/usnic/usnic_abi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/usnic/usnic_abi.h b/drivers/infiniband/hw/usnic/usnic_abi.h
index 014bcfc..04a6622 100644
--- a/drivers/infiniband/hw/usnic/usnic_abi.h
+++ b/drivers/infiniband/hw/usnic/usnic_abi.h
@@ -21,7 +21,7 @@
#define USNIC_ABI_H
/* ABI between userspace and kernel */
-#define USNIC_UVERBS_ABI_VERSION 3
+#define USNIC_UVERBS_ABI_VERSION 4
#define USNIC_QP_GRP_MAX_WQS 8
#define USNIC_QP_GRP_MAX_RQS 8