RE: [PATCH iproute2-next v1 15/19] rdma: Separate PD code

2019-02-21 Thread Steve Wise
n Hemminger > > Subject: [PATCH iproute2-next v1 15/19] rdma: Separate PD code > > From: Leon Romanovsky > > Signed-off-by: Leon Romanovsky > --- > rdma/res-pd.c | 170 ++ > 1 file changed, 89 insertions(+), 81 deletions(-) commit text is wrong. Reviewed-by: Steve Wise

[PATCH iproute2-next v1 15/19] rdma: Separate PD code

2019-02-19 Thread Leon Romanovsky
From: Leon Romanovsky Signed-off-by: Leon Romanovsky --- rdma/res-pd.c | 170 ++ 1 file changed, 89 insertions(+), 81 deletions(-) diff --git a/rdma/res-pd.c b/rdma/res-pd.c index 24ac7f1b..3c9ffa4e 100644 --- a/rdma/res-pd.c +++ b/rdma/res-pd.c