Re: [PATCH iproute2 V3 2/4] rdma: Add dev object

2017-07-11 Thread Leon Romanovsky
On Mon, Jul 10, 2017 at 10:01:02AM +0200, Jiri Pirko wrote: > Tue, Jul 04, 2017 at 09:55:39AM CEST, l...@kernel.org wrote: > >From: Leon Romanovsky > > > >Device (dev) object represents struct ib_device to the user space. > > > >Device properties: > > * Device capabilities > > * FW version to the

Re: [PATCH iproute2 V3 2/4] rdma: Add dev object

2017-07-10 Thread Jiri Pirko
Tue, Jul 04, 2017 at 09:55:39AM CEST, l...@kernel.org wrote: >From: Leon Romanovsky > >Device (dev) object represents struct ib_device to the user space. > >Device properties: > * Device capabilities > * FW version to the device output > * node_guid and sys_image_guid > * node_type > >Signed-off-b

Re: [PATCH iproute2 V3 2/4] rdma: Add dev object

2017-07-04 Thread Leon Romanovsky
On Tue, Jul 04, 2017 at 10:55:39AM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky > > Device (dev) object represents struct ib_device to the user space. > > Device properties: > * Device capabilities > * FW version to the device output > * node_guid and sys_image_guid > * node_type > >

[PATCH iproute2 V3 2/4] rdma: Add dev object

2017-07-04 Thread Leon Romanovsky
From: Leon Romanovsky Device (dev) object represents struct ib_device to the user space. Device properties: * Device capabilities * FW version to the device output * node_guid and sys_image_guid * node_type Signed-off-by: Leon Romanovsky --- rdma/Makefile | 2 +- rdma/dev.c| 235 +++