Re: [PATCH v2 iproute2-next 3/4] rdma: add 'link add/delete' commands

2019-04-02 Thread Steve Wise
On Mon, Apr 1, 2019 at 1:37 AM Leon Romanovsky wrote: > > On Tue, Mar 26, 2019 at 02:18:29PM -0500, Steve Wise wrote: > > Add new 'link' subcommand 'add' and 'delete' to allow binding a soft-rdma > > device to a netdev interface. > > > > EG: > > > > rdma link add rxe_eth0 type rxe netdev eth0 > >

Re: [PATCH v2 iproute2-next 3/4] rdma: add 'link add/delete' commands

2019-03-31 Thread Leon Romanovsky
On Tue, Mar 26, 2019 at 02:18:29PM -0500, Steve Wise wrote: > Add new 'link' subcommand 'add' and 'delete' to allow binding a soft-rdma > device to a netdev interface. > > EG: > > rdma link add rxe_eth0 type rxe netdev eth0 > rdma link delete rxe_eth0 > > Signed-off-by: Steve Wise > --- > rdma/li

Re: [PATCH v2 iproute2-next 3/4] rdma: add 'link add/delete' commands

2019-03-31 Thread Leon Romanovsky
On Tue, Mar 26, 2019 at 02:18:29PM -0500, Steve Wise wrote: > Add new 'link' subcommand 'add' and 'delete' to allow binding a soft-rdma > device to a netdev interface. > > EG: > > rdma link add rxe_eth0 type rxe netdev eth0 > rdma link delete rxe_eth0 > > Signed-off-by: Steve Wise > --- > rdma/li

[PATCH v2 iproute2-next 3/4] rdma: add 'link add/delete' commands

2019-03-26 Thread Steve Wise
Add new 'link' subcommand 'add' and 'delete' to allow binding a soft-rdma device to a netdev interface. EG: rdma link add rxe_eth0 type rxe netdev eth0 rdma link delete rxe_eth0 Signed-off-by: Steve Wise --- rdma/link.c | 83 + rdma/rdma.h |