RE: [PATCH iproute2-next v1 02/19] rdma: Remove duplicated print code

2019-02-21 Thread Steve Wise
n Hemminger > > Subject: [PATCH iproute2-next v1 02/19] rdma: Remove duplicated print > code > > From: Leon Romanovsky > > There is no need to keep same print functions for > uint32_t and uint64_t, unify them into one function. > > Signed-off-by: Leon Romanovsky Reviewed-by: Steve Wise

Re: [PATCH iproute2-next v1 02/19] rdma: Remove duplicated print code

2019-02-21 Thread Leon Romanovsky
On Thu, Feb 21, 2019 at 10:23:01AM -0500, David Ahern wrote: > On 2/20/19 2:21 AM, Leon Romanovsky wrote: > > From: Leon Romanovsky > > > > There is no need to keep same print functions for > > uint32_t and uint64_t, unify them into one function. > > > > Signed-off-by: Leon Romanovsky > > --- > >

Re: [PATCH iproute2-next v1 02/19] rdma: Remove duplicated print code

2019-02-21 Thread David Ahern
On 2/20/19 2:21 AM, Leon Romanovsky wrote: > From: Leon Romanovsky > > There is no need to keep same print functions for > uint32_t and uint64_t, unify them into one function. > > Signed-off-by: Leon Romanovsky > --- > rdma/res.c | 22 +++--- > 1 file changed, 7 insertions(+),

[PATCH iproute2-next v1 02/19] rdma: Remove duplicated print code

2019-02-19 Thread Leon Romanovsky
From: Leon Romanovsky There is no need to keep same print functions for uint32_t and uint64_t, unify them into one function. Signed-off-by: Leon Romanovsky --- rdma/res.c | 22 +++--- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/rdma/res.c b/rdma/res.c index 6