diff options
author | Upinder Malhi <umalhi@cisco.com> | 2014-01-15 17:02:43 -0800 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2014-01-18 13:48:54 -0800 |
commit | 6dcebe614c667fca73aaf0cfbd1e70bc9179538e (patch) | |
tree | 97cb44f2afe729955435b51fed58b6ad75ab74e1 /drivers | |
parent | 61f78268936e781a104b4ac06b7e47d760800c40 (diff) |
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')
-rw-r--r-- | drivers/infiniband/hw/usnic/usnic_abi.h | 2 |
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 014bcfcabc0..04a66229584 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 |