RE: iwarp kernel mode applications are broken with commit f35faa4ba

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>Subject: RE: iwarp kernel mode applications are broken with commit f35faa4ba
>
>>
>> > diff --git a/drivers/infiniband/core/cma.c
>> > b/drivers/infiniband/core/cma.c index 8512f63..e119cff 100644
>> > --- a/drivers/infiniband/core/cma.c
>> > +++ b/drivers/infiniband/core/cma.c
>> > @@ -863,7 +863,7 @@ void rdma_destroy_qp(struct rdma_cm_id *id)
>> > static int cma_modify_qp_rtr(struct rdma_id_private *id_priv,
>> >                              struct rdma_conn_param *conn_param)  {
>> > -       struct ib_qp_attr qp_attr;
>> > +       struct ib_qp_attr qp_attr = {};
>> >         int qp_attr_mask, ret;
>> >         union ib_gid sgid;
>> >
>--

Hi Parav - The patch resolves the issue.
But shouldn't we remove ib_query_gid() from cma_modify_qp_rtr() altogether? What is its purpose in that function?

Shiraz
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux