Re: [PATCH v2 2/8] ib_umem: Add a new, more generic ib_umem_get_attrs

2017-04-05 Thread Knut Omang
Dough,  This patch and the next in this set is IMHO together a generic enhancement/cleanup, is it something you would consider to take just as that? I am looking at suggesting a simplified, less target specific version of this set to get it off my chest, Thanks, Knut On Fri, 2016-09-16 at 20:

[PATCH v2 2/8] ib_umem: Add a new, more generic ib_umem_get_attrs

2016-09-16 Thread Knut Omang
This call allows a full range of DMA attributes and also DMA direction to be supplied and is just a refactor of the old ib_umem_get. Reimplement ib_umem_get using the new generic call, now a trivial implementation. --- drivers/infiniband/core/umem.c | 23 +++ include/rdma/ib_um