lkml.org 
[lkml]   [2018]   [Jul]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: linux-next: manual merge of the net-next tree with the rdma tree
Hi Parav,

On Fri, 27 Jul 2018 04:57:41 +0000 Parav Pandit <parav@mellanox.com> wrote:
>
> > for (i = 0; i < smcibdev->pattr[ibport - 1].gid_tbl_len; i++) {
> > - memset(&_gid, 0, SMC_GID_SIZE);
> > - memset(&gattr, 0, sizeof(gattr));
> > - if (ib_query_gid(smcibdev->ibdev, ibport, i, &_gid, &gattr))
> > + gattr = rdma_get_gid_attr(smcibdev->ibdev, ibport, i);
> > + if (IS_ERR(gattr))
> > continue;
> > - if (!gattr.ndev)
> > + if (!gattr->ndev)
> > continue;
> This requires a small fix.
> If (!gattr->ndev {
> rdma_put_gid_attr(gattr);
> continue;
> }

Thanks, I have fixed this up for Monday.
--
Cheers,
Stephen Rothwell
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2018-07-27 07:10    [W:0.392 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site