diff options
author | Hariprasad S <hariprasad@chelsio.com> | 2015-12-11 10:32:01 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-12-24 08:17:30 +0300 |
commit | c5dfb000b90442e52f735bef4c2fc3f67783eaeb (patch) | |
tree | 81282762b00f969dceeb752deb252e0db5606e12 /drivers/infiniband/hw/cxgb4/user.h | |
parent | 0d6ed314de18b65a8063cbed450a2ca0c6a16c52 (diff) | |
download | linux-c5dfb000b90442e52f735bef4c2fc3f67783eaeb.tar.xz |
iw_cxgb4: Pass qid range to user space driver
Enhances the t4_dev_status_page to pass the qid start and size
attributes from iw_cxgb4 to libcxgb4.
Bump the ABI Version to 3 -> To allow libcxgb4 to detect old drivers and
revert to the old way of computing the qid ranges.
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb4/user.h')
-rw-r--r-- | drivers/infiniband/hw/cxgb4/user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/cxgb4/user.h b/drivers/infiniband/hw/cxgb4/user.h index cbd0ce170728..295f422b9a3a 100644 --- a/drivers/infiniband/hw/cxgb4/user.h +++ b/drivers/infiniband/hw/cxgb4/user.h @@ -32,7 +32,7 @@ #ifndef __C4IW_USER_H__ #define __C4IW_USER_H__ -#define C4IW_UVERBS_ABI_VERSION 2 +#define C4IW_UVERBS_ABI_VERSION 3 /* * Make sure that all structs defined in this file remain laid out so |