diff options
author | Dennis Dalessandro <dennis.dalessandro@intel.com> | 2016-02-14 12:11:03 -0800 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-03-10 20:38:10 -0500 |
commit | ce73fe25a6bd4a4deabed57e2553100e10fb8362 (patch) | |
tree | 7066567dc703f58bc4ba2ba2b71672506f8764e0 /include/rdma | |
parent | 4eadd8ff21bffcaf3338267dcca571accc612c8e (diff) | |
download | op-kernel-dev-ce73fe25a6bd4a4deabed57e2553100e10fb8362.zip op-kernel-dev-ce73fe25a6bd4a4deabed57e2553100e10fb8362.tar.gz |
IB/rdmavt: Remove RVT_FLAGs
While hfi1 and qib were still supporting bits and pieces of core verbs
components there needed to be a way to convey if rdmavt should handle
allocation and initialize of resources like the queue pair table. Now
that all of this is moved into rdmavt there is no need for these flags.
They are no longer used in the drivers.
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Jubin John <jubin.john@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/rdma_vt.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/rdma/rdma_vt.h b/include/rdma/rdma_vt.h index 2c3a04c..264c514 100644 --- a/include/rdma/rdma_vt.h +++ b/include/rdma/rdma_vt.h @@ -60,16 +60,6 @@ #include <rdma/rdmavt_mr.h> #include <rdma/rdmavt_qp.h> -/* - * For some of the IBTA objects there will likely be some - * initializations required. We need flags to determine whether it is OK - * for rdmavt to do this or not. This does not imply any functions of a - * partiuclar IBTA object are overridden. - */ -#define RVT_FLAG_MR_INIT_DRIVER BIT(1) -#define RVT_FLAG_QP_INIT_DRIVER BIT(2) -#define RVT_FLAG_CQ_INIT_DRIVER BIT(3) - #define RVT_MAX_PKEY_VALUES 16 struct rvt_ibport { |