Re: [PATCH 21/37] IB/rdmavt: Move MR datastructures into rvt

2015-12-14 Thread Dennis Dalessandro
On Mon, Dec 07, 2015 at 03:39:17PM -0600, Hefty, Sean wrote: +struct rvt_mregion { + struct ib_pd *pd; /* shares refcnt of ibmr.pd */ + u64 user_base; /* User's address for this region */ + u64 iova; /* IB start address of this region */ +

RE: [PATCH 21/37] IB/rdmavt: Move MR datastructures into rvt

2015-12-07 Thread Hefty, Sean
> include/rdma/rdma_vt.h | 53 > > 1 files changed, 53 insertions(+), 0 deletions(-) > > diff --git a/include/rdma/rdma_vt.h b/include/rdma/rdma_vt.h > index 5112dd7..39a0737 100644 > --- a/include/rdma/rdma_vt.h > +++ b/include/rdma/rdma_vt.h >