Message ID | 20190109091516.3922-1-shamir.rabinovitch@oracle.com (mailing list archive) |
---|---|
Headers | show |
Series | ib_umem_get extract ib_ucontext from ib_udata | expand |
On Wed, Jan 09, 2019 at 11:15:14AM +0200, Shamir Rabinovitch wrote: > As preparation for shared ib_pd model, a cleanup in rdma code is needed > which currently rely on the ib_pd->uobject->ucontext . As suggested by > Jason in the RFC patch, the ucontext will be taken from ib_udata. > ib_ueme_get was one of those places that tied themself to the ib_pd > uobject. Cahnge this to allow more easy transition to shared ib_pd model > in the future. > > Shamir Rabinovitch (2): > IB/{core,uverbs}: move ib_umem_xxx functions from ib_core to ib_uverbs > IB/{core,hw}: ib_umem_get extract ib_ucontext from ib_udata Applied to for-next. I fixed the merge conflicts, compilation failures and ran clang-format over it. Do check again. Jason