On Sun, Jul 03, 2016 at 04:46:23PM +0300, Or Gerlitz wrote: > On Sun, Jul 3, 2016 at 3:47 PM, Leon Romanovsky wrote: > > From: Alex Vesker > > > > > drivers/infiniband/core/cma.c | 98 +++++++++++++++++++++++++++++++++++++--- > > drivers/infiniband/core/ucma.c | 18 ++++++-- > > include/rdma/ib_sa.h | 5 ++ > > include/rdma/rdma_cm.h | 4 +- > > include/uapi/rdma/rdma_user_cm.h | 9 +++- > > 5 files changed, 122 insertions(+), 12 deletions(-) > > > For the ease/robustness of review for UAPI changes, we have a long > time common practice > to break things like this one to IB core kernel only patch, and one > that deals the user-space Or, You are right, this practice exists and we are following it as much as it makes sense. This specific case doesn't need to be separated, because it introduces one logical change and separate patches will be useless as standalone patches. All properties which we are looking in the patch (correct logic, bisectable, buildable and easy reviewable) exist in this patch. > facing things (e.g here ucma.c and rdma_user_cm.h), please do that. We will be happy to hear other feedback as well. Thanks. > > Or. > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html