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

2018-11-02 Thread David Ahern
On 10/31/18 1:17 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 > Reviewed-by: Steve Wise > --- >

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

2018-10-31 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 Reviewed-by: Steve Wise --- rdma/dev.c | 35 +++ 1 file ch