public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: Yuval Shaia <yuval.shaia-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
To: Dasaratharaman Chandramouli
	<dasaratharaman.chandramouli-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	linux-rdma <linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH rdma-next 3/8] IB/IPoIB: Increase local_lid to 32 bits
Date: Thu, 11 May 2017 11:49:09 +0300	[thread overview]
Message-ID: <20170511084909.GG3011@yuval-lap> (raw)
In-Reply-To: <20170511084126.GF3011@yuval-lap>

On Thu, May 11, 2017 at 11:41:26AM +0300, Yuval Shaia wrote:
> On Wed, May 10, 2017 at 07:22:51PM -0400, Dasaratharaman Chandramouli wrote:
> > IPoIB contains local_lid field which is 16 bits in
> > length, increase it to 32 bits.
> 
> Is it IPoIB thing only? i see it also in struct ib_wc

Sorry, please ignore this question.

Reviewed-by: Yuval Shaia <yuval.shaia-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>


> 
> > 
> > Reviewed-by: Ira Weiny <ira.weiny-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> > Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> > Signed-off-by: Don Hiatt <don.hiatt-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> > ---
> >  drivers/infiniband/ulp/ipoib/ipoib.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/infiniband/ulp/ipoib/ipoib.h b/drivers/infiniband/ulp/ipoib/ipoib.h
> > index ff50a7b..9e73810 100644
> > --- a/drivers/infiniband/ulp/ipoib/ipoib.h
> > +++ b/drivers/infiniband/ulp/ipoib/ipoib.h
> > @@ -366,7 +366,7 @@ struct ipoib_dev_priv {
> >  	u32		  qkey;
> >  
> >  	union ib_gid local_gid;
> > -	u16	     local_lid;
> > +	u32	     local_lid;
> >  
> >  	unsigned int admin_mtu;
> >  	unsigned int mcast_mtu;
> > -- 
> > 1.8.3.1
> > 
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
> > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2017-05-11  8:49 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-10 23:22 [PATCH rdma-next 0/8] Add OPA extended LID support Dasaratharaman Chandramouli
     [not found] ` <1494458576-6816-1-git-send-email-dasaratharaman.chandramouli-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-05-10 23:22   ` [PATCH rdma-next 1/8] IB/core: Convert ah_attr from OPA to IB when copying to user Dasaratharaman Chandramouli
     [not found]     ` <1494458576-6816-2-git-send-email-dasaratharaman.chandramouli-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-05-16 18:08       ` Hefty, Sean
2017-05-10 23:22   ` [PATCH rdma-next 2/8] IB/srpt: Increase lid and sm_lid to 32 bits Dasaratharaman Chandramouli
2017-05-10 23:22   ` [PATCH rdma-next 3/8] IB/IPoIB: Increase local_lid " Dasaratharaman Chandramouli
     [not found]     ` <1494458576-6816-4-git-send-email-dasaratharaman.chandramouli-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-05-11  8:41       ` Yuval Shaia
2017-05-11  8:49         ` Yuval Shaia [this message]
2017-05-10 23:22   ` [PATCH rdma-next 4/8] IB/mad: Change slid in RMPP recv from 16 " Dasaratharaman Chandramouli
2017-05-10 23:22   ` [PATCH rdma-next 5/8] IB/core: Change port_attr.lid size " Dasaratharaman Chandramouli
2017-05-10 23:22   ` [PATCH rdma-next 6/8] IB/core: Change port_attr.sm_lid " Dasaratharaman Chandramouli
2017-05-10 23:22   ` [PATCH rdma-next 7/8] IB/core: Change wc.slid " Dasaratharaman Chandramouli
     [not found]     ` <1494458576-6816-8-git-send-email-dasaratharaman.chandramouli-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-05-11 12:42       ` Hal Rosenstock
     [not found]         ` <830cdb79-3274-4073-126a-a328e49254c6-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2017-05-11 16:34           ` Hiatt, Don
2017-05-13 10:55       ` Leon Romanovsky
     [not found]         ` <20170513105558.GJ3616-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-05-16 17:30           ` Don Hiatt
2017-05-10 23:22   ` [PATCH rdma-next 8/8] IB/mad: Ensure DR MADs are correctly specified when using OPA devices Dasaratharaman Chandramouli
  -- strict thread matches above, loose matches on Subject: below --
2017-06-05 18:19 [PATCH rdma-next 0/8] Add OPA extended LID support Don Hiatt
     [not found] ` <1496686791-51297-1-git-send-email-don.hiatt-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-06-05 18:19   ` [PATCH rdma-next 3/8] IB/IPoIB: Increase local_lid to 32 bits Don Hiatt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170511084909.GG3011@yuval-lap \
    --to=yuval.shaia-qhclzuegtsvqt0dzr+alfa@public.gmane.org \
    --cc=dasaratharaman.chandramouli-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox