On 04/13/2015 09:29 PM, Jason Gunthorpe wrote:
> On Mon, Apr 13, 2015 at 06:40:35PM +, Hefty, Sean wrote:
- if (rdma_node_get_transport(ib_device->node_type) !=
>>> RDMA_TRANSPORT_IB)
- return;
+ int count = 0;
>>>
>>> I'm ok with this as an intermediate patch but go
On 04/13/2015 08:12 PM, ira.weiny wrote:
[snip]
>> -
>> -if (rdma_node_get_transport(ib_device->node_type) != RDMA_TRANSPORT_IB)
>> -return;
>> +int count = 0;
>
> I'm ok with this as an intermediate patch but going forward if we are going to
> have calls like
>
> static in
On Mon, Apr 13, 2015 at 01:29:30PM -0600, Jason Gunthorpe wrote:
> On Mon, Apr 13, 2015 at 06:40:35PM +, Hefty, Sean wrote:
> > > > - if (rdma_node_get_transport(ib_device->node_type) !=
> > > RDMA_TRANSPORT_IB)
> > > > - return;
> > > > + int count = 0;
> > >
> > > I
On Mon, Apr 13, 2015 at 06:40:35PM +, Hefty, Sean wrote:
> > > - if (rdma_node_get_transport(ib_device->node_type) !=
> > RDMA_TRANSPORT_IB)
> > > - return;
> > > + int count = 0;
> >
> > I'm ok with this as an intermediate patch but going forward if we are
> > going to
> > have calls
> > - if (rdma_node_get_transport(ib_device->node_type) !=
> RDMA_TRANSPORT_IB)
> > - return;
> > + int count = 0;
>
> I'm ok with this as an intermediate patch but going forward if we are
> going to
> have calls like
>
> static inline int cap_ib_cm_dev(struct ib_device *device)
I
On Mon, Apr 13, 2015 at 02:23:46PM +0200, Michael Wang wrote:
>
> Use raw management helpers to reform IB-core cm.
>
> Cc: Steve Wise
> Cc: Tom Talpey
> Cc: Jason Gunthorpe
> Cc: Doug Ledford
> Cc: Ira Weiny
> Cc: Sean Hefty
> Signed-off-by: Michael Wang
> ---
> drivers/infiniband/core/cm
6 matches
Mail list logo