diff options
author | Dennis Dalessandro <dennis.dalessandro@intel.com> | 2016-01-06 10:02:41 -0800 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-03-10 20:37:11 -0500 |
commit | ca889e8ad3af9f1dfeb827356bc9839fb20f32be (patch) | |
tree | b0c3770bebd8b2c7932183888ea3d52dc580718b /drivers/infiniband/sw | |
parent | b92a7568037e2a28f61c3f79c2320431bb24dfab (diff) | |
download | op-kernel-dev-ca889e8ad3af9f1dfeb827356bc9839fb20f32be.zip op-kernel-dev-ca889e8ad3af9f1dfeb827356bc9839fb20f32be.tar.gz |
IB/rdmavt: Add queue pair data structure to rdmavt
Add queue pair data structure as well as supporting structures to rdmavt.
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/sw')
-rw-r--r-- | drivers/infiniband/sw/rdmavt/qp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/infiniband/sw/rdmavt/qp.h b/drivers/infiniband/sw/rdmavt/qp.h index 10bc636..9c2999d 100644 --- a/drivers/infiniband/sw/rdmavt/qp.h +++ b/drivers/infiniband/sw/rdmavt/qp.h @@ -50,11 +50,6 @@ #include <rdma/rdma_vt.h> -struct rvt_qp { - struct ib_qp *ibqp; - /* Other stuff */ -}; - struct ib_qp *rvt_create_qp(struct ib_pd *ibpd, struct ib_qp_init_attr *init_attr, struct ib_udata *udata); |