Re: [PATCH iproute2-next 3/3] rdma: Add an option to rename IB device interface

2018-10-29 Thread Leon Romanovsky
On Mon, Oct 29, 2018 at 11:07:06AM -0600, David Ahern wrote: > On 10/29/18 4:30 AM, Leon Romanovsky wrote: > > > > Sorry for being slow in response, I was on vacation. > > -- > > > > This print is intended to warn about missing "new name" and it is not > > checked by rd_exec_require_dev()

Re: [PATCH iproute2-next 3/3] rdma: Add an option to rename IB device interface

2018-10-29 Thread David Ahern
On 10/29/18 4:30 AM, Leon Romanovsky wrote: > > Sorry for being slow in response, I was on vacation. > -- > > This print is intended to warn about missing "new name" and it is not > checked by rd_exec_require_dev() > > To emphasize it: > > diff --git a/rdma/dev.c b/rdma/dev.c > index

Re: [PATCH iproute2-next 3/3] rdma: Add an option to rename IB device interface

2018-10-29 Thread Leon Romanovsky
On Sun, Oct 21, 2018 at 10:02:43AM -0600, David Ahern wrote: > On 10/18/18 5:51 AM, Leon Romanovsky wrote: > > From: Leon Romanovsky > > > > Enrich rdmatool with an option to rename IB devices, > > the command interface follows Iproute2 convention: > > "rdma dev set [OLD-DEVNAME] name

Re: [PATCH iproute2-next 3/3] rdma: Add an option to rename IB device interface

2018-10-21 Thread David Ahern
On 10/18/18 5:51 AM, Leon Romanovsky wrote: > From: Leon Romanovsky > > Enrich rdmatool with an option to rename IB devices, > the command interface follows Iproute2 convention: > "rdma dev set [OLD-DEVNAME] name NEW-DEVNAME" > > Signed-off-by: Leon Romanovsky > --- > rdma/dev.c | 35

[PATCH iproute2-next 3/3] rdma: Add an option to rename IB device interface

2018-10-18 Thread Leon Romanovsky
From: Leon Romanovsky Enrich rdmatool with an option to rename IB devices, the command interface follows Iproute2 convention: "rdma dev set [OLD-DEVNAME] name NEW-DEVNAME" Signed-off-by: Leon Romanovsky --- rdma/dev.c | 35 +++ 1 file changed, 35 insertions(+)

[RFC PATCH iproute2-next 3/3] rdma: Add an option to rename IB device interface

2018-09-20 Thread Leon Romanovsky
From: Leon Romanovsky Enrich rdmatool with an option to rename IB devices, the command interface follows Iproute2 convention: "rdma dev set [OLD-DEVNAME] name NEW-DEVNAME" Signed-off-by: Leon Romanovsky --- rdma/dev.c | 35 +++ 1 file changed, 35 insertions(+)