On Wed, Aug 07, 2019 at 01:33:59PM +0300, Leon Romanovsky wrote: > From: Erez Alfasi <ereza@xxxxxxxxxxxx> > > ODP type can be divided into 2 subclasses: > Explicit and Implicit ODP. > > Adding a type enums and an odp type flag within > ib_umem_odp will give us an indication whether a > given MR is ODP implicit/explicit registered. > > Signed-off-by: Erez Alfasi <ereza@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > drivers/infiniband/core/umem.c | 1 + > include/rdma/ib_umem_odp.h | 14 ++++++++++++++ > include/uapi/rdma/ib_user_verbs.h | 5 +++++ > 3 files changed, 20 insertions(+) No for this patch, I've got a series cleaning up this implicit/explicit nonsense, and the result is much cleaner than this. This series will have to wait. Jason